Where can I find Halo server status modules for php?
Is there a way to do it with flash? or xml?
How can you setup a link to open halo and have it connect to your server?
Halo Server link
to request data from a halo server with php you can use:
Code: Select all
<?
$fp = fsockopen("udp://$ip", $port, $errno, $errstr);
if (!$fp) {
return 2;
} else {
stream_set_timeout($fp, 2);
fwrite($fp, "