<?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,
    ),
    'RealmList' => array(
      1 => array(
        'Id' => 7,
        'Name' => 'Realm 1'
        'DatabaseHost' => 'localhost',
        'DatabaseUser' => 'server1',
        'DatabasePassword' => 'server1',
        'DatabaseCharacters' => 'realm1_characters',
        'DatabaseMangos' => 'realm1_mangos',
        'DatabaseScriptDev2' => 'realm1_scriptdev2',
        'Server' => 1,
        'MaxOnlinePlayers' => 100,
        'XPRate' => 1,
        'Type' => 'Normalní',
        'Description' => 'Hlavní realm',
      ),
    ),
  ),
  'Web' => array
  (
    'Charset' => 'utf-8',
    'BaseURL' => 'http://localhost/',
    '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',
    'ServerList' => array(
      1 => array(
        'OS' => 'GNU/Linux',
        'CPU' => 'AMD Athlon 64 X2 5600+, 2,8 GHz',
        'Memory' => '8 GB DDR2 800 MHz dual channel',
        'HDD' => 'WD Green 1 TB, 32 MB cache',
        'Address' => 'localhost',
        'Internet' => '16/16 Mbit/s, agregace 1:32',
        'Statistic' => 'http://localhost/stat/',
      },
    },
  ),
  'CheckRegistration' => array
  (
    'Host' => 'localhost',
    'User' => '',
    'Password' => '',
    'Database' => '',
    'Prefix' => '',
    'Charset' => 'utf8',
  ),
);

// Zpětná kompatibilita
$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'];

?>
