The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gWoWRoster - World of Warcraft Guild Roster Details »» | ||||||||||||||||||||||||||
gWoWRoster - World of Warcraft Guild Roster
Developer Last Online: Sep 2023
What is it?
[hr]-[/hr]gWoWRoster is a modification for vBulletin which allows you to display multiple guild rosters for World of Warcraft. If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you! Support [hr]value[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding. Features [hr]-[/hr]
Installation [hr]-[/hr]
Examples [hr]-[/hr]
Changes [hr]-[/hr] v1.0.14a - upload class_gwowarmory.php
v1.0.14 - upload cron.gwowroster.guildinfo.php, import product with overwrite enabled.
v1.0.13 - upload class_gwowarmory.php, cron.gwowroster.charinfo.php, cron.gwowroster.guildinfo.php, import product with overwrite enabled.
v1.0.12 - upload gwowroster.php, cron.gwowroster.charinfo.php, import product with overwrite enabled.
v1.0.11 - upload gwowroster.php, external icons, import product with overwrite enabled.
v1.0.9 - import product with overwrite enabled.
v1.0.8 - Upload all files, import product with overwrite enabled.
v1.0.5 - import product with overwrite enabled.
v1.0.4 - Upload functions_gwowroster.php, import product with overwrite enabled.
v1.0.3 - Upload all files, import product with overwrite enabled.
v1.0.2 - Upload all files, import product with overwrite enabled.
v1.0.1 - Upload all files import product.
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. Download Now
Show Your Support
|
Comments |
#272
|
||||
|
||||
Hey Gryphon are you still updating this for vb3?
I made a bunch of changes & fixes (Special Characters, Prefixes, Suffixes, Guild Rank, Professions, Icons, and more). I am also working on integrating it with your Events plugin (as I mentioned over there) Also what does this addon use the userfield for? I can't find any where in the code that uses this information, other than in the admincp settings. Was this something you were doing for future use? I am still tweaking things some so, sometimes they do not display just right, but you can see most of my changes here - http://reckoning.dragonsys.org/gwowroster.php I think we had problems the last time I tried to send you my updates, but I will try again. |
#273
|
|||
|
|||
what did you do to fix it, cant get it to show anything
|
#274
|
||||
|
||||
Which fix are you referring to? I have made a LOT of changes to the code for it to look like it does on my site.
The new battle.net changes I made are currently specific to my server (and will not work for other servers), but I'll get it cleaned up once I have a chance. Also, for those who are wondering, I really cannot share my changes without Gryphon's permission, as stated in the Copyright Quote:
|
#275
|
|||
|
|||
Quote:
|
#276
|
||||
|
||||
Quote:
in {forums}/includes/cron/cron.gwowroster.charinfo.php Find (1st occurrence): Code:
$char['charname'] = utf8_decode(urlencode($char['charname'])); Code:
$char['charname'] = utf8_encode($char['charname']); // $char['charname'] = utf8_decode(urlencode($char['charname'])); Code:
$char['charname'] = utf8_encode(urldecode($char['charname'])); Code:
// $char['charname'] = utf8_encode(urldecode($char['charname'])); $char['charname'] = utf8_decode($char['charname']); In {forums}/gwowroster.php Find: Code:
$player['charname'] = utf8_encode($player['charname']); Code:
$char_name = utf8_decode(urldecode(substr($player[charurl], 18))); Find: Code:
$player[charname] Code:
$char_name I *think* that is all for the character fix. Let me know if this doesn't work and I will take another look. Remember to make a backup before you make any changes to files & templates. I will assume no responsibility if something bad happens |
#277
|
|||
|
|||
I will have to test that later, but first, how do we upgrade this to the new armory site.
|
#278
|
||||
|
||||
?? you still use the old armory site for XML. The New Armory site does not have XML implemented yet.
|
#279
|
|||
|
|||
I think he means:
How to change: eu.wowarmory.com/guild-info.xml bla bla bla to eu.battle.net/wow/en/guild/ Im trying myself and have changed it every where I can find. Now its giving me errors: Deprecated: Assigning the return value of new by reference is deprecated in "BLABLABLA"/forum/includes/init.php on line 55 etc. You know how to fix that ? |
#280
|
||||
|
||||
Quote:
mmm you mean the links? well there are a couple of ways to do this. The easiest is to change the Template files to not use the link from the DB. (remove $player[charurl], and replace it with the new url). For example: Code:
<a href="$player[charurl]" target="_blank"> Code:
<a href="http://eu.battle.net/wow/en/character/$guild[realm]/$player[charname]/simple" target="_blank"> I am working on cleaning up all of my code and making it all non-server/locale specific. Once I get this completed i will email everything I have to Gryphon for his review. |
#281
|
|||
|
|||
Quote:
Not possible. Code:
$char['charname'] = utf8_decode(urlencode($char['charname'])); Code:
$char['charname'] = utf8_encode($char['charname']); In no place in the file cron.gwowroster.charinfo.php is the text Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|