/********************************************************
*
* 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 !!
// Update 28-12-08 (2)
// Fixed a bug on the php parser, the founder / flagbearer fields will now say 1 or 0
// Instead of N1 or N0
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...