Re: Upgrade Errors [message #35980 is a reply to message #35951] |
Mon, 26 February 2007 22:29 |
ph4t0ny
Messages: 3 Registered: February 2007
Karma:
|
Junior Member |
|
|
<?php
/************************************************************************** *
* GLOBALS.php
* -------------------
* begin : Tue Jan 8 00:20:19 UTC 2002
* copyright : (C) 2001,2002 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
*
*************************************************************************** *
*************************************************************************** *
*
* FUDforum Copyright (C) 2001,2002 Advanced Internet Designs Inc.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*************************************************************************** /
$INCLUDE = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/include/";
$WWW_ROOT = "http://forums.EDITED";
$WWW_ROOT_DISK = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/";
$DATA_DIR = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/";
$ERROR_PATH = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/errors/";
$MSG_STORE_DIR = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/messages/";
$TMP = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/tmp/";
$FILE_STORE = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/files/";
$FORUM_SETTINGS_PATH = "D:/Inetpub/vhosts/EDITED/subdomains/forums/httpdocs/forumsfiles/cache/";
$MOGRIFY_BIN = "/usr/X11R6/bin/mogrify";
$CUSTOM_AVATARS = "BUILT"; /* enum(OFF, BUILT, URL, UPLOAD, BUILT_URL, BUILT_UPLOAD, URL_UPLOAD, ALL) */
$CUSTOM_AVATAR_MAX_SIZE = "300000"; /* bytes */
$CUSTOM_AVATAR_MAX_DIM = "64x64"; /* width x height (pixels) */
$CUSTOM_AVATAR_APPOVAL = "Y"; /* boolean */
$COOKIE_PATH = "/";
$COOKIE_DOMAIN = "forums.EDITED";
$COOKIE_NAME = "fud_session_1049486215";
$COOKIE_TIMEOUT = "604800"; /* seconds */
$SESSION_TIMEOUT = "1800"; /* seconds */
$DBHOST = "localhost";
$DBHOST_USER = "EDITED";
$DBHOST_PASSWORD = "EDITED";
$DBHOST_DBNAME = "EDITED";
$DBHOST_PERSIST = "Y"; /* boolean */
$DBHOST_TBL_PREFIX = "fud23_"; /* do not modify this */
$USE_SMTP = "Y"; /* boolean */
$FUD_SMTP_SERVER = "localhost";
$FUD_SMTP_TIMEOUT = "10"; /* seconds */
$FUD_SMTP_LOGIN = "";
$FUD_SMTP_PASS = "";
$ADMIN_EMAIL = "";
$PM_ENABLED = "Y"; /* boolean */
$PRIVATE_ATTACHMENTS = "5"; /* int */
$PRIVATE_ATTACH_SIZE = "100000"; /* bytes */
$PRIVATE_TAGS = "ML"; /* toggle N:ML:HTML */
$PRIVATE_MSG_SMILEY = "Y"; /* boolean */
$PRIVATE_IMAGES = "N"; /* boolean */
$MAX_PMSG_FLDR_SIZE = "300000"; /* bytes */
$ALLOW_SIGS = "Y"; /* boolean */
$FORUM_CODE_SIG = "ML"; /* toggle N:ML:HTML */
$FORUM_SML_SIG = "Y"; /* boolean */
$FORUM_IMG_SIG = "N"; /* boolean */
$FORUM_IMG_CNT_SIG = "2"; /* int */
$FORUM_ENABLED = "Y"; /* boolean */
$UNCONF_USER_EXPIRY = "7"; /* days */
$MOVED_THR_PTR_EXPIRY = "3"; /* days */
$USE_ALIASES = "Y"; /* boolean */
$MULTI_HOST_LOGIN = "N"; /* boolean */
$MAX_SMILIES_SHOWN = "15"; /* int */
$ALLOW_REGISTRATION = "Y"; /* boolean */
$EMAIL_CONFIRMATION = "Y"; /* boolean */
$SPELL_CHECK_ENABLED = "N"; /* boolean */
$PUBLIC_RESOLVE_HOST = "N"; /* boolean */
$ACTION_LIST_ENABLED = "Y"; /* boolean */
$DISABLED_REASON = "We are currently upgrading the forums software, please check back soon. <br>Your patience is appreciated<br>Thanks,<br>";
$COPPA = "Y"; /* boolean */
$POSTS_PER_PAGE = "250";
$THREADS_PER_PAGE = "40";
$WORD_WRAP = "60";
$NOTIFY_FROM = "webmaster1@EDITED"; /* email */
$NOTIFY_WITH_BODY = "Y"; /* boolean */
$ANON_NICK = "Anonymous";
$FLOOD_CHECK_TIME = "5"; /* seconds */
$ALLOW_EMAIL = "Y"; /* boolean */
$SERVER_TZ = "America/Menominee";
$MEMBER_SEARCH_ENABLED = "Y"; /* boolean */
$FORUM_SEARCH = "Y"; /* boolean */
$MEMBERS_PER_PAGE = "100";
$POLLS_PER_PAGE = "40";
$THREAD_MSG_PAGER = "5";
$GENERAL_PAGER_COUNT = "15";
$SHOW_EDITED_BY = "Y"; /* boolean */
$EDITED_BY_MOD = "Y"; /* boolean */
$EDIT_TIME_LIMIT = "0";
$DISPLAY_IP = "N"; /* boolean */
$LOGEDIN_TIMEOUT = "15"; /* minutes */
$MAX_IMAGE_COUNT = "10";
$LOGEDIN_LIST = "Y"; /* boolean */
$PUBLIC_STATS = "Y"; /* boolean */
$FORUM_TITLE = "Autobodyonline";
$SITE_HOME_PAGE = "";
$MAX_LOGIN_SHOW = "25";
$MAX_LOCATION_SHOW = "25";
$DEFAULT_THREAD_VIEW = "msg_tree"; /* toggle msg:tree:tree_msg:msg_tree */
$SHOW_N_MODS = "2";
$ENABLE_AFFERO = "N"; /* boolean */
$TREE_THREADS_ENABLE = "Y"; /* boolean */
$TREE_THREADS_MAX_DEPTH = "25";
$TREE_THREADS_MAX_SUBJ_LEN = "75";
$FORUM_INFO = "Y"; /* boolean */
$ONLINE_OFFLINE_STATUS = "Y"; /* boolean */
$FILE_LOCK = "N"; /* boolean */
$MODERATE_USER_REGS = "N"; /* boolean */
$REG_TIME_LIMIT = "1"; /* seconds */
/*
* DO NOT EDIT FILE BEYOND THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING
*/
$GLOBALS['__GLOBALS.INC__'] = $GLOBALS["INCLUDE"].'GLOBALS.php';
include_once $GLOBALS["INCLUDE"].'core.inc';
?>
[Updated on: Mon, 26 February 2007 22:29] Report message to a moderator
|
|
|