架设教程

————————-修真界H5架设教程————————————–
centos 7.2
安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
安装环境
Nginx 1.18.0
MySQL 5.6.50
PHP-7.0 (安装redis扩展、Swoole扩展)
Redis 6.0.10

放行1:65535

上传YXMA.zip 到根目录解压
chmod -R 777 /data

创建两个网站
127.0.0.1 5100端口 关闭防跨站
目录/data/htdocs/sword_lord/server/api/www
伪静态设置 rewrite ^(?i)/admin1/(.*)$ /yz.php/$1 last;
配置文件 第8行开始增加
add_header ‘Access-Control-Allow-Origin’ ‘*’;
add_header ‘Access-Control-Allow-Credentials’ ‘true’;
add_header ‘Access-Control-Allow-Methods’ ‘GET, POST, OPTIONS’;
add_header ‘Access-Control-Expose-Headers’ ‘X-Requested-With’;
配置文件 第45行开始增加
location / {
expires -1s; #禁止缓存
try_files $uri $uri/ /action.php?$query_string;
}
Redis 配置文件第二行加
requirepass l123
maxclients 10000

IP 目录 /data/htdocs/sword_lord/client/web

 

服务端修改
\data\htdocs\sword_lord\client\web\index.html
\data\\htdocs\sword_lord\server\api\config\mysql.php
\data\\htdocs\sword_lord\server\api\config\redis.php
\data\htdocs\sword_lord\server\api\www\client.php
\data\htdocs\sword_lord\server\sbin\init.php

设置数据库密码 123456

修改数据库文件 lx_lord.sql 49.232.79.93 IP
创建并导入数据库.

cd /data/htdocs/sword_lord/server
./install.sh

启动游戏
cd /data/htdocs/sword_lord/server/sbin
sh start-keep.sh
关闭游戏
cd /data/htdocs/sword_lord/server/sbin
sh host-stop.sh

总后台
http://Ip/xzj.php GM码 yxma.net
CDK 生成后台
http://Ip/cdk GM码 yxma.net
玩家激活后台
http://Ip/pay
玩家后台
http://Ip/vip
————————-修真界H5架设教程————————————–

资源吧数据中心此处内容已经被作者隐藏,请输入验证码查看内容
验证码:
请关注本站微信公众号,回复“验证码”,获取验证码。在微信里搜索“资源吧数据中心”或者“ymfxba”或者微信扫描右侧二维码都可以关注本站微信公众号。

游戏截图

发表回复

后才能评论