开源免费 PHP 图床程序–Qchan
GitHub 地址:https://github.com/qakcn/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’,’这里是密码’);
还没有人赞赏,快来当第一个赞赏的人吧!
- 2¥
- 5¥
- 10¥
- 20¥
- 50¥