Search found 1712 matches

by Matt
08 Aug 2004, 15:33
Forum: Player talk
Topic: Server down?
Replies: 16
Views: 6543

Oh, the guest was I. function check_server_status ($server_adress, $server_port) { $server_connection = fsockopen ($server_adress,$server_port); if ($server_connection == TRUE) { $server_status = "online"; } else { $server_status = "offline"; } return $server_status; } if (check_...
by Matt
07 Aug 2004, 10:58
Forum: Player talk
Topic: Server down?
Replies: 16
Views: 6543

themanaworld.homeip.net Is this Server offline? I know it's a Home-Server. Is there an other server? Or is my "The Mana World.ini" old, i use the latest Windows Version... (The Website says the login server is online...) I activated Port Forwarding on my Router for "6901". I tri...