【GEC挖矿】TP区块挖矿机系统+UI可随意更改[带有安装说明]

admin2024-06-23 22:29 999+ 浏览
点赞 收藏
VIP免费
下载地址 提取码:hdig
内容介绍

亲测环境:Apache+PHP5.6+Mysql5.5

注意,本站测试Nginx不行,总是出错,部分页面出不来

数据库配置:
/config.php
/User/Weixin/Conf/config.php
/snadmin/Shop/Conf/config.php.bak

Nginx伪静态配置

code

location / {
    if (!-e $request_filename){
       rewrite ^(.*)$ /index.php?s=$1 last; break;
    }
}

后台地址:/admin.php
后台用户:admin
后台密码:yydsym.com

前台账号:18888888888
前台密码:18888888888
安全密码:123456

一般更换背景图就可以了,背景图百度一堆自己找
UI图目录:
背景图:/Public/web/img/body_bg.jpg
其他素材:/Public/web/img/






评论0评论
游客