Contents |
This wiki page was last updated on June-24-2010 and is based on Version 1.5.3
The plug CharManager (formerlyUserchar) enables registered users themselves create a new character to match existing character's own account and to collect further information:
* Spec * Resistance * Guild * Your own image * Links to BLASC or CT profiles and Talent Calculator * Importing data from www.wowarmory.com
(EQDKP Administration)
Cron jobs can be used to automate the character update process. The EQDKP Plugin 'CharManager' version 1.1.4 and higher has a cron job php script. The script is located at the following location: plugins/charmanager/games/wow/import/armory/armory_cron.php
cronjob.de is a free services to run and administrate cron jobs. They offer simple templates and easy administration of cron jobs. It is recommended to set the cron job to run at the following times: 00:00, 06:00, 12:00, 18:00 clock on all days and months of the year selected.
Unix/Linux servers can set their own cronjobs with the followingt command: wget http://example.domain.com/plugins/plugins/charmanager/games/wow/import/armory/armory_cron.php -o /dev/null
Q: In IE why do I get a HTTP 500 error when trying to run "Import guild"?
A: CharManager uses Multibyte strings which requires PHP to have installed mbstring. mbstring requires PHP 4.0.6 or higher. The specific fuction called is mb_convert_encoding, and this is current enabled by default when you install mbstring.
Q: In Firefox, Chrome, or IE (with http friendly errors disabled) why doesn't the Guild Import ever update to show the progress being made?
A: CharManager uses Multibyte strings which requires PHP to have installed mbstring. mbstring requires PHP 4.0.6 or higher. The specific fuction called is mb_convert_encoding, and this is current enabled by default when you install mbstring.
Q: How do I know if wowarmory.com is blocking my server/host?
A: telnet to www.wowarmory.com on port 80 (telnet www.wowarmory.com 80). After the connection completes type "GET" and press return/enter. If you get a long string of text that looks like the html of the website then you are not blocked.