Vultr.com - Instant Cloud Server Deployment
GAMETRACKER FORUMS
Forum Home > General Help > Question regrading the stats
faddle2PM
#1
Question regrading the stats
Aug 27, 2010 2:22 PM
Joined: Aug 12, 2010
Posts: 5
I recently wanted to make my own signature for my clan, which will be dynamic via php. I wanted to know how you fetch the data from the every server?

If it's the logfile server, then how do you get it's address .


Thanks
burnPM
#2
Aug 27, 2010 2:49 PM
Joined: Sep 27, 2006
Posts: 10924
There will be datafeeds at some point in the future, so at some point you will be able to process a datafeed for the gametracker server page and use that info
I am retired from GameTracker after 11 years and will not be responsive for support requests.

faddle2PM
#3
Aug 27, 2010 2:55 PM
Joined: Aug 12, 2010
Posts: 5
But basically i wish to learn the way you fetch currently the data from the server?
burnPM
#4
Aug 27, 2010 3:16 PM
Joined: Sep 27, 2006
Posts: 10924
I'm not sure mike would want to give you the GT code, but you should be able to find this information through Googling it for whatever game you are referring to.
I am retired from GameTracker after 11 years and will not be responsive for support requests.

faddle2PM
#5
Aug 27, 2010 3:20 PM
Joined: Aug 12, 2010
Posts: 5
Hehe..believe me i googled it. But it's not the code i desire. It is the basic method i am looking for
burnPM
#6
Aug 27, 2010 4:40 PM
Joined: Sep 27, 2006
Posts: 10924
What exactly do you mean by the basic method? You basically just have the php code make a query request to the server, then process the data when it is returned.
I am retired from GameTracker after 11 years and will not be responsive for support requests.

faddle2PM
#7
Aug 27, 2010 5:17 PM
Joined: Aug 12, 2010
Posts: 5
Well then how is the request done then ?
burnPM
#8
Aug 27, 2010 6:41 PM
Joined: Sep 27, 2006
Posts: 10924
I'm sure that would vary based on whatever game you are referring to, but I am not a coder so I am not sure. I believe there is a project on the internet called GameQ which would help you... but I am sure you must have seen that already in your searching, so, next I would recommend visiting a forum for whatever game you may be referring to and ask how querying is done for that game.

I am retired from GameTracker after 11 years and will not be responsive for support requests.

faddle2PM
#9
Aug 28, 2010 7:19 AM
Joined: Aug 12, 2010
Posts: 5
Yes i already came across GameQ . The unfortunate result was that it only outputs game info and not players info.

Anyway Thank you for your help.