正版士兵红包扫雷完整源码 微信H5红包扫雷源码+完美运营修复卡顿

[复制链接]
admin 发表于 2020-4-4 16:37:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
  • 下载权限VIP会员
  • 文件大小28.0 MB
  • 上传时间2020-04-04
  • 提取码对不起,只有VIP会员才可以查看!
操作系统: Linux Centos7.x

搭建坏境:nginx1.16+mysql5.5+php7.2

开放端口:443 9101-9105

一、网站设置

(1)、伪静态添加如下
location / {
        if (!-e $request_filename){
                rewrite  ^(.*)$  /index.php?s=$1  last;   break;
        }
}

(2)、安装php扩展fileinfo


(3)、关闭防跨站,默认启动目录public

二、网站访问

(1)、前台
http://域名:443/enter.php?qq=97887526
特别说明:网站添加了防封防查机制,因此直接使用【http://域名:443】是不能访问的。

(1)、后台
http://域名:443/admin
账号:admin
密码:123456

三、启动命令
php /www/wwwroot/网站的目录/simplewind/GatewayWorker/start.php start -d

四、数据库配置
/simplewind/GatewayWorker/Applications/YourApp/Config/Db.php 替换数据库
/data/conf/database.php 替换数据库

五、禁用函数
/www/server/php/72/etc 搜索替换 disable_functions
替换disable_functions = passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_waitpid,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv

六、微信公众号设置

/app/index/controller/WeixinController.php
----------------------------------------
$appid="公众号id";
$key="公众号密钥";
----------------------------------------
改成你微信公众号的,有两个地方要改,最好使用批量替换操作

七、其他设置
/网站目录/public/static/hongbao/js/main.js第184行 修改成自己的IP即可

八、云代付设置
app/common.php 第198行和206行,修改云代付ID秘钥

九、数据库修改
找到数据表cmf_option,打开修改site_info里的gameurl字段为你的网站域名

十、同一台服务器搭建多个红包网站,需要修改workerman的端口,
修改simplewind\GatewayWorker\Applications\YourApp 下面
start_businessworker.php
start_gateway.php
start_postpackage.php
start_register.php
修改里面的9101 9102 9103这几个端口,例如改成8101 8102 8103
1.png
2.png
3.png
4.png
5.png

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

国内最专业的资源分享平台
全国免费热线电话

400-123-4567

周一至周日9:00-23:00

反馈建议

api999@qq.com 在线QQ咨询

扫描二维码关注我们

Copyright © 2018-2023 资源驿站 All Rights Reserved.

版权所有:美奇软件开发工作室  备案/许可证号:蜀ICP备19029089号-2

Powered by Discuz!