Nice tool, but where to find the php source ----- Original Message ----- From: "Brian A. Stumm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 7:35 PM Subject: Re: [hlds_linux] [OT] A Good Web based query tool
> On Mon, 21 Jul 2003, Matthew Gossage wrote: > > > This is a multi-part message in MIME format. > > -- > > [ Picked text/plain from multipart/alternative ] > > > > Hi I have loats of servers mainly all on one ip range, some scattered on > > others, > > > > And I am looking for a web based query tool that will allow me to enter > > a range of addreses and it will query and produce a table, > > > > I have tried writing one in php, and one using pquery.pl, but each seems > > to have a fault or toher, i.e taking to long to query etc. > > > > The key to designing a good php based game server query tool is to first > send "ping" and receive back "j". Then be sure to use socket_set_timeout() > function to prevent a downed server from taking forever to determine its > down. And last thing is to flush() the output between each server. With > this method you can query 50 or more servers with no problem. example, > http://spokaneteamfortress.com/stats/more/ > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

