##
# Note: If $maintenance is set to 2, the forum will be unusable! Change it to 0 to fix it.
$maintenance = 0; # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
$mtitle = 'Maintenance Mode'; # Title for the Maintenance Mode message.
$mmessage = 'Ok faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!'; # Description of why the forum is in maintenance mode.
########## Forum Info ##########
$mbname = 'Forum Nefertoto'; # The name of your forum.
$language = 'french'; # The default language file set for the forum.
$boardurl = 'http://forum.nefertoto.com'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'jep@nefertoto.com'; # Email address to send emails from. (like noreply@yourdomain.com.)
$cookiename = 'SMFCookie10'; # Name of the cookie to set for authentication.
########## Database Info ##########
$db_server = 'mysql05-vh.amenworld.com';
$db_name = 'cm250458';
$db_user = 'cm250458';
$db_passwd = 'law8djgz';
$db_prefix = 'smf_';
$db_persist = 0;
$db_error_send = 1;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/web/sites/vhbu3/2/217/114070/public/forum'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/web/sites/vhbu3/2/217/114070/public/forum/Sources'; # Path to the Sources directory.
########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 1301884983;
# Make sure the paths are correct... at least try to fix them.
if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
$boarddir = dirname(__FILE__);
if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
$sourcedir = $boarddir . '/Sources';
?>
Notice: Undefined variable: maintenance in /htdocs/public/forum/index.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/public/forum/Settings.php:29) in /htdocs/public/forum/Sources/Subs-Auth.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/public/forum/Settings.php:29) in /htdocs/public/forum/Sources/Subs-Auth.php on line 212
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/public/forum/Settings.php:29) in /htdocs/public/forum/Sources/Subs-Auth.php on line 213