2023Asong纸条相亲交友盲盒源码PHP源码

传纸条相亲交友盲盒系统非常热门,现在分享一个完全开源的盲盒源码。安装指南:要求环境为Nginx+PHP56+mysql56+phpmyadmin4.4伪静态设置:将以下规则添加至Nginx配置文件中:rewrite ^/index.html$ /index.php;rewrite ^/404.html$ /index.php?AS=404;rewrite ^/fzt.html$ /index.ph

预览截图

应用介绍

传纸条相亲交友盲盒系统非常热门,现在分享一个完全开源的盲盒源码。


安装指南:

要求环境为Nginx+PHP56+mysql56+phpmyadmin4.4


伪静态设置:

将以下规则添加至Nginx配置文件中:

rewrite ^/index.html$ /index.php;
rewrite ^/404.html$ /index.php?AS=404;
rewrite ^/fzt.html$ /index.php?AS=fzt;
rewrite ^/qzt.html$ /index.php?AS=qzt;
rewrite ^/qztok-([1-9]+[0-9]*).html$ /index.php?AS=qztok&out_trade_no=$1;

将压缩包上传至服务器或主机后解压,然后通过域名访问即可进入安装页面。


温馨提示:已经过安全狗扫描,无后门,无病毒,仅供学习研究使用!!


标签
点赞(0)

立即下载

评论列表 共有 0 条评论

暂无评论
发表
评论
返回
顶部