File: /home/httpd/html/cuda-challenger.com/public_html.old/cc/Settings.php
<?php
/******************************************************************************
* Settings.php *
*******************************************************************************
* SMF: Simple Machines Forum *
* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com) *
* =========================================================================== *
* Software Version: SMF 1.0 *
* Software by: Simple Machines (http://www.simplemachines.org) *
* Copyright 2001-2005 by: Lewis Media (http://www.lewismedia.com) *
* Support, News, Updates at: http://www.simplemachines.org *
*******************************************************************************
* This program is free software; you may redistribute it and/or modify it *
* under the terms of the provided license as published by Lewis Media. *
* *
* This program is distributed in the hope that it is and will be useful, *
* but WITHOUT ANY WARRANTIES; without even any implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
$db_last_error = 1303746354;
* The latest version can always be found at http://www.simplemachines.org. *
******************************************************************************/
########## Maintenance ##########
# Note: If $maintenance is set to 2, the forum will be unusable! Change it to 0 to fix it.
$mtitle = 'Upgrading the forum...'; # Title for the Maintenance Mode message.
$db_last_error = 1303746354;
########## Forum Info ##########
$mbname = 'Cuda-Challenger.com'; # The name of your forum.
$language = 'english'; # The default language file set for the forum.
$boardurl = 'http://www.cuda-challenger.com/cc'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'noreply@myserver.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 = 'localhost';
$db_name = 'cudach';
$db_user = 'cudach';
$db_passwd = 'cud4r0x';
$db_prefix = '';
$db_persist = 0;
$db_error_send = 0;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/web/sites/Cudatech/cuda-challenger.com/www.cuda-challenger.com/cc'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/web/sites/Cudatech/cuda-challenger.com/www.cuda-challenger.com/cc/Sources'; # Path to the Sources directory.
########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 1303746354;
if (file_exists(dirname(__FILE__) . '/install.php'))
header('Location: http://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php');
# 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';
$mmessage = 'Don\'t worry, we will be back shortly with an updated forum. It will only be a minute ;).';
$cachedir = '/web/sites/Cudatech/cuda-challenger.com/www.cuda-challenger.com/cc/cache';
$maintenance = 0;
?>