• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

maly problem

Retired

New Member
Joined
Apr 19, 2009
Messages
233
Reaction score
1
Witam ots jest wlaczony a na stronie pisze caly czas ze jest offline wie ktos jak to naprawic?
 
Ja weim musisz edytowac lyouta i zmienic Server Ist OFFLINE {REED} NA SERVER IS ONLINE {GREEN} ;D
 
o ile dobrze pamietam to w tej wersji trzeba zmienic w pliku config-and-functions.php
Code:
port
na
Code:
statusProtocolPort
 
Code:
	$sock = @fsockopen("127.0.0.1", $config['server']['statusProtocolPort'], $errno, $errstr, 1);
lub
Code:
	$sock = @fsockopen("127.0.0.1", 7171, $errno, $errstr, 1);
 
Back
Top