






// only set if you wish to use details other than that of Guild Roster's
$dbhost    = '';    // hostname of the database server
$dbname    = '';        // name of the database containing character data
$dbuser    = '';        // username to connect with
$dbpass    = '';        // password
$dbprefix = 'cms_wowrosterdf_roster_';        // prefix for db table names
/*-------------
  GUILD DETAILS :: information about your guild
  -------------*/
$guildname    = '';    // required
$guildmaster    = '';    // required
$guildurl    = '';    // not required
$guildserver    = '';    // free text /*---------------
  BANK CHARACTERS :: characters used as mules for the guild bank
  ---------------*/
// NB: if you only have one character used as the guild bank, you
// only need to set the value for $bankchar here. If your guild uses
// multiple characters to hold bank items, see below.
// $bankchar    = '';    // single bank character
// Multiple bank characters:
$bankchars = array(
    // add new bank character names in this format:
    //   '<CHARACTER NAME>'    => '<CHARACTER DESCRIPTION>',
    //
    // eg:
    //
    //   'Guildbankchar'    => 'Receives all donations from the guild',
        ''    => '', 
Table 'freak6_funwow.lootyplayers' doesn't existFailed to get any player data from the database - check settings in config.php and whether CharacterProfiler is importing data correctly// only set if you wish to use details other than that of Guild Roster's
$dbhost    = 'localhost';    // hostname of the database server
$dbname    = '******';        // name of the database containing character data
$dbuser    = '******';            // username to connect with
$dbpass    = '******';        // password
$dbprefix = 'looty';         // prefix for db table names
/*-------------
  GUILD DETAILS :: information about your guild
  -------------*/
$guildname    = 'Freaks Uf Nature';    // required
$guildmaster    = 'Orach';    // required
$guildurl    = '';    // not required
$guildserver    = 'Dunemaul';    // free text /*---------------
  BANK CHARACTERS :: characters used as mules for the guild bank
  ---------------*/
// NB: if you only have one character used as the guild bank, you
// only need to set the value for $bankchar here. If your guild uses
// multiple characters to hold bank items, see below.
$bankchar    = 'Amokamok';    // single bank character
// Multiple bank characters:
$bankchars = array(
    // add new bank character names in this format:
    //   '<CHARACTER NAME>'    => '<CHARACTER DESCRIPTION>',
    //
    // eg:
    //
    //   'Guildbankchar'    => 'Receives all donations from the guild',
    //   ''    => '',
 );
 
$dbprefix = 'looty';         // prefix for db table names $dbprefix = 'nuke_wowrosterdf_roster_';        // prefix for db table names 







Users browsing this forum: No registered users and 1 guest