<?php

$Config = array
(
  'Database' => array
  (
    'Host' => 'localhost',
    'User' => '',
    'Password' => '',
    'Database' => '',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
  'Mangos' => array
  (
    'Version' => '0.8 beta SVN',
    'Revision' => '4203',
    'UDBVersion' => '0.7',
    'UDBRevision' => '204',
    'ScriptDev2Revision' => '137',
    'ClientVersion' => '3.1.3',
    'DatabaseHost' => 'localhost',
    'DatabaseUser' => 'server1',
    'DatabasePassword' => 'server1',
    'DatabaseRealmd' => 'realmd',
    'RequiredOnlinePlayers' => 70,
    'GMCommandsLog' => 'gm_commands.log',
    'CharacterDataOffset' => array
    (
      'Exp' => 1010,
      'Level' => 53,
      'Gender' => 22,
      'HonorPoints' => 1648,
      'ArenaPoints' => 1649,
    ),
  ),
  'Web' => array
  (
    'Charset' => 'utf-8',
    'Host' => 'george-virt.zdechov.net',
    'Description' => 'Neoficiální herní server hry World of Warcraft',
    'Keywords' => 'wowserver, world of warcraft, free, wow, server, hof, heroes of fantasy, zdechov, mangos',
    'WoWServerAddr' => 'localhost',
    'Title' => 'WoW server',
    'Admin' => 'Admin',
    'AdminEmail' => 'admin@localhost',
    'ShowError' => false,
    'ErrorLogFile' => 'php_script_error.log',
    'ShowSQLError' => false,
    'ShowSQLQuery' => false,
    'ShowPHPError' => false,
    'ServerFounded' => '1.1.2000',
    'BankAccount' => '670100-2202937132/6210',
    'TableRowPerPage' => 20,
    'DefaultRealmIndex' => 1,
  ),
  'CheckRegistration' => array
  (
    'Host' => 'localhost',
    'User' => '',
    'Password' => '',
    'Database' => '',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
);

// Zastaralé, pro zpětnou kompatibilitu
$db_server = $Config['Database']['Host'];
$db_user = $Config['Database']['User'];
$db_pass = $Config['Database']['Password'];

$db_mangos = $Config['Mangos']['DatabaseMangos'];
$db_realmd = $Config['Mangos']['DatabaseRealmd'];
$db_characters = $Config['Mangos']['DatabaseCharacters'];
$db_ghsystem = $Config['Database']['Database'];
$db_webu = $Config['Database']['Database'];

?>
