Hey, i got a problem, my server is online, but the server status from my website it says its Offline, how to fix this? (I am using a 5369 source)
Other statuses works fine with my database like how many guilds are created/how many clans are created/how many characters are created/how many accounts are created/how many players are online but not the server status, it says its offline.
Do i have to modify a port or something, and where exactly, cause there is no way i can change the port...
I believe its something wrong at this line
Other statuses works fine with my database like how many guilds are created/how many clans are created/how many characters are created/how many accounts are created/how many players are online but not the server status, it says its offline.
Do i have to modify a port or something, and where exactly, cause there is no way i can change the port...
I believe its something wrong at this line
Code:
$fp = @fsockopen($serveraddress, $serverport, $errno, $errstr, 1);