Chevereto 是目前最为强大的 PHP 图床系统,通过它可部署多用户公开或私有的图片存储服务,现在 Chevereto 出了免费的版本,小伙伴可以围观一下https://github.com/Chevereto/Chevereto-Free!

接下来我要发的是Chevereto的破解版,不建议在国外服务器上搭建,Chevereto对版权一向看的很重,会利用自己的方式检测你是否安装了他们的软件,如果发现是盗版的,会通知你的服务器运营商,先冻结你的空间帐户,如果删除了程序,还可以回复开通,当然,国内就不存在这个问题!
链接:https://pan.baidu.com/share/init?surl=bpyCtqv 密码:9gd6

PHP > 5.5
MySQL > 5.1

Nginx下chevereto伪静态规则

Chevereto 默认提供基于 Apache 环境的伪静态规则,如果服务器是 Nginx 的话,可以使用下面的伪静态规则

location / {
    if (-f $request_filename/index.html){
        rewrite (.*) $1/index.html break;
    }
    if (-f $request_filename/index.php){
        rewrite (.*) $1/index.php;
    }
    if (!-f $request_filename){
        rewrite (.*) /index.php;
    }
    try_files $uri $uri/ /api.php;
}
location /admin {
    try_files $uri /admin/index.php?$args;
}

分享者:https://www.ikxin.com/chevereto-business-graph-cracking.html
Chevereto.zip