Quote:
Originally Posted by Caerydd
Mebbe, but I'm not going to do it now. His 'version' pulls armory data for his new WoW Event Calendar, so I wouldn't want to mess it up  However Sweede's bbcode would be a nicer way of displaying characters in the postbit ^^ So...we'll see.
I love love love that we have two great developers maintaining these mods now 
|
My mod retrieves the armory XML data and stores the entire thing into the database. the cached data expires after 6 hours (at least thats what i think it did).
Anything that that uses armory data can easily be re-written to use the cache storage container that i have
For example, the elricstorm calander read the XML file from the armory then copied the parts of the XML to the database. You would simply change the code that retrieves the the armory from the URL with what i wrote.