ThinkPHP高仿蓝奏云网盘对接易支付系统开源程序 以做网赚网盘
此网盘可以做网赚网盘,有VIP功能支持对接易支付,后台自行配置
下载地址:
https://url07.ctfile.com/f/349707-627494050-0edfa9?p=5036(访问密码:5036)
https://xiaogg.118pan.com/b1104472 密码:si8a
http://www.xingyaodisk.com/fs/tlumlmuq9wrrozw
https://thxdate.com/file/e0cf1eb1fa780667.html
需要技术支持可联系客服QQ756663992, 商用请购买正版
搭建教程:
1.修改数据库config/database.php
2.导入打包的数据库文件
3.设置为pcblic运行目录
4.上面全部设置好了就可以后台登入地址:域名/admin.php
账号adminz密码123456
5.伪静态设置
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>