提示:如果官网是英文页面,建议使用谷歌浏览器能同步翻译页面。点击下载【谷歌浏览器最新绿色便携版】
注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。
注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。
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