<?php
#############################################################################
# Since I've had enough of the complaints, Im not doing an install script. #
# Just fill this out and all is well. #
# And yes, the configuration is a little different... # #############################################################################
/* Database Configuration */
$db['host'] = ''; // Database Host
$db['user'] = ''; // Database User
$db['pass'] = ''; // Database Pass
$db['name'] = ''; // Database Name
/* End Database Configuration */
/* Site / Server Configuration */
$serv['title'] = '-ElementRose'; // Server "Name"
$serv['exp'] = '300x'; // Server Exp Rate
$serv['drop'] = '250x'; // Server Drop Rate
$serv['admin'] = '-Element'; // Adminstrators Name
$serv['dev'] = '-Element'; // Head Developer
$serv['gmh'] = '-Element'; // Head GameMasters
$serv['gm1'] = '-Element';
$serv['gm2'] = '-Element';
$serv['gm3'] = '-Element';
$serv['gm4'] = '-Element';
/* End Site / Server Configuration */
/* Links */
$link['forum'] = ''; // Link to your forum ==================INCLUDE THE HTTP IF EXTERNAL!!!======================
$link['client'] = ''; // Client
$link['patch'] = ''; // Patch
$link['launcher'] = ''; // Link to your launcher!
?>