faddle2 • PM |
Aug 27, 2010 2:22 PM
|
![]() 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 |
burn • PM |
Aug 27, 2010 2:49 PM
|
![]() 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
![]() |
faddle2 • PM |
Aug 27, 2010 2:55 PM
|
![]() Posts: 5 |
But basically i wish to learn the way you fetch currently the data from the server?
|
burn • PM |
Aug 27, 2010 3:16 PM
|
![]() 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.
![]() |
faddle2 • PM |
Aug 27, 2010 3:20 PM
|
![]() 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
![]() |
burn • PM |
Aug 27, 2010 4:40 PM
|
![]() 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.
![]() |
faddle2 • PM |
Aug 27, 2010 5:17 PM
|
![]() Posts: 5 |
Well then how is the request done then ?
|
burn • PM |
Aug 27, 2010 6:41 PM
|
![]() 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.
![]() |
faddle2 • PM |
Aug 28, 2010 7:19 AM
|
![]() 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. |