源码功能介绍
1、新增工单管理到后台处理
2、新增推广返利功能ps:(后台打开这个功能前台user用户中心就可以看见商户邀请排行榜)
3、新增商户排行榜
4、修复支付回调问题
5、去除后门,添加安全机制
源码安装方法
源码上传至虚拟机或者服务器
访问域名/install.php 安装,
后台地址: 域名/admin 账号 admin 密码 123456
详细安装步骤及相关截图,已经打包至压缩包
网站伪静态设置
location / { if (!-e $request_filename) { rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last; } rewrite ^/pay/(.*)$ /pay.php?s=$1 last; } location ^~ /plugins { deny all; } location ^~ /includes { deny all; }