PDA

View Full Version : ADDON Guild Data Extractor ( PHP )


Mitazaki
12-27-2008, 01:38 PM
ADDON Guild Data Extractor ( PHP )
Current Version: 1.2

Download Link: http://war.curse.com/downloads/war-addons/details/gde.aspx (http://war.curse.com/downloads/war-a...tails/gde.aspx)

Requirement(s): LibSlash - LibUtils - LibCereal
Description
This mod will take guild member data , dump it in a log file and with that file you can submit it to a form on your own website and the data is converted to a usable php array.

From there a web developer could use the data todo any countless number of things, from checking if people left, new members, changes in level, rank and so on.

Ideally you would update your website on a regualr basis when the data is sent your website could process the data compare it with members already in the database and then UPDATE or INSERT members into the database or even DELETE members that are missing.

The addon and php parser is included.

Mitazaki
12-29-2008, 05:51 AM
v1.1

Update 28-12-08
Added variable to hold date and time of when the log was created
This will be useful to avoid uploading old data.

Mitazaki
12-29-2008, 05:52 AM
v1.2

Update(2) 28-12-08
Fixed a bug on the php parser, the founder / flagbearer fields will now say 1 or 0 Instead of N1 or N0