Chevereto v3.14.1 - 国外经典图床程序

源码介绍

说明:chevereto是目前最好的图床之一了。功能也非常强大。其免费版和收费版的区别,在于收费版多了硬盘扩展,社交分享功能等。硬盘扩展指的是你可以通过sftp等方式把上传的文件储存在其他服务器上。chevereto的安装也非常简单,并且支持中文。网上很多教程。

Chevereto图片托管是一款非常简洁的PHP图片上传程序,它支持本地上传和在线获取两种图像上传方式,并集成了TinyURL网址缩短服务,让使用者更加方便。

更新日志

仅发布最新一个版本的更新日志
Chevereto v3.14.1
Released on January 6th 2020
Fixed bug in account signup process [11811]
Deprecated "CloudFlare" dashboard option (no longer needed)

系统需求

Apache or Nginx web server (recommended servers)
PHP > 5.5.0 (with standard libraries and mbstring)
MySQL 5.0

Nginx伪静态规则

# Image not found replacement
location ~* (jpe?g|png|gif) {
        log_not_found off;
        error_page 404 /content/images/system/default/404.gif;
}
# CORS header (avoids font rendering issues)
location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
        add_header Access-Control-Allow-Origin "*";
}
# Pretty URLs
location / {
        try_files $uri $uri/ /index.php?$query_string;
}

源码截图

Chevereto v3.14.1 - 国外经典图床程序,php源码,第1张

登录访问
本站用户免费查看
登录账号
登录账户注册账户

登录后查看内容
转载请说明出处 内容投诉
九牛网 » Chevereto v3.14.1 - 国外经典图床程序

发表评论

欢迎 访客 发表评论

定制开发服务!

技术支持 联系我们