1942549929 发表于 2016-2-6 19:50:29

斗破游戏架设出了个这提示求大神帮忙看看怎么弄

黑屏原因是这个端以前是外网ip的,玩单机的修改以下的三个ip
1、/uer/local/nginx/vhosts/s1.conf

修改
server {
      listen80;
      server_name192.168.200.101;   把这个改成外网IP

2、/uer/local/nginx/vhosts/www.conf

修改
server {
      listen81;
      server_name192.168.200.101;   把这个改成外网IP

3、/uer/local/nginx/html/www/to_game.php

修改
header("Location: http://192.168.200.101/user/start.php?account={$account}&tstamp={$time}&agentid={$agentid}&serverid={$serverid}&fcm={$fcm}&ticket={$ticket}&advtgm=1");
把192.168.200.101改成你的外网IP

能登陆上去,进游戏黑屏
页: [1]
查看完整版本: 斗破游戏架设出了个这提示求大神帮忙看看怎么弄