找回密码
 立即注册

微信登录

只需一步,快速开始

QQ登录

只需一步,快速开始

页游自己安装Flash插件去,别安装成Flash游戏中心了


74e28ee553c017068b1fb2eefcd43485.webp

192f921eae533ad58ea6adf386c0523f.webp

627aa321744120f228ed988ca554e54f.webp

793b8c0d120b4384f888da92a5d77b9d.webp

dcfb32d4dd413f4196bae22bc91f7b03.webp

ed8b2e6238bc00c3bcf64afe40413bc0.webp

  1. 灭神圣妖传  Linux   搭建教程
  2. 测试系统:Centos7.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. Nginx1.18
  8. mysql5.5
  9. php5.6

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

  13. 上传服务端mssyz.zip到服务器的根目录
  14. 解压
  15. cd /
  16. unzip mssyz.zip

  17. 给权限
  18. chmod -R 7777 /root
  19. chmod -R 7777 /home

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

  21. 导入数据库:
  22. cd /root
  23. ./sk

  24. 重启nginx

  25. 修改服务端文件IP:替换:192.168.200.128
  26. /home/syz/interface/web/1/dlq/api.php
  27. /home/syz/interface/web/api/unitization/login.php
  28. /home/syz/interface/web/api2/unitization/login.php
  29. /home/syz/interface/web/res/index.html
  30. /home/syz/interface/web/res/GameStart.html
  31. /home/syz/interface/web/config/123yx/1.inc

  32. 启动游戏
  33. cd /root
  34. ./qd

  35. 关闭游戏
  36. cd /root
  37. ./stop

  38. 游戏地址:
  39. http://IP:81

  40. 后台地址:
  41. http://IP:81/admin
  42. 账号:admin
  43. 密码:123456
复制代码