• 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!

offline when online

Ceejzor

Murica Born N Raised!
Joined
Jul 5, 2008
Messages
2,293
Reaction score
188
Location
USA - Philippines
I'm using UNNAMED031a for TFS 02 and when my server is online it says offline anyone got a solution to this??
 
No i think maybe sude reinstall it did work for me and like 1 month later it buged agien >.< i use paxton 1.0 (rly nice)
 
in ...\htdocs\config-and-functions.lua
change Line 355:

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

for this:

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

^_^
 
Back
Top