/********************************************************
*
* Guild Data Extractor
*
* Author: Robert Gray ( Gehennas / Mitazaki )
* Guild: Damned Souls
* Server: Karak-Hirn
* Website: www.damnedsouls.eu
*
********************************************************/
NOTES
-----
This addon can be used to take guild member data from ingame then make it usable in php
Relevant data includes:
> note = Member public note
> careerString = Career/Class Name
> rankInAlliance = Alliance rank ( by numberneed to work out yourself what number represents what rank in the alliance )
> lastLogin = Last time logged in ( timestamp I guess )
> bearerStatus = NO or YES ( if member is a banner carrier )
> name = Character Name
> titleString = Guild Rank
--------------------------------------------------------------------
lastLoginNumberHour24
lastLoginNumberDay
lastLoginNumberMonth ---- Last login data ( not timestamp )
lastLoginNumberYear
--------------------------------------------------------------------
!!REQUIREMENTS!!
----------------
---------------------------------------------------------------------------
>>> You require basic knowledge of PHP to make any use of the php array <<<
>>> You also need a web server capable of handling php scripts <<<
---------------------------------------------------------------------------
!!!!!!!!!!!!!!!!!!!!!!!!!!!! MODS YOU NEED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LibSlash
http://war.curse.com/downloads/war-addons/details/libslash.aspx
LibCereal
http://war.curse.com/downloads/war-addons/details/libcereal.aspx
LibUtils
http://war.curse.com/downloads/war-addons/details/libutils.aspx
INSTALLATION
------------
1......Ensure you also have the required modules shown above
2......Place the "GuildDataExtractor" folder in <drive>:\Warhammer Online - Age of Reckoning\interface\addons
3......Upload guild_parser.php to a web server capable of processing php script
All Done
INSTRUCTIONS
------------
1......Log into the game as normal
2......Type /gde
3......Goto the guild_parser.php page on your website
4......Browse for gde.log in "<drive>:\Warhammer Online - Age of Reckoning\logs\gde.log";
5......Open the file and copy all data ( ctrl + A then ctrl + C)
6......Paste the data into the input field on the web page ( ctrl + v )
7......Submit the form
If all is well you should see the output from the array that has been created that holds all the relevant data
THANKS TO
---------
multox - Creator of LibUtils
Aiiane - Creator of LibSlash
Nemes - Creator of LibCereal
Without any of these mods this addon would not be here today
Also would like to mention the following
Navani - Just some guy I kept up to 4am to test this addon out
Tohrment - Helped test too xD
Damned Souls - For putting up with my constant character switching :P
My Custard Creams - For being so damn tasy
Irn Bru - The drink of the gods !!
Facts
- Date created
- 27 Dec 2008
- Category
- Last update
- 28 Dec 2008
- Development stage
- Inactive
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Guild Data Extractor - PHP
- Recent files
- R: Guild Data Extractor v1.2 for Beta 3.0 on 28 Dec 2008
- R: Guild Data Extractor v1.1 for Beta 3.0 on 28 Dec 2008
- R: GuildDataExtractor v1.0 for Beta 3.0 on 27 Dec 2008