逆天小朋友 发表于 2024-8-25 20:51:58

稀有卡牌回合手游【少年西游记内购版】Linux手工服务端+安卓苹果双端+多区跨服+CDK授权后台+详细搭建教程














测试系统:CentOS 7.6

安装宝塔
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec

输入y回车确认安装

安装环境
nginx1.18
mysql5.7
php5.6(安装redis扩展,删除禁用函数:pcntl_fork)
redis7.0

关闭防火墙:
systemctl stop firewalld.service
systemctl disable firewalld.service

上传服务端snxyj.zip到服务器根目录/:
cd /
unzip -O utf-8 -P www.t9gm.com snxyj.zip

给权限:
chmod 777 -R /home

修改服务端文件IP: 替换:159.75.168.238

/home/xiyou/chatServer/Applications/GameChat/Config/Store.php

/home/xiyou/db/xiyou_servers_info.sql

/home/xiyou/servers/seer0/csv/server/game_version.csv

/home/xiyou/servers/seer0/update.php

/home/xiyou/servers/seer1/csv/server/game_version.csv

/home/xiyou/servers/seer1/update.php

/home/xiyou/servers/seer2/csv/server/game_version.csv

/home/xiyou/servers/seer2/update.php

/home/xiyou/webCenter/gameCenter/config/ZoneList.php

修改数据库root密码为:t9gm.com

导入数据库:

cd /home/xiyou
./db.sh

添加网站 (关闭防跨站攻击(open_basedir))
127.0.0.1:81
目录:/home/xiyou/www

127.0.0.1:82
目录:/home/xiyou/www/pay

127.0.0.1:88
目录:/home/xiyou/cdn

127.0.0.1:8081
目录:/home/xiyou/www/gmtools/wwwroot

使用我整理版本只需要重启nginx

yum install -y screen

启动游戏
cd /home/xiyou
./start.sh

GM授权后台:

http://IP:88/gm/gm.php

授权码:t9gm.com

CDK后台:

cdk生成:http://IP:88/ht/cdk

授权码:t9gm.com

cdk激活:http://IP:88/ht/pay/

使用后台:http://IP:88/ht/gm

客户端修改:

安卓:

/assets/launcher/launcher/init.lua

苹果:

/Payload/Sprites_kenan.app/launcher/launcher/init.lua


陌生的号 发表于 2024-9-15 18:27:54

{:4_253:}{:4_253:}{:4_253:}

陌生的号 发表于 2024-9-15 18:28:11

{:4_260:}{:4_260:}{:4_260:}
页: [1]
查看完整版本: 稀有卡牌回合手游【少年西游记内购版】Linux手工服务端+安卓苹果双端+多区跨服+CDK授权后台+详细搭建教程