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

Windows Server Page time Status

Mogex

Active Member
Joined
May 29, 2010
Messages
1,513
Reaction score
25
I have one problem with gesior 0.3.6!
Time status
Always telling me Offline
I only whant to repair it i search here but i don't found anithing.

What could be the problem?

can anybody help pleasE?
 
I mean... did you go to your xampp folder, and then into the htdocs folder and opened up the file: config and functions ?
C:\Xampp\htdocs\
 
So you edited this in that file:
Code:
$sock = @fsockopen("localhost"
?
i don't find it on Config and funtions

$sock = @fsockopen($config['server']['ip'], $config['server']['statusPort'], $errno, $errstr, 1);
if ($sock)
i've kiked some letters and this is what only i found can you give me your config and functions pleasE? or what i can do?
 
i don't find it on Config and funtions

$sock = @fsockopen($config['server']['ip'], $config['server']['statusPort'], $errno, $errstr, 1);
if ($sock)
i've kiked some letters and this is what only i found can you give me your config and functions pleasE? or what i can do?

mine is:
$sock = @fsockopen("yourip", $config['server']['statusPort'], $errno, $errstr, 1);
 
Back
Top