Guild Data Extractor - PHP

This project has become inactive.

This project is inactive and its default file will likely not work with the most recent version of Warhammer Online: Age of Reckoning. The author may have abandoned it, or it may have outlived its usefulness.

pic6

/********************************************************          
*
* 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 !!

You must login to post a comment. Don't have an account? Register to get one!

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

Authors