Quote:
Originally Posted by Grant
Well like I said before, from what I can see, the wrong link to the icons has been hard coded into it somwhere and I cant find it yet.
|
In the original poster's message it says to:
Unzip itemstats_1.2.zip to your forum-root (ie http://your.site.tld/forum/itemstats), and follow the basic setup instructions in doc/config.txt.
In the config.txt file it explains where to where to define your icons:
2. Icon store
You may wish to create a local store of icons on your server. This helps to reduce the bandwidth between your server and allakhazam. I would say it also speeds up your page refreshes, but it's actually the opposite in my case. I still use my own local cache out of respect for Allakhazam's bandwith. The default installation points to allakhazam. If you wish to change this, open 'itemstats/config.php' and look for the following lines:
define('ICON_STORE_LOCATION',
'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');
I followed the OP's instructions and never had any problems. The mod also created the item table for me. I didn't have to set one up in MySql, only define the database. You can spot the create code in the itemcache.php file.
Review your
itemstats/config.php file and see if it has a typo for image(s). Hope this helps.