ImgURL:很不错的PHP图床源码,下面是使用宝塔面板安装的要点。
环境:Nginx(Apache也可)、PHP 7
1、安装完Nginx(Apache也可)、PHP 7后,Nginx的伪静态:
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; }
2、PHP扩展
一定要安装 fileinfo 和 imagemagick !!!
3、图片鉴黄
注册:http://www.moderatecontent.com/#pricing,获取API
下载ImgURL最新源码:https://github.com/helloxz/imgurl/archive/master.zip
0