08-02-2009, 08:43 AM
|
#117 (permalink)
|
|
The Visitor
Join Date: Aug 2009
Posts: 3
Thanks: 3
|
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 :
.
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
[...]
|
|
|
|
|