Category: Technical
Crusader Calculator ... live
November 20th, 2009Just a quick post to say I finally went back and rewrote the method I was extracting data from the armory (I was using libxsl... which isn't available on my webhost). So it is now live at:
http://gameldar.fdns.net/crusader/
In summary: it will grab… more »
Extracting WoW Achievements from the armory
October 14th, 2009After playing around with the data formats from the armory (mainly the reputation and achievements sections) - it seems like the achievements are the least well defined.
The achievements are grouped by categories as rendered by the menu on the left -… more »
Using PHP for reading the WoW Armory
October 14th, 2009I've been playing around with extracting data from the WoW Armory. The main problem with reading from the armory is that if you don't specify the correct user agent the armory returns you some nicely formatted HTML. Which is fine for browsing - but if yo… more »