找回密码
 立即注册

微信登录

只需一步,快速开始

QQ登录

只需一步,快速开始

2cc68f740a370e777d58c058af3e196f.webp

7e84e6fba9a57577a44b26bdae008903.webp

4b2af7e034085c72745e447b847a6bfc.webp

4c0357149f224e55828818914b8edb6e.webp

70fc95b7ac87c4d56249a26c857817a0.webp

cb8df4cf9924fc3fee2615964ebffd72.webp

  1. 修仙伏魔录之九曲封神H5   Linux  架设教程
  2. 测试系统:CentOS 7.6

  3. 安装宝塔直接运行命令即可。
  4. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
  5. 输入y回车确认安装

  6. 安装环境:
  7. Nginx 1.18
  8. MySQL 5.1
  9. PHP 5.6

  10. 关闭防火墙
  11. systemctl stop firewalld
  12. systemctl disable firewalld

  13. 上传fm.zip到服务器根目录(根目录不是root目录!!使用WinSCP或其他工具上传数据,也可以直接宝塔传!!)
  14. 解压
  15. cd /
  16. unzip -o fm.zip

  17. 给予 777权限
  18. chmod -R 777 /data
  19. chmod -R 777 /root

  20. 环境配置
  21. cd /root && ./install

  22. 设置数据库root密码为:t9gm.com

  23. 重启数据库:
  24. service mysqld restart

  25. 导入数据库
  26. cd /root && ./sk

  27. 重启nginx

  28. 修改服务端文件IP:   替换:193.112.101.67
  29. /data/release/bxfr/conf/server_info.json
  30. /data/t9gm.com/bxfr/serverList.php
  31. /data/t9gm.com/ryxx/index.html
  32. /data/t9gm.com/ryxx/version.js

  33. 启动游戏服务
  34. 启动服务端:
  35. cd /root && ./start

  36. 启动后可以通过命令:netstat -lntp 查看启动端口
  37. 看到12181端口就可以了!
  38. 端口启动了仍卡加载,就重新注册个账号!

  39. 关闭游戏:
  40. cd /root && ./stop

  41. 游戏地址:http://IP:81/ryxx

  42. GM特权注册后台:
  43. http://IP:81/gm
  44. GM码:t9gm.com

  45. PS:首次先在游戏地址正常注册,后续再使用这个特权注册!
复制代码