介绍
木呆彩虹易支付系统
二次开发首发
2022/11/11:
1、更新后台模版手机端页面正常、电脑端页面有问题.
2、美化后台登陆页面
3、美化用户注册登陆页面
4、优化调整功能的代码结构.
5、添加后台官方公告
源码上传至虚拟机或者服务器
访问域名/install.php 安装,版本设置PHP7.3
后台地址: 域名/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;
}
演示
![图片[1]-A1172 木呆彩虹易支付系统(11.11日)双十一大更新-麒麟资源论坛](https://www.qiln.cn/wp-content/uploads/2022/12/image-473x1024.png)
![图片[2]-A1172 木呆彩虹易支付系统(11.11日)双十一大更新-麒麟资源论坛](https://www.qiln.cn/wp-content/uploads/2022/12/image-1-473x1024.png)
![图片[3]-A1172 木呆彩虹易支付系统(11.11日)双十一大更新-麒麟资源论坛](https://www.qiln.cn/wp-content/uploads/2022/12/image-2-473x1024.png)
© 版权声明
本站源码、图片、文章均来源于网络,版权归原作者所有,如侵犯到您的权益,请联系邮箱:71293980@qq.com 进行处理
THE END
请登录后发表评论
注册