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 |
#152
|
|||
|
|||
No matter, blonde moment all working now
Just need to run update a few hundred times |
#153
|
|||
|
|||
This is the error I've been getting since I tried to install it:
Code:
Database error in vBulletin 3.7.2: Invalid SQL: CREATE TABLE IF NOT EXISTS gwowroster_charinfo_prof ( `locale` VARCHAR( 2 ) NOT NULL , `realm` VARCHAR( 100 ) NOT NULL , `name` VARCHAR( 100 ) NOT NULL , `charname` VARCHAR( 100 ) NOT NULL , `key` VARCHAR( 100 ) NOT NULL , `updated` INT( 255 ) NOT NULL , `primary` INT( 1 ) NOT NULL , `profname` VARCHAR( 100 ) NOT NULL , `max` INT( 10 ) NOT NULL , `value` INT( 10 ) NOT NULL , PRIMARY KEY ( `locale`, `realm`, `name`, `charname`, `key` ) ); MySQL Error : Specified key was too long; max key length is 1000 bytes Error Number : 1071 |
#154
|
|||
|
|||
I had the same problem with when I tried to install. Go to your forum's database in phpMyAdmin or whatever you use to manage your database and make sure the database collation is set to latin1_generalci. All of my databases default to utf8_unicode_ci and that is what caused the problem.
If you are using phpMyAdmin, you can find the setting by selecting your forum's database, then clicking the Operations tabe. The collation setting is near the bottom. Once the change was made, the add-on installed for me without a hitch. Hope this helps! Quote:
|
#155
|
|||
|
|||
Hmmm...I just tried that, but it's still giving me the same error. I upgraded to 3.7.4 to see if that'd fix it, but it didn't. Looks like I just have to wait on godaddy's response and go from there. Thanks for the help though.
|
#156
|
||||
|
||||
I'm having some issues with this.
Code:
Database error in vBulletin 3.7.2: Invalid SQL: DELETE FROM forumsgwowroster_rosterinfo WHERE NOT ( locale IN('US') AND realm IN('Eredar') AND charname IN() ); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') )' at line 4 Error Number : 1064 Code:
Array ( [globalSearch] => 1 [lang] => en_us [errorhtml] => [guildKey] => Array ( [locale] => US [faction] => Horde ) [guildInfo] => Array ( [guild] => Array ( [count00] => 0 ) ) ) I've double checked with my host and cURL is good, so I don't think that is the issue. Same issue as Creme from the previous page it seems. |
#157
|
|||
|
|||
Is there a way to make it default sort by guild rank ascending from 0 (GM) and up? I think I see the code in the php file but I am a noob and don't want to mess up and do something wrong. Would be a nice feature to have the option within the control panel to switch how it is sorted.
|
#158
|
|||
|
|||
I have been trying to get this working for over a week, my vb skills are beginner at best, you can see the site here and it appear that the images arent working but I have uploaded everything 4 times both into the forums folders and the root folder for the site and nothing seems to help
http://www.angry-mob.org/forums/gwowroster.php Also, on the armory links the link it gives is: http://ushttp//www.wowarmory.com/character-sheet.xml?r=Archimonde&n=<name> When it should read like: http://us.wowarmory.com/character-sheet.xml?r=Archimonde&n=<name> And I cant seem to locate where I would change something to fix this. |
#159
|
|||
|
|||
the images need to be copied into each style. I had that same problem at first.
|
#160
|
|||
|
|||
Quote:
The avatars worked fine once I upped them to the style directory, but to get the icons to work I had to make a new directory within the gwowroster folder labeled with my style name and drop the icons into that. My only remaining issue is one I already mentioned - The links provided to link to the US armory appear like this: http://ushttp//www.wowarmory.com/character-sheet.xml?r=Archimonde&n=<name> When it should read like: http://us.wowarmory.com/character-sheet.xml?r=Archimonde&n=<name> Any ideas? |
#161
|
|||
|
|||
Hi, I just installed this as well as your other mods. I got the wow character mod working, no problem, thanks alot. This was my second step. I don't know what went wrong, but it seems I can not view http://xraided-guild.net/forums/gwowroster.php even as a super administrator. Is there something I missed? If anyone can help me out, I'd appreciate it.
I basically followed all the instructions listed. Is there something I have to do in addition to this with the cron files? It says something about configuring the files, but I'm not sure which files need configuring. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|