danielsreichenbach / phparmory

A PEAR compliant PHP library for accessing the World of Warcraft armory.
http://wowarmory.com/
GNU General Public License v3.0
3 stars 0 forks source link

New Armory site #2

Open LunamanJenkins opened 13 years ago

LunamanJenkins commented 13 years ago

Hi,

Blizzard announced their new website. I was wondering if this class will be updated to work with the new website.

new url: http://eu.battle.net/wow/en/ (for europe) armory character link: http://eu.battle.net/wow/en/character/REALMNAME/CHARACTERNAME/

Don't know if just changing the links will do

Thanks in advance :D

LunamanJenkins commented 13 years ago

Would like to add that the new site is still a preview but it will be official when Cataclysm goes live on december 7th

danielsreichenbach commented 13 years ago

nod nod I will update the library for the new site.

chanpa commented 13 years ago

Is this updated? Some things doesn't work for me.

chanpa commented 13 years ago

Nvm, was just some coding in the example files that didn't work for me, the <?php=$char['rank'];?> looking statements. Changed them to <?php echo $char['rank'];?> and they work.