View Single Post
Old 08-02-2009, 08:43 AM   #117 (permalink)
Micka
The Visitor
 
Join Date: Aug 2009
Posts: 3
Thanks: 3
Micka is on a distinguished road
Default World of Warcraft Armory xml Grabber with cURL

Hello,

I am new to the forum. I contact you because I use for my guild DJRavine the script (which I wish to thank for this great script). All works correctly on the information in your guild, but the only problem is that I'm on the European server "Marécage de Zangar" me and that guild called: "Lenwë Linwëlin". The script does not properly code the "é" and "ë" and so I find myself with a message: "ERROR: Unable to load XML file!".

I met her :
Quote:
LIVE XML FEED: http://eu.wowarmory.com/guild-info.x...+Linw%EBlin&p=

LIVE XML FEED CACHED TO XML FILE: cache/guild-info-2009.08.02-10.37.39.xml - 193 bytes written...

ERROR: Unable to load XML file!
.

An part of my script :
Quote:
// SERVER AND GUILD SETTINGS
$config['server_name'] = "Marécage de Zangar"; // Name of the WoW Realm
$config['guild_name'] = "Lenwë Linwëlin"; // Name of your Guild

// SETTINGS FOR THE GENERAL WEBSITE
$config['base_filename'] = 'roster.php'; // Base script file name
$config['base_url'] = 'http://forum.lenwelinwelin.fr/test/'; // Base URL
$config['url_prefix_char'] = 'http://eu.wowarmory.com/character-sheet.xml?'; // Use for Char links
$config['url_prefix_armory'] = 'http://eu.wowarmory.com/'; // URL for the armory

// NOTE: THE BELOW DIRECTORY NEEDS TO HAVE WRITE ACCESS IN ORDER TO CACHE THE XML
$config['DIR_cache'] = 'cache/'; // Directory where the XML cache files are stored
// NOTE: THE ABOVE DIRECTORY NEEDS TO HAVE WRITE ACCESS IN ORDER TO CACHE THE XML

// SETTINGS FOR SQL STATEMENT GENERATION
$config['sql_database'] = 'guilde'; // SQL Database Name
$config['sql_table'] = 'rooster'; // SQL Table Name


[...]
Micka is offline  
Reply With Quote