DKPStats

DKPStats shows eqdkp data and provides a nice and clean view on dkp, latest loot and drops for each member.

Moderator: PoloDude

DKPStats

Postby PoloDude » Tue Jul 10, 2007 8:12 pm

DKPStats - roster 1.7.3 addon - Version: 1.0.0

With this addon you'll be able to show dkp from your EQDKP site within the roster

Example DKPStats

Download DKPStats

Download ItemStats



Supported features:
- Use of different db then the rosters
- Sorting:
* clicking name will sort by name or class
* clicking on current dkp wil sort by name or dkp
- lootdetails/member
- loothistory


Updates:
08/07/2007: Initial Release
Last edited by PoloDude on Tue Jul 10, 2007 8:19 pm, edited 1 time in total.
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

Re: DKPStats

Postby 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]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent


Return to DKPStats

Who is online

Users browsing this forum: No registered users and 0 guests

cron