<?php
#############################################################################
# Since I've had enough of the complaints, Im not doing an install script. #
# Just fill this out and all is well. #
# Enjoy... And yes, the configuration is a little different... # #############################################################################
/* Database Configuration */
$db['host'] = 'localhost'; // Database Host
$db['user'] = ''; // Database User
$db['pass'] = ''; // Database Pass
$db['name'] = ''; // Database Name
/* End Database Configuration */
/* Site / Server Configuration */
$serv['title'] = 'RoseOnlineCMS v2.6'; // Server "Name"
$serv['exp'] = ''; // Server Exp Rate
$serv['drop'] = ''; // Server Drop Rate
$serv['admin'] = ''; // Adminstrators Name
$serv['dev'] = ''; // Head Developer
/* 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!
?>