Simpic:多用户PHP图床

程序特性
仿SM.MS图床上传路径
最新Layui框架
仿SM.MS图床首页
支持七牛云、又拍云上传
直接拖动图片上传
多用户单独管理

截图
Simpic.png

Simpic2.png

安装需求
PHP版本 > 5.3
Curl支持
Mysqli支持(数据库需要是innodb引擎)
Rewrite

Rewrite规则

Nginx:

location / {
    if (!-e $request_filename) {
       rewrite ^(.*)$ /index.php?s=$1 last; break;
                               }
}

Apache:

Apache直接使用.htaccess即可

修改版源码地址:https://github.com/xinyewl/Simpic,原始源码:https://gitee.com/wispx/lsky

本地下载:Simpic-201809.zip

Drop Your Comment