宇宙无限 发表于 2021-3-1 09:42:49

linux仙梦完美跨服L端最终版一键端+后台

管理授权后台地址:http://192.168.200.10:9981/gm/gm.php,GM码:123456
玩家后台地址:http://192.168.200.10:9981/gm/虚拟机
192.168.200.10
root
123456游戏启动
cd /home/xmqy/cross/debug/
./start.sh
cd /home/xmqy/s1/debug/
./start.sh
cd /home/xmqy/s2/debug/
./start.sh启动时
now i create the lock file
now i have rights to operate sever
server prepare runing please wait !!
dataaccess server started
login server stared
gateway server 1 stared
gameworld 1 server stared
server start succ ...
这个意思启动成功了
现在我创建了锁文件
现在我有权操作服务器
服务器准备运行,请稍候!!
dataaccess服务器已启动
登录服务器已启动IP192.168.200.10
root
123456
必须拿这个IP自己改IP也可以
改服务端
服务端修改IP(替换192.168.200.10为你的ip)

/home/xmqy/cross/debug/commonconfig.xml
/home/xmqy/cross/debug/serverconfig.xml
/home/xmqy/s1/debug/commonconfig.xml
/home/xmqy/s1/debug/serverconfig.xml
/home/xmqy/s2/debug/commonconfig.xml
/home/xmqy/s2/debug/serverconfig.xm
一建端手工搭建
系统:CentOS 7.2

1.安装宝塔
yum install -y wget && wget -O install.sh <a href="http://download.bt.cn/install/install_6.0.sh" target="_blank">http://download.bt.cn/install/install_6.0.sh</a> && sh install.sh

2.安装 Nginx1.16、MySQL5.6、PHP5.6-7.3

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

宝塔 - 安全 - 放行端口 - 添加1:65535

4.上传xmqy.zip到根目录解压
cd /
unzip xmqy.zip

给权限
chmod -R 777 /home/xmqy
等下重启在改吧
我还换IP
改IP
5.安装gcc动态库(SSH输入命令 一点要把游戏的动态库上传了在执行gcc)
yum install gcc -y
yum install gcc-c++ -y
yum install glibc* -y
ldconfig


4.创建网站
域名或IP:9981    指向目录 /xmqy

网站-设置-伪静态
添加
location /api/ {
rewrite /(.*)getserverand003/$ /api/getserverand003.php;
      rewrite /(.*)verify/$ /api/verify.php;
}

保存

5.在宝塔-软件商店-MySQL 5.6-设置-配置修改中第26行添加lower_case_table_names=1   然后服务--重启MYSQL

修改数据库root密码为123456

创建并导入数据库(这个要等宝塔安装完mysql才可以操作)
mysql -uroot -p123456
GRANT ALL PRIVILEGES ON *.* TO 'root'@'127.0.0.1' IDENTIFIED BY '123456' WITH GRANT OPTION;
FLUSH   PRIVILEGES;
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '123456' WITH GRANT OPTION;
FLUSH   PRIVILEGES;
quit

导入五个sql数据库文件

6.服务端修改IP(替换192.168.1.1为你的ip)

/home/xmqy/cross/debug/commonconfig.xml
/home/xmqy/cross/debug/serverconfig.xml
/home/xmqy/s1/debug/commonconfig.xml
/home/xmqy/s1/debug/serverconfig.xml
/home/xmqy/s2/debug/commonconfig.xml
/home/xmqy/s2/debug/serverconfig.xml
服务端改好了 到客户端了

7.网站修改IP(替换192.168.01.001为你的ip或域名)

/www/wwwroot/xmqy/api/getserverand003.php
/www/wwwroot/xmqy/gm/user/config.php

/www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)
/www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/init(需要14位)
/www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/init(需要15位)
/www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)

安卓客户端修改【不要反编译!】 压缩包拖出来 修改完替换签名就行
(替换192.168.01.001为你的ip或域名需要14位)
\assets\AssetBundle\LuaAssetBundle\luajit\agent-a68dcd5d9e7bbf3ec0d5cddb447e1d62
\assets\AssetBundle\LuaAssetBundle\luajit\init-7dd731f043e936ebdced7cf6fca7d0d3
苹果客户端修改   192.168.01.001
\Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\agent-b025dbd1cc67c7d11690d11994861da7
\Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\init-f5f6eabcb1c1d491a59b87a7f5fccd1b
看不明白可以拿去翻译这个待表成功看看后台这个后台有问题 有时间我在修复

昨天我搞不能进游戏
现在看看能不能进这个是15位的好了成功了

cd /home/xmqy/cross/debug/
./start.sh
cd /home/xmqy/s1/debug/
./start.sh
cd /home/xmqy/s2/debug/
./start.sh
关闭游戏
cd /home/xmqy/cross/debug/
./stop.sh
cd /home/xmqy/s1/debug/
./stop.sh
cd /home/xmqy/s2/debug/
./stop.sh

运营后台地址:http://IP:9981/admin/admintool/默认账号密码都是admin这个后台有问题等我有时间在修复
管理授权后台地址:http://IP:9981/gm/gm.php   GM码:123456
玩家后台地址:http://ip:9981/gm/








回复可见下载:

**** Hidden Message *****

looming001 发表于 2021-3-1 09:56:21

看到这帖子真是高兴!

jia8053578 发表于 2021-3-1 19:23:23

看到这帖子真是高兴!

hang6363 发表于 2021-3-1 19:33:29

6666666666666

52gmsy 发表于 2021-3-1 19:37:11

瑶瑶啊                  

1390546111 发表于 2021-3-1 22:27:07

1111111111111111

laoda1228 发表于 2021-3-2 06:12:41

看的不错,谢谢楼主分享

laoda1228 发表于 2021-3-3 06:03:14

我感觉我都改了, 但还是上不去

浪里个浪 发表于 2021-3-3 13:33:27

无回帖,不论坛,这才是人道。

laoda1228 发表于 2021-3-5 06:35:27

强烈支持楼主ing……666感谢大佬分享
页: [1] 2 3 4 5 6 7 8 9
查看完整版本: linux仙梦完美跨服L端最终版一键端+后台