Chevereto v3.12.10 - 国外经典图床程序(开心版)

Chevereto v3.12.10 - 国外经典图床程序(开心版)

源码简介

Chevereto 是一款PHP图床建站源码,允许用户创建自己的片展示专题,在线图片存储分享服务系统,类似于Flickr,非常适合自己搭建图床,易于部署,支持主题的定制。
Chevereto 采用PHP语言开发支持多语言,提供中文语言包下载支持本地上传和在线获取两种图像上传方式,支持图片的批量上传,并集成网址缩短服务
挺老牌的一款PHP图片分享程序
早期版本有破解的,后来官方直接发布了2.X的免费版本,后来又推出1.X版本代码托管在Github上,本站使用图片分享程序就是用的1.X免费版本
版权关系,不建议在正式站上使用,如发生主机帐户空间商暂停等问题本站概不负责。
版本仅供学习测试,如喜欢这个程序支持购买正版! 噗~

在线演示

https://demo.chevereto.com/
一个好友做的免费图床,也是用这套程序
https://www.imageoss.com/

更新日志

Chevereto v3.12.10
Released on February 20th 2019

Removed old links (G Library)
Fixed bug in content privacy mode [11022]
Fixed bug in page manager [11013]
Fixed bug in Exif parser [10997]
Fixed bug in homepage split listing [11036]
Fixed bug in album thumbnails when not using 1:1 aspect ratio [11002]
Updated Dutch and Polish translations

系统需求

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;
}

下载地址

链接: https://pan.baidu.com/s/1kAKUBBI3-I9ZZiAEfBRXqQ 提取码: gvrq

发行说明

发行转载于社长の论坛(原樱花博客)

切记! 尽量国内机器使用 毕竟是开心版 国外容易被查到 会追究的! 除非你是抗投诉的机器!

Last modification:January 23rd, 2020 at 03:57 pm

Leave a Comment