To check if my game server is online i have to use that command
but $fp aways return false in this host, why?
I tried in my local host, and some other freewebhosts and all of them worked ($fp returned true when the game server is online).
Is there any way to make it work? Is that not working for some reason?
PHP:
$fp = @fsockopen('megaot.com', 7171, $errno, $errstr,3);
I tried in my local host, and some other freewebhosts and all of them worked ($fp returned true when the game server is online).
Is there any way to make it work? Is that not working for some reason?