木呆易支付系统

二次开发首发

2022/11/11:

1、更新后台模版手机端页面正常、电脑端页面有问题.

2、美化后台登陆页面

3、美化用户注册登陆页面

4、优化调整功能的代码结构.

5、添加后台官方公告

关注我后面长期更新

[安装教程]:

源码上传至虚拟机或者服务器

访问域名/install.php 安装,版本设置PHP7.3

后台地址: 域名/admin  账号 admin  密码 123456

详细安装步骤及相关截图,已经打包至压缩包

 

最新文件链接

https://wwu.ayxkfe.com/iTcDO0fo7bxg

 

网站伪静态设置(不设置网站支付无法回调)

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;

}木呆易支付系统11.11(双十一大更新)