* the terms of the provided license as published by Simple Machines LLC. * * * * 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. * * * * See the "license.txt" file for details of the Simple Machines license. * * 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. $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 = 'Okay 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 = 'CC Fun Boards'; # The name of your forum. $language = 'english'; # The default language file set for the forum. $boardurl = 'http://cynthiaclinton.com/forums'; # URL to your forum's folder. (without the trailing /!) $webmaster_email = 'cynthia@cynthiaclinton.com'; # Email address to send emails from. (like noreply@yourdomain.com.) $cookiename = 'SMFCookie11'; # Name of the cookie to set for authentication. ########## Database Info ########## $db_server = 'localhost'; $db_name = 'cynthiac_smf1'; $db_user = 'cynthiac_smf1'; $db_passwd = '1o7ieM77JEbR'; $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 = '/home/cynthiac/public_html/forums'; # The absolute path to the forum's folder. (not just '.'!) $sourcedir = '/home/cynthiac/public_html/forums/Sources'; # Path to the Sources directory. ########## Error-Catching ########## # Note: You shouldn't touch these settings. $db_last_error = 0; # 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'; $db_character_set = 'utf8'; ?>
Notice: Undefined variable: sourcedir in /home/cynthiac/public_html/forums/index.php on line 49

Warning: main() [function.main]: open_basedir restriction in effect. File(/QueryString.php) is not within the allowed path(s): (/home/cynthiac:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home/cynthiac/public_html/forums/index.php on line 49

Warning: main(/QueryString.php) [function.main]: failed to open stream: Operation not permitted in /home/cynthiac/public_html/forums/index.php on line 49

Fatal error: main() [function.require]: Failed opening required '/QueryString.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cynthiac/public_html/forums/index.php on line 49