QDKP_v2 DKP Web Page
| Last Update: | June 3, 2008 (2 months ago) |
|---|---|
| Category: | Miscellaneous |
| Tags: | php, qdkp, and web |
| Project Manager: | Rozak |
| Website: | visit |
| Current Version: | QDKP_v2 DKP Web Page QDKP2 Web Scripts (for World of Warcraft 2.4.2) |
| Downloads Today: | 8 |
| Downloads Total: | 5,876 |
| Favorites: | 20 |
| Comments: | 63 |
- Screenshot
- More
- More Information
| Created On: | Jan. 11, 2007 |
|---|
- About QDKP_v2 DKP Web Page
This is a simple script for those wanting to publish QDKP_V2 DKP totals on their web site.
The html files it produces out of the box are almost black and white - so you will need to wrap some colours and images into it if you want to make it look nice - but everything should be in here to give you a form on your web site that you can navigate to, upload the SavedVariables from QDKP_v2 into the form and hey presto an HTML page is generated with all your Guild DKP listed on it in. Easy as pie.
Read the comments at the top of the php script to tweak things if you want to.
- Downloads (1)
- Screenshots (1)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Similar Tools
- 85 WOWmodelview Miscellaneous
- 57 LoadIT (continued) Miscellaneous
- 51 Teamspeak Overlay Miscellaneous
- 37 Wow Log Parser Development & Debugging, ...
- 35 Paladin Healing ... Miscellaneous
- 398 Faster Ping Applications
- 238 Ace2 / Ace Development & Debugging
- 110 Cosmos feat. Khaos Development & Debugging
- 94 Vent 2.3 Applications
- 85 WOWmodelview Miscellaneous
Advertisement





- +0
- Thumbs Down
- Thumbs Up
deeproots79 saidHi, I am having problems with viewing logs of raids conducted by other QDKP officers. Is there a way to sync those up? Also I use different computers through out the week and i need to be able to sync the logs with them!! Thanks
Russell Hamilon
deeprootsnursery@hotmail.com
- +0
- Thumbs Down
- Thumbs Up
Kiyan23 saidPlease help! This is the first time I have ever set up a type of server. I set up a virtual webpage and got pretty far but recieved an error.
Checking the output file is writable... ok
Checking the upload file is readable... ok
Checking the size of the uploaded file... ok
Reading the data... ok
(EU - cho'gall) - Contact: website or mail* Use at your own risk :p * *Rozak- $Id: wowLuaParser.class.php,v 1.7 2007/02/22... etc. etc. etc.
\nResultat :\n\n";
print_r($this->content);
print"
"; }}funtion debug($str){if($this->debug) echo
" . $str . "
Any input would be helpful, thanks
- +0
- Thumbs Down
- Thumbs Up
Rozak saidok... that is an interesting set of output!
it is caused by line 84 in dodkpupdate.php file which says:
require_once 'wowLuaParser.class.php';
1) your web server is running a REALLY old version of php - you need to be running version 4.01 or greater to support this - the current version of php is 5.26 and version 4 was killed last year - if you are on a hosted website then contact the person who looks after it to check which version of php they have up and running
2) there is a mistake in the way require_once is working on that php server - difficult to see what is up without having a wade through the php.ini - but again your local web support should be able to help you
3) Your website is doing something very odd with the require_once function (hooked it???) - again local admin is needed I'm afraid
The other thing you can try is to change the 'require_once' to 'require' - that may work with however the system is setup at your end.
- +0
- Thumbs Down
- Thumbs Up
BoaConstrictor saidActually, the problem is the way that the wowLuaParser.class.php script is written.
The start declaration in the script "<?" is the old form for start declaration and isn't recomended anymore. So alot of hosts only accept "<?php" as start of the scripts.
And from the looks of his result, that's the problem. :)
- +0
- Thumbs Down
- Thumbs Up
Kiyan23 saidSo how do I fix it? Or do you know of any free web hosts out there that I could do this with?
-Thanks
- +0
- Thumbs Down
- Thumbs Up
CloudsBreak saidMight I suggest that you change the readme file to a txt file since it cant really be read til after its uploaded to the site and most people might not know to upload then read the readme for install / functionality uses. Also when trying to print the README file it doesnt print properly on 8x10 paper, it crops of the right sides of sentences. Also I have an idea to make modifying the settings file easy. Make it so it can be modified from its web address where you normally see the hacking attempt message. An easy security fix so no one can tamper with it can be added. Maybe something like this. When viewing qdkp/Settings.php make it so you have to enter the default PW and once logged in also have a change PW field where you enter the current PW the new PW retype new PW and so on and so forth. Hope all this makes sense but I think it would be a nice touch. You can also add a field for changing the guild name and a dropdown menu for choosing your faction after you've logged in. So after youve logged in youd have the following on the page.
1. Guild name field for changing your guilds name
2. Dropdown for faction chosing
3. Menus for changing the PW (Current PW, New PW, Retype New PW and then the confirm / change button)
Edit: How would you purge all data so it would look as it does on a fresh install. Basically I'm curious where the datas stored after its been uploaded.
- +0
- Thumbs Down
- Thumbs Up
Rozak saidPrettier version of the README uploaded :)
- +0
- Thumbs Down
- Thumbs Up
Rozak saidok thanks for the feedback - couple of comments
The README file is a text file- you can open it in notebook/browser/word/wordpad/cmd on a PC, textedit/terminal/browser/word on a Mac, more/vi/emacs/cat on a unix box - if you mean 'add a .txt' extension to the file to make it more PC friendly - will do :)
On the printing side - you mean format the text to <80 columns - yes the days of fixed screen sized text viewers and printers I thought were well gone - but done :)
On the security side I have kept it really really simple on purpose. There are sooo many different systems out there - from htXXX to fully driven SQL engines - I really didn't want to do anything other than have a simple password you could just edit easily - if you are smart enough to wrap something around it then you realy do not want to have to be ripping out things I've embedded in there - and if you are not able to do that then editing a simple text file was an easy compromise. The other thing to bear in mind with all of this is the is just displaying the data - if someone does upload the wrong thing then its less than two seconds to fix it. If you feel like wrapping some cookie code in there feel free!
On the guildname side and faction I just thought that was a one time configuration option - I mean it's not like you are going to change the guildname or the faction regularly? Adding another form to do that just makes it more complex for folks to integrate into other CMS systems. As it stands today its almost drag and drop into SMF (which is where we use it - and hook it into the SMF security wrappers and do away with the coded password).
Purging data - easy - just zap the dkp.php file to a zero length file (as it is in the distribution) - every upload you do will overwrite it as well - so you are always replacing the dkp.php file every time you refresh it - the whole point od qdkp was to maintain state in-game not in-website - so that is exactly what this set up does - it is nothing more than a format converter to display the QDKP backup file on a web site - leave the complexity to the QDKP mod and then folks don't have to go setting up databases and SQL and security wrappers here if they don't want to or don't have access to it on web sites they don't control to any great extent.
- +0
- Thumbs Down
- Thumbs Up
Rozak saidJust updated the scripts to add a sort function to the table, clicking on the column headings will now sort the table for you (forward and reverse) by whatever column heading you click on.
I also took the opportunity to change the name of the dkpuplink.php script to dkpupload.php - so your upload links if you have coded them in will need to be changed on your web pages (if you have a direct link to the upload script that is!)
Readme file updated accordingly, instructions for the brave expanded, and I've started a changelog in the zip file.
- +0
- Thumbs Down
- Thumbs Up
Rozak saidsorry been away on holiday :) back now - and we just about to switch to the latest version of qdkp - so will take a look :) sorry for the pause in normal service lol
- +0
- Thumbs Down
- Thumbs Up
hippy saidHiya,
Any chance of getting it to work with EQDKP Plus?
- +0
- Thumbs Down
- Thumbs Up
Rozak saidnope - sorry - eqdkp et al are sort of self contained - I wrote this as I like the simplicity of qdkp and the need to just be able to post stuff up on a web site - idea was to be VERY simple and not require any databases or anything - so unlikely I will have a play around with eqdkp sorry.
- +0
- Thumbs Down
- Thumbs Up
mrobinson833 saidI'm having the exact same porblem as DrSuSe. Was working fine until i updated to 2.5.8-2 version of QDKP. Now i all i get when uploaded is my name (the uploader) and the date stamp of the upload... then it just says 0 charcters :S
Any help much appreciated, thanks in advance.
- +0
- Thumbs Down
- Thumbs Up
Rozak saidok had a play and all seems to work fine for me here. One question - did you adjust the format of the Officer notes in the QDKP mod settings file? I don't think that should make a difference - but I'm curious :)
As usual always happy if you want to send me a copy of your QDKP backup file - I'll take a look at it and see if I can see what the problem is.
The only other thought I had was if you had -ve dkp in there but that is handled correctly (just re-tested it and was fine).
- +0
- Thumbs Down
- Thumbs Up
Rozak saidok :) we havnt switched to latest qdkp yet - just doing that right now - so will get it checked out
- +0
- Thumbs Down
- Thumbs Up
DrSuSE saidHi there. Can anyone confirm for me that this works with the latest version of QDKP? After altering the settings file and uploading, all is reported positively (no errors, all is "ok"). However, on the actual dkp list it has the Reported by name and date and nothing else. I did backup and uploaded the proper file, as well as verifying the data is in the file I am uploading. Thanks.
- +0
- Thumbs Down
- Thumbs Up
Rozak saidWorks for me with the latest QDKP - I've just uploaded a new version of the scripts that I've been testing with the very lates QDKP and it all seemed to be fine here!
- +0
- Thumbs Down
- Thumbs Up
whitecrow saidHi, I am setting up your page but it doesnt seem to like my QDKP_V2-lua(took out the . wouldnt let me post with it here) - I have tried it with several versions, no luck. We where using the lastest QDKP 2.5.7 but I tried the 2.5.3 also
Checking the output file is writable... ok
Checking the uploaded file is readable... ok
Checking the size of the uploaded file... ok
Reading in the data... ok
Loading the data that has been uploaded..The file you uploaded is not in a valid QDKP2 format
any suggestions?
- +0
- Thumbs Down
- Thumbs Up
Rozak saidplease check that you have done a 'backup' in game using the QDKP mod - you ned to do this to take the snapshot data out of the officer notes and to dump it into a clean lua file - see the README for the details
99.9999999% of the time this is the problem when you get that sequence of errors....
- +0
- Thumbs Down
- Thumbs Up
mrthemike saidLooks good, a sortable list would be nice!