$db_error_send = 1;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub/Sources'; # Path to the Sources directory.
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
#$boarddir = 'd:\\ip1\\kanphotoclub.com\\www\\photoclub'; # The absolute path to the forum's folder. (not just '.'!)
#$sourcedir = 'd:\\ip1\\kanphotoclub.com\\www\\photoclub/Sources'; # Path to the Sources directory.
########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 1312169635;
# 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: sourcedir in /usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub/index.php on line 49
Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/QueryString.php) is not within the allowed path(s): (/home/kanphoto/:/tmp:/var/tmp:/usr/local/lib/php/) in /usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub/index.php on line 49
Warning: require_once(/QueryString.php) [function.require-once]: failed to open stream: Operation not permitted in /usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub/index.php on line 49
Fatal error: require_once() [function.require]: Failed opening required '/QueryString.php' (include_path='.:/usr/local/lib/php') in /usr/home/kanphoto/domains/kanphotoclub.com/public_html/photoclub/index.php on line 49