开源免费PHP图床程序–Qchan

2018年9月12日资源分享PHP图床,PHP图床源码,Qchan,图床源码,图床程序,图床系统

开源免费PHP图床程序–Qchan

GitHub地址:https://github.com/qakcn/qchan

轻量级PHP图床程序Qchan
轻量级PHP图床程序Qchan

Qchan

A light-weight PHP image hosting program.

If you want use with TieTuKu.com (an image hosting cloud service), you may want try qchan-lite.

Requirement

PHP > 5.3.0

Filesystem function enabled.

GD extension enabled.

JSON extension enabled.
Installation

Copy file into your website directory.
Change configurations in config.php.
Visit to use!
Management

Visit your website’s manage path (e.g. if your site is http://www.example.com , you can visit http://www.example.com/manage/ ).
Select image just like the upload page.
Click 'Delete’ and it will gone.
Qchan

轻量级PHP图床程序。

如果你想配合贴图库(一个图片云存储服务)使用,你可以试试qchan-lite。

需求

PHP > 5.3.0

文件系统函数启用。

GD扩展启用。

JSON扩展启用。
安装

复制文件到你的网站目录。
修改config.php中的配置。
开始用吧!
管理

访问你的网站下的manage路径(如:你的网站是 http://www.example.com ,你就要访问 http://www.example.com/manage/ )。
就像在上传页面那样选择文件。
一按“删除”,灰飞烟灭。

后台管理账号在程序根目录config.php文件内。

大概25和26行有管理员帐号密码,直接修改即可,默认的账号密码都是admin

// Management Settings
define('MANAGE_NAME’,’这里是账号’);
define('MANAGE_PASSWORD’,’这里是密码’);

Posted by 柴郡猫