ImgURL图床源码v1.3,ImgURL是一款简单、纯粹的图床程序,使用PHP + SQLite 3开发,不需要复杂的配置,开箱即用。

功能特色:
图片上传与预览
一键生成 / 复制链接
浏览与删除图片
限制访客上传数量
图片压缩
图片鉴黄
支持 URL 批量上传

支持 API 上传

环境要求:
PHP >= 5.6
需要exif函数支持

SQLite 3

image.png

伪静态规则

location / {try_files $uri $uri/ /index.php?$query_string;}location ~* \.(db3|json)$ {  deny all;}location ~* ^/(temp|upload|imgs|data|application|static|system)/.*.(php|php5)$ {    return 403;}

安装fileinfo & imagemagick扩展

image.png
image.png