ItemStats with Karma History

Show current, spent, and total points based on a points base system found at
www.knights-who-say-ni.com/NKS.

Moderator: Tennessee

ItemStats with Karma History

Postby Tennessee » Wed May 28, 2008 1:09 am

1. There is a updated .jpg icon pack for any site using the .jpg ICON_EXTENSION. it can be found at.
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'); 
Last edited by Tennessee on Wed May 28, 2008 11:08 am, edited 2 times in total.
User avatar
Tennessee
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 54
Joined: Fri Apr 04, 2008 2:00 am

Return to Karma History

Who is online

Users browsing this forum: No registered users and 0 guests

cron