Can you plase post all the text in the config after
- Code: Select all
/*---------------
BANK CHARACTERS :: characters used as mules for the guild bank
---------------*/
Moderator: trell
/*---------------
BANK CHARACTERS :: characters used as mules for the guild bank
---------------*/
Finja wrote:*tap* *tap*
Is this thing on? Did anyone read my last post?
// only set if you wish to use details other than that of Guild Roster's
$dbhost = 'localhost'; // hostname of the database server
$dbname = 'xxxxxxx'; // name of the database containing character data
$dbuser = 'yyyyyyy'; // username to connect with
$dbpass = 'wwwww'; // password
$dbprefix = 'roster_'; // prefix for db table names
$guildname = 'Les potes ages'; // required
$guildmaster = 'Youcouncoun'; // required
$guildurl = 'http://lpc.game-host.org'; // not required
$guildserver = 'Suramar'; // free text
$showmoney = 1; // whether to display the bank balance
$showicons = 1; // whether to show icons next to item names
$longdisplay = 0; // default to show item descriptions or not
$searchtips = 1; // search tooltips when filtering items?
$showlevel = 1; // whether to show required levels in the list
$hidequest = 1; // hide quest items?
$hidesoulbound = 1; // hide souldbound items?
$hideequipped = 1; // hide equipped items?
$iconurlbase = '../roster/img'; // base URL to icons (eg: /roster/img)
Artillery wrote:
- Code: Select all
$item['color'] = preg_replace((strlen($item['color']) == 8 ? '/^/' : '/^ff/'), '#', $item['item_color']);
$item['color'] = preg_replace((strlen($item['item_color']) == 8 ? '/^ff/' : '/^/'), '#', $item['item_color']);
Notice: Undefined offset: 1 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 2 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 1 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Beltic wrote:I have upgraded to 1.1 in hopes it would fix my errors, but it has not:
- Code: Select all
Notice: Undefined offset: 1 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 2 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Notice: Undefined offset: 1 in /home/wwwdead/public_html/roster/addons/guildbank/gbank.php on line 247
Link - http://www.deadandpissed.net/roster/add ... =guildbank
Users browsing this forum: No registered users and 0 guests