by PoloDude » Tue Jul 10, 2007 8:17 pm
Install Instructions
Below you can see what needs to be changed, first of all you need to set the correct path to your itemstats-folder and maybe change the css or libfile.
If eqdkp is in another db then the rosters then you need to set $addon_conf['DKPStats']['eqdkpdb'] equal to true and confgure the other fields, if not put it on false and leave the rest.
- Code: Select all
//where is the itemstats lib
$addon_conf['DKPStats']['itemstatsLib'] = "./itemstats";
$addon_conf['DKPStats']['itemstatsCSS'] = "itemstats.css";
$addon_conf['DKPStats']['itemstatsLibFile'] = "wowroster_itemstats.php";
//Is eqdkp data in another database the the roster?
$addon_conf['DKPStats']['eqdkpdb'] = true;
//eqdkp table prefix (this is needed no matter what set above)
$addon_conf['DKPStats']['eqdkp_prefix'] = 'eqdkp_'; // MYSQL Database Table prefix for EQDKP tables. (Must match EQDKP setup)
// If using a different database fill these in
$addon_conf['DKPStats']['db_user2'] = 'eqdkpdbuser';
$addon_conf['DKPStats']['db_passwd2'] = 'eqdkpdbpwd';
$addon_conf['DKPStats']['db_name2'] = 'eqdkpdbname';
$addon_conf['DKPStats']['db_host2'] = 'localhost';
Last edited by
PoloDude on Tue Jul 10, 2007 8:18 pm, edited 1 time in total.
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]