
免费领流量卡 | 广告招租 |
程序功能
- 原创Geek扁平化页面风格,高性能 / 精致 / 优雅 / 简洁而不简单
- 支持第三方云储存,本地、阿里云OSS、腾讯云COS、七牛云KODO、又拍云USS、华为云OBS等等
- 支持多桶储存,可同时添加多个对象存储桶管理,适合团队多桶协作
- 多图上传、拖拽上传、粘贴上传、上传预览、全屏预览、一键复制图片外链
- 多用户管理、分组管理;不同分组用户控制不同的存储桶
- 完整的权限控制功能,不同用户组可分配不同的操作权限,控制其上传删除及查看
- 完整的可视化日志功能,记录用户所有操作,方便事件溯源
- 全局配置用户初始剩余储存空间、设置指定用户剩余储存空间
- 支持接口上传、接口删除
![图片[1] - LightPicture – 开源免费图床系统源码 - 狐狸资源网](https://www.foxccs.com/wp-content/uploads/2025/03/image-32-1024x485.png)
安装要求
- PHP 版本 ≥ 7.2
- Mysql版本 ≥ 5.5
- PDO 拓展
- fileinfo 拓展
- curl 拓展
- ZipArchive 支持
安装教程
- 下载LightPicture,上传至 web 运行环境,解压。
- 设置运行目录为 public。
- 配置网站默认文档:
index.htmlindex.phpindex.html index.phpindex.html index.php
- 配置 Rewrite 规则为:thinkphp
[ Apache ]
<IfModule mod_rewrite.c>Options +FollowSymlinks -MultiviewsRewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]</IfModule><IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </IfModule><IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </IfModule>
[ Nginx]
location / {if (!-e $request_filename) {rewrite ^(.*)$ /index.php?s=/$1 last;}}location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } }location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } }
- 访问 域名/install,根据页面提示安装。
- 安装完成后默认 账号为admin 密码123456
注:完成后若开启前台注册请登录管理员账号配置发信邮箱
下载地址

© 版权声明
免责声明:本站是非经营性网站,网站资源部分收集整理于互联网,其著作权归原作者所有,如果有侵犯您权利的资源,请来信告知:foxccs@163.com,我们将及时撤销相应资源。
请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。
THE END
暂无评论内容