Page 1 of 1

Halo Server link

Posted: Wed Aug 31, 2005 6:52 pm
by deviousoverdose
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?

Posted: Sat Dec 17, 2005 3:50 am
by MSHSF
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, "