TheColt
New Member
- Joined
- Jul 31, 2011
- Messages
- 82
- Reaction score
- 2
Hello, well first of all Im using Nicaw AAC and xampp, for 7.6...
First Problem: I click on highscores, and it says "Connection to server failed. Please check server_ip settings.
Second Problem: I have the server ip like this
"servername.servegame.com"
"7171"
So i dont know whats the problem with first problem...
Third problem: I have changed the ip and all that... but I still use localhost/.. it it because I need to use localhost, and everyone else use servername.servegame.com?
and I dont have open port 80, i will need to use port 8080 because port 80 is used for some reason...
htdocs config
//For online status. Do not change, unless you running on diferent port.
$cfg['server_ip'] = "extremeworld-ot.servegame.com";
$cfg['server_port'] = 7171;
apache,config, httpd
#Listen extremeworld-ot.servegame.com:8080
Listen 8080
Listen 80
Please, help me with highscores and make it public!
First Problem: I click on highscores, and it says "Connection to server failed. Please check server_ip settings.
Second Problem: I have the server ip like this
"servername.servegame.com"
"7171"
So i dont know whats the problem with first problem...
Third problem: I have changed the ip and all that... but I still use localhost/.. it it because I need to use localhost, and everyone else use servername.servegame.com?
and I dont have open port 80, i will need to use port 8080 because port 80 is used for some reason...
htdocs config
//For online status. Do not change, unless you running on diferent port.
$cfg['server_ip'] = "extremeworld-ot.servegame.com";
$cfg['server_port'] = 7171;
apache,config, httpd
#Listen extremeworld-ot.servegame.com:8080
Listen 8080
Listen 80
Please, help me with highscores and make it public!