• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

server offline

Quickshot

Member
Joined
Nov 8, 2008
Messages
595
Reaction score
8
hi, i have a problem hopefully a easy one. on my site it says my server is offline when it isnt anyone know how to fix this?

server.jpg
 
Try this:
1- Open config-and-functions.php
2- Find this line:

Code:
$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);

3- That "127.0.0.1" change to your IP
4- If that works Rep+
5- Have a Nice Day!
 
Try this:
1- Open config-and-functions.php
2- Find this line:

Code:
$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);

3- That "127.0.0.1" change to your IP
4- If that works Rep+
5- Have a Nice Day!

Public or private ip? if is public you cannot see server online at website on your pc no?
 
public I think (from myip.se)
But, your website server and your ot server are at the same computer?
if so, test to change 127.0.0.1 to localhost
 
tbh.. if you just want a website that gives information and such (no shop) use modern AAC, no tibia layout thought (looks ugly anyways)
 
Back
Top