I have looked on every article here about using UDP related to getting game server infomation and i havent found anything useful.
What i am trying to do is create a script using php, that connects to an unrealtournament server and retrieves data from it then displays it on a page, ie. players and there score.
I believe i can do this by using the fsockopen() command to make a udp connection, and then fget, fput etc... to get the info...
The thing is, to retrieve useful data from the server i think i need to know the UT protocol... well i am just not sure.
I have tried Qstat before, and this works to a point. It is very buggy for Unreal Tournament, any ascii nick names in the server are returned as a mess and as soon as a spectator joins more bad stuff starts to happen =/.
So i decided to create my own, as i think it can be done. Take a look at this Clansite (its done in CGI(Perl) but u can see what im rabbiting on about): <a href="http://ut-maverick.utstation.de/stuff/server/details.php?id=16&ip=213.221.174.194&port=7911&dest=0">http://ut-maverick.utstation.de/stuff/server/details.php?id=16&ip=213.221.174.194&port=7911&dest=0</a>
If anyone can help me with this (or they know where i can find the UT UDP protocol) then please help, i have wanted to do this for many months.
Thanks in advance. :o)