Halo Server link

General discussion about Halo for the Xbox and PC.
Post Reply
deviousoverdose





Posts: 2
Joined: Mon May 16, 2005 1:19 pm

Halo Server link

Post 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?
MSHSF





Posts: 16
Joined: Sat Dec 17, 2005 3:37 am

Post 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, "
Post Reply