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 |
#62
|
|||
|
|||
I`am getting the following error when trying to install and i have no clue how to fix.
Any help ? Code:
Invalid SQL: CREATE TABLE IF NOT EXISTS vbb_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 |
#63
|
||||
|
||||
I am also having the same error as Burn.. Any suggestions?
|
#64
|
|||
|
|||
I have solved the problem on my end.
The problem for me was MySQL server default character set is UTF-8. You can change the tables character set by adding the following line. ENGINE=MyISAM DEFAULT CHARSET=latin1; To do this open the product-gWoWRoster.xml find the CREATE TABLE statements, add ENGINE=MyISAM DEFAULT CHARSET=latin1; to the end of the statement or you can just copy and paste what i have. Example: Code:
$vbulletin->db->query(" CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "gwowroster_charinfo ( `locale` VARCHAR( 2 ) NOT NULL , `realm` VARCHAR( 100 ) NOT NULL , `name` VARCHAR( 100 ) NOT NULL , `updated` INT( 255 ) NOT NULL , `charname` VARCHAR( 100 ) NOT NULL , `talentspec` VARCHAR( 10 ) NOT NULL , `talenttree` VARCHAR( 255 ) NOT NULL , PRIMARY KEY ( `locale`, `realm`, `name`, `charname` ) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; "); // Character Professions $vbulletin->db->query(" CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "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` ) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; "); |
#65
|
||||
|
||||
Yeah Burn, thanks a lot, that saved me pain and a headache.
|
#66
|
||||
|
||||
gWoWRoster Guild Info Update
Fatal error: Cannot use string offset as an array in /home/heavens/domains/hb.officialgamingnetwork.com/public_html/includes/cron/cron.gwowroster.guildinfo.php on line 62 |
#67
|
||||
|
||||
Quote:
I see you figured it out. Is it a simple edit you can share? Thanks |
#68
|
||||
|
||||
Quote:
open up includes/cron/cron.gwowrocster.guildinfo.php and fine the lines.. PHP Code:
Add PHP Code:
It will look like PHP Code:
|
#69
|
||||
|
||||
getting a database error upon install. I am using vb 3.6.8 pl2 i know this is for 3.7 but i run a wow guild website and would like to use this mod for my site
|
#70
|
||||
|
||||
It should work fine for pretty much any version of vBulletin. The only thing that would be an issue is the auto navbar link addition.
Need more info about the error, I can't just guess what it could be. |
#71
|
||||
|
||||
well i fixed the database error but now the only faction i am seeing in the statistics section is horde races and my character is not showing up in the roster also it seems that certain config settings are not saving at all any idea y this is the first 3 config options in the admincp is not saving
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|