Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Warhammer - Enhanced Roster Details »»
Warhammer - Enhanced Roster
Version: 1.00, by dodjer42 dodjer42 is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 11-01-2008 Last Update: 11-01-2008 Installs: 10
Template Edits
 
No support by the author.

I received a lot of requests to release the roster found on my guild site.

This roster gives you a lot of additional statistics in a nice Google jsAPI hosted applet for better performance.


NOTE: Does not support EU servers at this stage!!
Unfortunately Mythic does not provide stats out of Europe.

Standard Features (all players):
  • Character Name
  • Class
  • Race
  • Rank
  • Renown Rank
  • Title
  • javascript applet for roster table with full column sorts
  • JSON feed
  • XML feed
  • Color coded "time since last login".

Additional Features (for players with curse client):
  • Primary Tradeskill
  • Primary Tradeskill Level
  • Renown Title
  • HP

Installation:
1. You must register for an API key.
API link.

2. vBadvanced (tested)
The Whirlpool Gamers website uses vBadvanced CMPS so I have created a module that can be uploaded using admincp:
  • Download module xml file (below). Edit the xml file and change the API key value to that value you generated in step1.
  • Open your admincp
  • Select vBa CMPS left menu
  • Select download / upload module
  • Select module to upload, choose a style and set permissions.
  • Save, then add to whichever page you want to display it. Due to the number of statistics, it makes sense for fixed width styles to have a single column page display the roster.

3. vBulletin installations. (untested as yet - please provide comments)
You will need to create a template and insert the following code:
PHP Code:
<div id="wp-container"></div>    
        <
script src="http://www.google.com/jsapi"></script>
        <
script type="text/javascript">
            
google.load("prototype""1.6"); 
            
google.load("scriptaculous""1.8.1");
        </
script>
        <
script src="http://www.wpgamers.com/api/tablekit.js"></script>
        <
script src="http://www.wpgamers.com/api/tooltip.js"></script>
        <
script src="http://www.wpgamers.com/api/WP.js"></script>
        <
script src="http://www.wpgamers.com/api/war/<your API key>/characters.js"></script

Important Notes:
  1. It may take several hours after you first register for an API key before we have gathered all the statistics for your guild. The data you see at first may be historical, or no data may be shown at all until the first update is completed.
  2. This module is a javascript based on the popular prototype library as hosted by Google.
  3. Whirlpool Gamers provides a data service from which the javascript client gets your guilds data.
  4. This product cannot be used for commercial purposes without consent of the author.
  5. Although highly unlikely, outages of the Whirlpool Gamers data server will result in your roster appearing blank. We accept no responsibility / liability for such issues.
  6. Support is provided on a best efforts basis.


More features and enhancements to come.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-02-2008, 08:45 AM
dodjer42's Avatar
dodjer42 dodjer42 is offline
 
Join Date: Jul 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved.
Reply With Quote
  #3  
Old 11-02-2008, 10:09 AM
Blackhat's Avatar
Blackhat Blackhat is offline
 
Join Date: Mar 2005
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting
Reply With Quote
  #4  
Old 11-03-2008, 05:19 PM
goranbaxy goranbaxy is offline
 
Join Date: Jan 2008
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this RPG game or what?
Reply With Quote
  #5  
Old 11-03-2008, 10:06 PM
dodjer42's Avatar
dodjer42 dodjer42 is offline
 
Join Date: Jul 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes it is.

http://en.wikipedia.org/wiki/Warhammer_Online
Reply With Quote
  #6  
Old 11-06-2008, 09:42 AM
roba roba is offline
 
Join Date: Sep 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there,

First off thanks for this, been looking for a nice waaagh roster mod, although unable to get it to display anything but the column titles any help would be appreciated.

Installed into VBAdvanced CMPS v3.0.1 can be seen here:
http://www.wildsouls.co.uk/index.php?pageid=Roster

Registered on your forums, and applied for key a couple of days ago. (forum user id "wildsouls", guild "Karag Orud - Wildsouls")

attached the modifed and used xml for reference, since either i have that wrong or the feed isnt there.

Thanks again.

Rob
Reply With Quote
  #7  
Old 11-06-2008, 01:09 PM
Krieg's Avatar
Krieg Krieg is offline
 
Join Date: Mar 2002
Location: France
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have other ways to have a webroster.

If you are familiar with WarDB, you may already have noticed the few lines under your guilded character window :
Quote:
Originally Posted by WarDB
You appear to be a member of this fine guild! Did you know you can easily show your guild roster on your homepage or forums?
Just copy the following script into the HEAD section of a web page:
<script type="text/javascript" src="http://www.wardb.com/js/exguilds.js"></script>

Then, place this script wherever you would like your roster to appear:
<script type="text/javascript">cg_syndicateGuild(whatever_guild_numbe r);</script>
Or, if you would fancy a FLASH roster and provided that you know your French, have a look there : http://www.semperultimo.com/TEMP/war...help/help.html. If you want a demo, you can check my website there : http://war.krg-23.com
Reply With Quote
  #8  
Old 11-06-2008, 04:20 PM
roba roba is offline
 
Join Date: Sep 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the reply , unfortantly its a no to knowing french, very nice that though, like the "re rolls", thats one thing the ig roster is missing notes, just got a thread on my forum to try and keep track of who all the alts are.

does look good.
Reply With Quote
  #9  
Old 11-06-2008, 09:07 PM
dodjer42's Avatar
dodjer42 dodjer42 is offline
 
Join Date: Jul 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Roba, are you on an EU server? Unfortunately there are no data sources for EU server stats at this point. Only learn't this yesterday.
Reply With Quote
  #10  
Old 11-07-2008, 06:58 AM
roba roba is offline
 
Join Date: Sep 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dodjer42 View Post
Hey Roba, are you on an EU server? Unfortunately there are no data sources for EU server stats at this point. Only learn't this yesterday.
ahh, yup eu :/

I'll have a mess with wardb scripts then.

cheers

Rob
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04852 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete