HTML5游戏源码下载简介
H5元素王座小精灵游戏源码_手游服务端教程_授权物品后台
安装宝塔面板:
1、yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
2、nginx1.14
3、mysql 5.6
4、php5.4
添加数据库:
1、宝塔 – 数据库 – root密码,修改密码为sants.cn 其他不用动
2、创建web数据库,导入web.sql
3、mysql -uroot -psants.cn
4、GRANT ALL PRIVILEGES ON *.* TO ‘root’@’%’ IDENTIFIED BY ‘sants.cn’ WITH GRANT OPTION;
5、flush privileges,quit
6、上传sants.zip到根目录解压
添加网站:
宝塔 – 网站 – 添加站点 根目录/www/wwwroot/sants.cn
放行端口:
宝塔 – 安全 – 放行端口 – 添加1:65535
chmod -R 777 /www
chmod -R 777 /root
上传动态库到 lib64
ldconfig
yum install gcc* -y
yum install libtocmalloc* -y
修改服务端:
1、修改root/server/sh/的三个xml文件
2、configure_center.xml
3、configure.xml
4、configure_cross.xml
修改网站里面:
/www/wwwroot/sants.cn/api/gameserver
/www/wwwroot/sants.cn/pay/config.php
/www/wwwroot/sants.cn/index1.php
关闭防火墙:
systemctl stop firewalld.service
systemctl disable firewalld.service
启动游戏:
cd /root/server/game/sh
./gamectl.sh startall
游览器输入http://你的ip/ 进入游戏
游戏后台:你的IP/admin
初始账号:admin
密码:123456
评论(0)