Halo Query v1.0 Win32
Brian Hurley (brian@fieldeffect.net)
Andrew Chen (achen-haloquery@divo.net - http://www.divo.net/ )

Description:
Common Gateway Interface (CGI) tool for querying a Halo Server from the www.

Compiling (For *NIX Users):
    cd Source
    gcc -o HaloQuery.exe -O4 -DLINUX HaloQuery.c
The included HaloQuery.exe.linux was compiled on Slackware 8.1 with gcc 2.95.3.

Basic Operation:
Copy the HaloQuery folder to a folder on your webserver.
Make sure HaloQuery.exe has EXECUTE permissions.

Use Halo Query by accessing the www site as follows:
http://www.yoursite.com/HaloQuery/HaloQuery.exe

This will assume that the Halo Server is running on port 2302 the same host as the
web server. The address and port can be changed with a query string as follows:

http://www.yoursite.com/HaloQuery/HaloQuery.exe?address=othersite.com&port=2303

NOTE: The address can be either a name or an IP.

Auto-refresh of the page can be enabled as follows:

http://www.yoursite.com/HaloQuery/HaloQuery.exe?refresh=5

Where 5 is the refresh rate value in seconds.
