Inspired by Marco Tabini's article in this month's issue of php|a , I wrote a PHP script that will check the status of a Jedi Knight II Jedi Outcast game server. With some minor tweaks you can use the sript on any Quake III Arena engine based game servers.
Currently the script returns all the public server variables, the player name, score and their ping and also the force power and weapon settings on that server.
IF you go thru the code, you will see how easy it is to create a UDP packet (Since the game uses UDP , not TCP) and parse the server response.
I would post a working demo, but i couldnt find a free php host that has fsockopen turned on.
Here is the link to the html page cuz Lycos has the referer check on.
http://members.lycos.co.uk/gangstaproductionz/jk2.html
Please let me kno what you think of the script and if u have ne questions, holla bac.