Yeah, you already said so, but how. Is there something I do not know about? So if I am correct, you say this script does not use blockland && "RTB's server browser" !$= "The master server"
Yeah its slightly more complicated than that.
Just ping the server using the ping command.
<?php$ping_ex = exec("ping 74.52.20.186:28100", $ping_result, $pr);if (count($ping_result) > 1){ echo 'ping online - response'; } else { echo 'ping offline - response'; }?>
There are also some scripts out there for doing this to Tribes/Torque servers, which ought to work with almost no modification.
Duh, the windows ping command won't work on linux.