[手工架设] 唯美仙侠手游【封神诛仙】最新商业开区服务端
—————————————————————————————————
封神诛仙 Linux架设教程
—————————————————————————————————
演示系统:CENTOS 7.6
演示地址:192.168.8.129
—————————————————————————————————
安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
—————————————————————————————————
安装环境
Nginx1.20
mysql5.5 这里是5.5的 其他版本 需要更换动态库
php5.4
—————————————————————————————————
宝塔放行端口:1:65535
—————————————————————————————————
关闭防火墙
systemctl stop firewalld
systemctl disable firewalld
PS:如果使用腾讯云或阿里云记得把控制台的端口也打开
—————————————————————————————————
上传fszx.tar.gz到服务器根目录(根目录不是root目录!!使用WinSCP或其他工具上传数据,也可以直接宝塔传!!)
—————————————————————————————————
解压fszx.tar.gz
cd /
tar zxvf fszx.tar.gz
—————————————————————————————————
给予 777权限
chmod -R 777 /data/
chmod -R 777 /www/wwwroot/game
—————————————————————————————————
环境配置
ldconfig
—————————————————————————————————
设置数据库密码为:123456(在宝塔直接设置)
—————————————————————————————————
mysql修改参数23行回车
插入lower_case_table_names=1 保存重启数据库
—————————————————————————————————
导入数据库
cd /data
./sk
—————————————————————————————————
搭建网站
新建一个网站-你的ip:端口 或域名:端口
有端口就添加端口这里的端口80
网站目录设置\www\wwwroot\game
设置伪静态 调用这个代码【当前】
添加以下代码
—————————————————————————————————
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
location / {
if (!-f $request_filename){
rewrite (.*)$ $1.php last;
break;
}
}
软件管理,重启php服务
—————————————————————————————————
服务端和网站修改 192.168.8.129 修改为你的IP
服务端修改:
/data/LS/bin/config.xml
/data/server/bin/config.xml
/data/server/bin/battleserverlist.xml
/data/server/bin/serverlist.xml
网站修改:
/www/wwwroot/game/9999/configul
/www/wwwroot/game/9999/Server/info
/www/wwwroot/game/9999/Server/list
/www/wwwroot/game/9999/Server/selectzone
/www/wwwroot/game/ios1/configul
/www/wwwroot/game/ios1/Server/info
/www/wwwroot/game/ios1/Server/list
/www/wwwroot/game/ios1/Server/selectzone
—————————————————————————————————
启动游戏服务
启动
cd /data/LS/
./q
cd /data/server
./q
关闭
cd /data/LS/
./t
cd /data/server
./t
—————————————————————————————————
启动后可以通过
端口查看命令 netstat -lntp
—————————————————————————————————
客户端修改 (客户端默认地址192.168.200.129)
安卓
assets\bin\Data\b1f39d1393ec4324e831bd471f4adbed
assets\channel_config.json
IOS修改
Payload\fswq.app\Data\resources.assets
Payload\fswq.app\resources.assets
—————————————————————————————————
GM授权后台:
http://IP/gmht/gm.php
GM码:agmsy.com
玩家后台:
http://IP/gmht/index.php
—————————————————————————————————
PS:
1、
EquipCollect 限时活动
Wing 翅膀
Horse 坐骑
newVipPrivi 会员
FashionSystem 时装
bizActivity 活动开始文件
2、
数据库密码
LS\bin\config.xml 16行40行
LS\bin\extgameconfig.xml 21,22行
LS\bin\infoconfig.xml 13
LS\bin\logindb.xml 3行
LS\bin\payconfig.xml 15 行
server\bin\config.xml 16.40行
server\bin\extgameconfig.xml 21.22
server\bin\infoconfig.xml 13 行
server\bin\logindb.xml 3行
server\bin\payconfig.xml 15行
www\wwwroot\game\user\login\config.php 7行
www\wwwroot\game\zhuce\config.php 7行
请登录后发表评论
社交账号登录