Sachmo's Dkp Mod
SDKP
sdkp is a dkp tracking addon under development and in use by TG - Arthas guild.
It is designed to import from, and export to an EQDKP+ website.
Currently the documentation is a work in progress. But if you have any questions or need any extra options to assimilate this mod for use in your guild, please write a ticket or PM me.
It does seem to be tailored to eqdkp+, but that does not mean someone couldn't tweak it to use standard eqdkp.
mostly if you look at the sql queries, I'm basically running the same kind that can be found in any area of the site that lists player information.
The php I posted queries a table called MULTIDKP_TABLE, you would have to find out what table you need to query. Some example code from pages included with base eqdkp could probably help you do that.
Thank you. But this means your Dkp Mod is only working for EQDKP+ Systems and not for standard EQDKP Installations? Because the Output is empty: http://raids.magnanimous-majesty.de/sdkp.php
Here is the script I use. I just know enough php to be dangerous, nothing too fancy. I believe that this script was a modified version of the getdkp.php file that comes with the eqdkp+ system we use. Your milage may vary.
I'm not really that familiar with the ins and outs of eqdkp+ but we are moving to a new version of it for wrath so I'll be needing to tweak this script.
Let me know if you need further assistance.
http://pastebin.com/f213798b8
Since not everyone is a PHP-Coder, can you supply a (basic?) php script to pull the data from a EQDKP-Site? Thanks.
check out this link for some output.
The output file is expected to be sdkpdata.lua and placed with the rest of the mod files in the interface\addons\sdkp folder. It is also expected that the variables defined to be present and filled in when it loads. The php script is a modified version of some dkp export php script I found in the eqdkp+ mod.
I suppose this is designed to work with a EQDKP-Site, and if yes, how do you pull the data from there?