吾爱尚玩资源基地
标题:
H5手游【疯狂水世界】Linux手工架设服务端+客户端+后台+搭建教程等
[打印本页]
作者:
admin
时间:
2026-9-1 22:56
标题:
H5手游【疯狂水世界】Linux手工架设服务端+客户端+后台+搭建教程等
内容介绍
H5手游【疯狂水世界】虚拟机镜像一键启动服务端+客户端+后台+教程等
https://bbs.523.games/thread-8045-1-1.html
Linux手工搭建教程
操作系统:CentOS7.6
1、宝塔
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec -y
复制代码
2、环境
Nginx1.28
MySql8.0(设置数据库密码TesT1234—关闭二进制日志—重启)
Redis7.4.7(设置密码drJsmPezUQ—重载重启)
PHP 7.4.33(安装拓展fileinfo,redis)
Node.js版本管理器(安装node-v16.20.2,设为命令行版本)
开放端口1-3305,3307-8089,8094-65535
3、上传server.zip到服务器根目录
cd /
unzip server.zip
chmod -R 777 /root
chmod -R 777 /www/wwwroot
复制代码
4、重启nginx
/etc/init.d/nginx reload
/etc/init.d/nginx restart
复制代码
5、修改运营后台密码和ip并导入数据库
先去这里改自己要的后台密码Environment=OPS_ADMIN_PASS=Www.523.Games
/www/wwwroot/zhgback/scripts/systemd/zhgback.service
6、执行↓↓↓
cd && ./ip.sh && echo -e "\n" && cd && ./sk && cd /www/wwwroot/zhgback && bash scripts/install_systemd_zhgback.sh
复制代码
7、启动/关闭/跳赛季/开区合区/删档/清除日志
cd && ./qd
复制代码
守护进程(检测进程是否掉线,掉线自启动)
cd && ./sh
复制代码
----------------------------------------------------------
PS:如果要开假人陪玩,自己去config里面的两个配置表配置
----------------------------------------------------------
8、安卓修改
搜
www.523.games
总共10处
可以反编译出来或者用mt管理器
9、后续要修改东西,jsc解加密,解开jsc即可。p@ssw0rd 密钥双端的
10、注册地址
http://ip:100/ops-register
11、网页商城
http://ip:100/ops-mall
12、平台币充值
http://ip:100/ops-recharge
13、玩家后台(开后台服用)
http://ip:100/ops-auth-center
14、管理后台
http://ip:100/ops
账号admin
密码
Www.523.Games
15、配置支付
回调地址:http://ip:100/opsapi/payment/callback/yongcheng
返回地址:http://ip:100/ops-recharge
16、在线游玩H5
http://ip:81/
PS:如有时突然无法登陆
1、先看服务状态
systemctl status zhgback -l
复制代码
2、看实时日志
journalctl -u zhgback -f
复制代码
3、看健康检查日志
tail -f /var/log/zhgback-healthcheck.log
复制代码
4、验证鉴权接口
curl -v "http://127.0.0.1:100/authapi/verify?token=test"
复制代码
17、启动/重启/停止
systemctl start zhgback
systemctl restart zhgback
systemctl stop zhgback
复制代码
内容截图
(, 下载次数: 1)
上传
点击文件名下载附件
附件下载
(如果本资源侵犯到您的权益,请联系在线管理员QQ:
1589479632
处理!)
(, 下载次数: 2)
上传
点击文件名下载附件
欢迎光临 吾爱尚玩资源基地 (https://bbs.523.games/)
Powered by Discuz! X3.4