franky500 Posted November 30, 2007 Share Posted November 30, 2007 I have seen numerous threads with some sort of discussion but generally involving more than what i want / need. What i am looking for is something to simply grab how many servers of a particular game are online and be able to output that information to a webpage. Or if that is not possible, then something to grab how many services there are for a particular game. Does anybody have anything that might be able to do what i am looking for, or perhaps be able to point me in the right direction. Thanks Link to comment Share on other sites More sharing options...
swish Posted November 30, 2007 Share Posted November 30, 2007 http://www.greycube.com/site/download.php?list.4 Link to comment Share on other sites More sharing options...
adamnp Posted November 30, 2007 Share Posted November 30, 2007 Yes greycube works well, or you could just write a script to poll the data from the tca sql. :} Link to comment Share on other sites More sharing options...
franky500 Posted December 1, 2007 Author Share Posted December 1, 2007 Thanks Swish, but unfortunatly that is no use to me as it does not support the game i need it for. I will have to read into pulling data from a database a bit more, as for now my knoledge is extremely basic in that manner. Does anybody know what field in the database states wether the server is online or offline? Thanks. Link to comment Share on other sites More sharing options...
HIS-MOTHER Posted December 1, 2007 Share Posted December 1, 2007 What game? Link to comment Share on other sites More sharing options...
franky500 Posted December 1, 2007 Author Share Posted December 1, 2007 a racing sim, Live For Speed They use their own type of system to send information to other things outside of the game. I dont need any specific info from it.. simply a : servers online = 35 sort of thing. Link to comment Share on other sites More sharing options...
HIS-MOTHER Posted December 1, 2007 Share Posted December 1, 2007 Does that game use a lobby? I think I hosted one for a client a while ago. Maybe querry there lobbies. Link to comment Share on other sites More sharing options...
franky500 Posted December 1, 2007 Author Share Posted December 1, 2007 nah it doesn't quite work like that.. But you have given me some ideas. Much appreciated. Link to comment Share on other sites More sharing options...
franky500 Posted December 1, 2007 Author Share Posted December 1, 2007 Managed to get it by using SQL Count to query the DB from a php script. The only question is does anybody know what table / column in the tcadmin database says if the server is online or offline? i cannot find it. Thanks for the help guys Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.