http://www.rpgoutfitter.com/addons/wowinterface.cfm
you can use this to update roster 1.7.3 icon store and have no missing icons just upload and over write or just add the new 1's.the loc is roster/img/Interface/Icons
you will need a account to get these if u havn't got 1 allready.
2. Now that your icon store in roster 1.7.3 is up to date u can use that as your itemstats icon store without adding a new dir to your website.
move to 3a if u want to use itemstats other than in roster dir, 3b if u want to use the itemstats that comes with 1.0.2b.
3a. Open the config.php in the itemstats dir and change these lines
- Code: Select all
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');
define('dbhost', 'localhost');
define('dbname', 'dbname');
define('dbuser', 'dbusername');
define('dbpass', 'yourdbpassword');
to something like this whereever u have your roster at
- Code: Select all
define('ICON_STORE_LOCATION', '../roster/img/Interface/Icons/');
define('ICON_EXTENSION', '.jpg');
define('dbhost', 'localhost');
define('dbname', 'dbname');
define('dbuser', 'dbusername');
define('dbpass', 'yourdbpassword');[/
3b. get the latest ver 1.0.2b and the itemstats is ready to go no editing required. it will use the roster settings to conn and it's database to place its table.
u can allways change this in the config.php to where ya like. and make sure u place the itemstats folder in the roster dir and it will be plug and play.
a look at the config.php file that makes everything works.
if ya got the 1.0.2b before 12:50 am est on 5-28 open itemstats/config.php and make sure these settings are set like this
- Code: Select all
define('ICON_STORE_LOCATION', './img/Interface/Icons/');
define('ICON_EXTENSION', '.jpg');
require( './conf.php' );
define('dbhost', $db_host);
define('dbname', $db_name); //or 'adiffdatabase'
define('dbuser', $db_user);
define('dbpass', $db_passwd);
define('item_cache_table', 'item_cache');