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

p41nwithoutlove

New Member
Joined
Aug 12, 2008
Messages
216
Reaction score
0
im using tfs 2.4 and ive tried doing the change code in config-and-functions
PHP:
	$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);

and that didnt work please help >.<
 
@Dalale
What's the poin't of this? Lol

@Topic
Paste this instead of u code in line ~355 config-and-functions.php
Code:
$sock = @fsockopen("127.0.0.1", $config['server']['statusProtocolPort'], $errno, $errstr, 1);
 
Back
Top