• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Guild Data Extractor - PHP

 

Project Updated:
Files Updated: Sun, Dec 28 2008
Supports Game Version: Beta 3.0
Category: Data Export
Tags:

[Edit Tags]

Project Manager: Mitazaki
Additional Authors: No additional authors
Current Version: Guild Data Extractor v1.2
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 418
Favorites: 6
Comments: 9
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Guild Data Extractor - PHP
  •  

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

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Guild Data Extractor - PHP Guild Data Extractor v1.2 Release Beta 3.0 329 12/28/2008
  Guild Data Extractor - PHP Guild Data Extractor v1.1 Release Beta 3.0 40 12/28/2008
  Guild Data Extractor - PHP GuildDataExtractor v1.0 Release Beta 3.0 49 12/27/2008
  • 1 page(s)
  • Screenshots (6)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

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.
  • swannop said

    In LibUtils.lua around line 146 change:

    TextLogSetIncrementalSaving( filename, true, "logs/" .. filename )

    to:

    TextLogSetIncrementalSaving( filename, true, StringToWString("logs/" .. filename ))

    Reply Report Permalink
  • swannop said

    The new log file is now saved as SavedVariables.lua in the logs folder.

    Reply Report Permalink
  • swannop said

    Seems broke again with 1.2.

    Doesnt even play the sound now.

    Reply Report Permalink
  • hald said

    Same here, doesn't work after the latest patch.

    Reply Report Permalink
  • swannop said

    Figured it out. Totally missed the notes on logging being disabled now and needs to be turned on by the addons.

    Looking at how now.

    Reply Report Permalink
  • Mitazaki said

    Found the issue, seems to be with the libutils addon and the recent patch it seems this fix works, have had a chance to test the log on my parser yet though

    in the libutils addon folder locate
    >> libutils.lua

    Find This
    TextLogAddEntry( filename, nil, text )

    replace with
    TextLogAddEntry( filename, 0, wstring.format(text))

    Reply Report Permalink
  • Nerror said

    Yep that fixed it. Thanks a bunch. :)

    Reply Report Permalink
  • Roldero said

    Excellent that change to LibUtils.SaveFile did the trick.

    Thanks

    Reply Report Permalink
  • Roldero said

    Not sure that is the problem.

    It appears to be LibUtils.Save function that is not working.

    Let me know if you figure out a fix.

    Reply Report Permalink
  • Nerror said

    Broken in 1.2 patch. I hope you're still around to update the addon. :)

    Reply Report Permalink
  • Mitazaki said

    I'm looking into it, it could be a dependancy problem like Roldero says.

    Reply Report Permalink
  • Urme said

    Thanks alot for this addon! I wish Mythic would let us extract more information like renown points and stuff. But suppose we have to live with this until they fix some proper XML feeds and stuff :)

    Here's what I've done with the data you extract:
    http://tda.nu/forum/index.php (The top right box)
    http://tda.nu/forum/index.php?action=tdaguildstats (guild roster)
    http://tda.nu/forum/index.php?action=tdaguildstats;sa=stats (a few graphs)

    Thanks!

    Reply Report Permalink
  • megurgen said

    hello
    first thank you for this mod its very nice
    I have a question, I have a problem after the pic4
    in fact, i have extrat the information on the log files , i have the informations like your picture 4 but after i try to copy and put the informations on a web page but i see exactly the same thing like the pic4

    you can see here www.animovies.fr/testwar.php

    thank you

    Reply Report Permalink
  • Datafreak said

    Hi,

    you must convert the Logfile.
    See http://www.datafreak.eu/downloads/other/guild_parser.zip

    MFG
    Datafreak

    Reply Report Permalink
  • Datafreak said

    Hi,

    I have modified the "guild parser"-Script to a "Logfile Upload"-Script:

    http://www.datafreak.eu/downloads/other/guild_parser.zip

    MFG
    Datafreak

    Reply Report Permalink
  • Mitazaki said

    The idea is that the array would be processed and added to a database and any following uploads would be compared and updated. I'm working on getting this working fully on my guild site. When I have this done and tested I may upload the modified script here.

    Reply Report Permalink
  • Datafreak said

    Hi,

    I have a problem with a german client.
    The Addon will not be load and work and I can't use "/gde".
    Warhammer show in the Option for Addons "Guild Data Extractor".

    Can yout help me?

    Reply Report Permalink
  • Mitazaki said

    Do you have the required mods ?

    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

    Reply Report Permalink
  • Datafreak said

    Hi,

    sorry that was my mistake.
    I have install the addon with cure client and I think this will install with all dependencies.
    Now it's work.

    Reply Report Permalink
  • vampman05 said

    might have to put that it's only works on PHP 4.4.8 cos tried it on PHP 5 and didnt work

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 198 Curse Profiler Data Export
  2. 16 Scenario Targeter PvP, Data Export, Professions...
  3. 9 LibPickle Data Export, and Development...
  4. 5 LibTargetInfo PvP, Data Export, Development...
  5. 4 AuctionTweaker Auction & Economy, and Data...