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

本帖最后由 bfdz49 于 2021-2-14 08:18 编辑

  1. 管理授权后台地址:http://192.168.200.10:9981/gm/gm.php     GM码:123456
  2. 玩家后台地址:http://192.168.200.10:9981/gm/

复制代码
虚拟机

  1. 192.168.200.10
  2. root
  3. 123456

复制代码
游戏启动

  1. cd /home/xmqy/cross/debug/
  2. ./start.sh
  3. cd /home/xmqy/s1/debug/
  4. ./start.sh
  5. cd /home/xmqy/s2/debug/
  6. ./start.sh

复制代码

  1. 启动时
  2. now i create the lock file
  3. now i have rights to operate sever
  4. server prepare runing please wait !!
  5. dataaccess server started
  6. login server stared
  7. gateway server 1 stared
  8. gameworld 1 server stared
  9. server start succ …
  10. 这个意思启动成功了
  11. 现在我创建了锁文件
  12. 现在我有权操作服务器
  13. 服务器准备运行,请稍候!!
  14. dataaccess服务器已启动
  15. 登录服务器已启动

复制代码 一建端链接:
https://pan.baidu.com/s/1H-YfWlfcNqercObM0NoucQ 提取码:1s58

  1. IP192.168.200.10
  2. root
  3. 123456
  4. 必须拿这个IP自己改IP也可以
  5. 改服务端
  6. 服务端修改IP(替换192.168.200.10为你的ip)
  7. /home/xmqy/cross/debug/commonconfig.xml
  8. /home/xmqy/cross/debug/serverconfig.xml
  9. /home/xmqy/s1/debug/commonconfig.xml
  10. /home/xmqy/s1/debug/serverconfig.xml
  11. /home/xmqy/s2/debug/commonconfig.xml
  12. /home/xmqy/s2/debug/serverconfig.xm
  13. 一建端

复制代码 仙梦奇缘.apk

  1. 链接:https://pan.baidu.com/s/1rQ1EGZep6mGiFNkqvmqdhQ
  2. 提取码:g9xs

复制代码

复制代码 手工搭建

  1. 系统:CentOS 7.2
  2. 1.安装宝塔
  3. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
  4. 2.安装 Nginx1.16、MySQL5.6、PHP5.6-7.3
  5. 3.关闭防火墙
  6. systemctl stop firewalld.service
  7. systemctl disable firewalld.service
  8. 宝塔 – 安全 – 放行端口 – 添加1:65535
  9. 4.上传xmqy.zip到根目录解压
  10. cd /
  11. unzip xmqy.zip
  12. 给权限
  13. chmod -R 777 /home/xmqy
  14. 等下重启在改吧
  15. 我还换IP
  16. 改IP
  17. 5.安装gcc动态库(SSH输入命令 一点要把游戏的动态库上传了在执行gcc)
  18. yum install gcc -y
  19. yum install gcc-c++ -y
  20. yum install glibc* -y
  21. ldconfig
  22. 4.创建网站
  23. 域名或IP:9981    指向目录 /xmqy
  24. 网站-设置-伪静态
  25. 添加
  26. location /api/ {
  27.   rewrite /(.*)getserverand003/$ /api/getserverand003.php;
  28.         rewrite /(.*)verify/$ /api/verify.php;
  29. }
  30. 保存
  31. 5.在宝塔-软件商店-MySQL 5.6-设置-配置修改中第26行添加lower_case_table_names=1   然后服务–重启MYSQL
  32. 修改数据库root密码为123456
  33. 创建并导入数据库(这个要等宝塔安装完mysql才可以操作)
  34. mysql -uroot -p123456
  35. GRANT ALL PRIVILEGES ON *.* TO ‘root’@’127.0.0.1’ IDENTIFIED BY ‘123456’ WITH GRANT OPTION;
  36. FLUSH   PRIVILEGES;
  37. GRANT ALL PRIVILEGES ON *.* TO ‘root’@’localhost’ IDENTIFIED BY ‘123456’ WITH GRANT OPTION;
  38. FLUSH   PRIVILEGES;
  39. quit
  40. 导入五个sql数据库文件
  41. 6.服务端修改IP(替换192.168.1.1为你的ip)
  42. /home/xmqy/cross/debug/commonconfig.xml
  43. /home/xmqy/cross/debug/serverconfig.xml
  44. /home/xmqy/s1/debug/commonconfig.xml
  45. /home/xmqy/s1/debug/serverconfig.xml
  46. /home/xmqy/s2/debug/commonconfig.xml
  47. /home/xmqy/s2/debug/serverconfig.xml
  48. 服务端改好了 到客户端了
  49. 7.网站修改IP(替换192.168.01.001为你的ip或域名)
  50. /www/wwwroot/xmqy/api/getserverand003.php
  51. /www/wwwroot/xmqy/gm/user/config.php
  52. /www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)
  53. /www/wwwroot/xmqy/ugxm_dev/Android/AssetBundle/LuaAssetBundle/luajit/init(需要14位)
  54. /www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/init(需要15位)
  55. /www/wwwroot/xmqy/ugxm_dev/IOS/AssetBundle/LuaAssetBundle/luajit/agent(需要14位)
  56. 安卓客户端修改  【不要反编译!】 压缩包拖出来 修改完替换签名就行
  57. (替换192.168.01.001为你的ip或域名  需要14位)
  58. \assets\AssetBundle\LuaAssetBundle\luajit\agent-a68dcd5d9e7bbf3ec0d5cddb447e1d62
  59. \assets\AssetBundle\LuaAssetBundle\luajit\init-7dd731f043e936ebdced7cf6fca7d0d3
  60. 苹果客户端修改     192.168.01.001
  61. \Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\agent-b025dbd1cc67c7d11690d11994861da7
  62. \Payload\g16.app\Data\Raw\AssetBundle\LuaAssetBundle\lua\init-f5f6eabcb1c1d491a59b87a7f5fccd1b
  63. 看不明白可以拿去翻译这个待表成功看看后台这个后台有问题 有时间我在修复
  64. 昨天我搞不能进游戏
  65. 现在看看能不能进这个是15位的好了成功了
  66. cd /home/xmqy/cross/debug/
  67. ./start.sh
  68. cd /home/xmqy/s1/debug/
  69. ./start.sh
  70. cd /home/xmqy/s2/debug/
  71. ./start.sh
  72. 关闭游戏
  73. cd /home/xmqy/cross/debug/
  74. ./stop.sh
  75. cd /home/xmqy/s1/debug/
  76. ./stop.sh
  77. cd /home/xmqy/s2/debug/
  78. ./stop.sh
  79. 运营后台地址:http://IP:9981/admin/admintool/  默认账号密码都是admin这个后台有问题等我有时间在修复
  80. 管理授权后台地址:http://IP:9981/gm/gm.php     GM码:123456
  81. 玩家后台地址:http://ip:9981/gm/

复制代码 手工搭建有问题MQQ290076648

复制代码 linux仙梦完美跨服L端最终版一键端链接:
https://pan.baidu.com/s/1NZcREe8sGASsC9C8erXvUg

提取码:xz8d

搭建视频链接:
https://pan.baidu.com/s/1TR5Oas4O3YjRZH9lUobetA

提取码:sfz7

仙梦奇缘.apk

链接:
https://pan.baidu.com/s/1gW-Prnk2opiLAsgBxjWK5w

提取码:6nd5

请登录后发表评论

    没有回复内容

相关声明

相关声明

1、本站名称:七玩网
2、本站永久网址:https://www.7chaowan.com
3、内容源于网络和用户投稿,仅供学习与参考,如有侵权,请联系【chaowan.168@foxmail.com】进行删除。
4、用户评论和发布内容,并不代表本站赞同其观点和对其真实性负责。
5、本站禁止以任何方式发布或转载任何违法的相关信息。
6、资源大多存储在云盘,如发现链接失效,请联系我们替换更新。