<?php
# RoseOnlineCMS v3!
/* Database Configuration */
$config['db']['host'] = '';
$config['db']['user'] = '';
$config['db']['pass'] = '';
$config['db']['name'] = '';
$config['db']['type'] = ''; # Supported only.
/* Site Configuration */
$config['show_gms'] = 'yes'; # Show the gm's in the rankings? /|@@ UNDER DEVELOPMENT @@|\
$config['title'] = '-ElementRose!'; # Will appear on ALL pages.
$config['exp'] = ''; # Server Experiance Rate
$config['drop'] = ''; # Server Drop Rate
$config['zuly'] = ''; # Zuly Rate
$config['admin'] = ''; # Administrators Name
$config['dev'] = ''; # Developer Name **** ADD ANOTHER $config['dev'] line to add another developer. ****
$config['gm'] = ''; # Game Master Name *** ADD ANOTHER $config['gm'] line to add another developer. ****
$config['ads'] = '0'; # 1 = Enabled | 0 = Disabled
$config['codes'] = 'PLACE AD CODES HERE DONT INCLUDE THE show_ads.js part! ITS DONE FOR YOU'; # Complete ad code.
$config['forum'] = 'http://mailto:[email protected]';
$config['site'] = '1'; # 1 = On | 0 = Off
/* Download Configuration */
$config['client'] = '';
$config['client2'] = '';
$config['patch'] = '';
$config['patch2'] = '';
$config['launcher'] = '';
$config['launch2'] = '';
/* Page Configuration */
# IDEA: rl2171 CODE: -Element
# 1 = Enabled | 0 = Disabled
$config['rankings'] = '1';
$config['downloads'] = '1';
$config['staff'] = '1';
$config['vote'] = '1';
$config['register'] = '1';
$config['shop'] = '1';
$config['guides'] = '1';
$config['user'] = '1';
$config['admin'] = '1';
$config['forums'] = '1';
?>