sbc wrote:
Can some1 explain which highscore position refers to which points? Overall score, fleet score tc, hnour points are aslo listed?
type Name
0 Total
1 Economy
2 Research
3 Military
5 Military Built
6 Military Destroyed
4 Military Lost
7 Honor
sbc wrote:
Can we get some extra variables support, like $_GET['name'] to search player by name instead of id or $_GET{'type'] to specify the data that we actually need? eg. highscores or coordinates only, anything else only. So the tools developed by us wont fetch any unwanted data. Cause for now if i want to fetch some data by player name i would have to fetch >100kb xml to find that players id first, and then another xml, playerData.xml now.
the name can be changed... it's better to use the id and it can be found easily on ogame pages
sbc wrote:
Actually why its xml, not a plain text?
XML is easier to parse with jQuery