Re: Admin Can't Lgin - HELP ASAP [message #38574 is a reply to message #38568] |
Thu, 16 August 2007 04:50 |
foryth_genius
Messages: 8 Registered: May 2007
Karma:
|
Junior Member |
|
|
Ilia wrote on Wed, 15 August 2007 14:29 | That file should be a symlink to the GLOBALS.php inside the include/ directory.
|
thats what is throwing me off... Im not sure I understand what you mean when you say "include/directory"
Ive looked and can not find that...
and as far as the error goes,,, are you saying that there is something missing that goes to globals.php??? let me tell you what i did...
there is no edit options to edit the files. therefore, what I did was, I clicked on globals.php and it opened up to show me its script. I could not open it there. what I did was I copied all of the text and I pasted it into Note Pad and I edited the cookie time out.. than I saved it as globals.php and I uploaded the new file back to the fud forums directory and it I guess it did a over write and it replaced the existing file.. but now, I cant get in period...
Im almost 99.9% positive that I made a terrible mistake some where,, I just hope that it isnt too bad to fix.... and also, I have no idea as to how to fix.
below im showing how my globals.php script now looks.
Quote: | <?php
/**
* copyright : (C) 2001-2006 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
* $Id: GLOBALS.php,v 1.54 2006/09/19 14:37:55 hackie Exp $
*
* 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; version 2 of the License.
**/
$INCLUDE = "/home/tglifef/FUDforum/include/";
$WWW_ROOT = "http://www.tglifeforums.com/fudforums/";
$WWW_ROOT_DISK = "/home/tglifef/public_html/fudforums/";
$DATA_DIR = "/home/tglifef/FUDforum/";
$ERROR_PATH = "/home/tglifef/FUDforum/errors/";
$MSG_STORE_DIR = "/home/tglifef/FUDforum/messages/";
$TMP = "/home/tglifef/FUDforum/tmp/";
$FILE_STORE = "/home/tglifef/FUDforum/files/";
$FORUM_SETTINGS_PATH = "/home/tglifef/FUDforum/cache/";
$FUD_OPT_1 = 1739519135;
$FUD_OPT_2 = 1777843455;
$FUD_OPT_3 = 877684;
$CUSTOM_AVATAR_MAX_SIZE = 75000; /* bytes */
$CUSTOM_AVATAR_MAX_DIM = "200x250"; /* width x height (pixels) */
$COOKIE_PATH = "/fudforums/";
$COOKIE_DOMAIN = ".tglifeforums.com";
$COOKIE_NAME = "fud_session_1175844621";
$COOKIE_TIMEOUT = 2500; /* seconds */
$SESSION_TIMEOUT = 2500; /* seconds */
$DBHOST = "";
$DBHOST_USER = "tglifef";
$DBHOST_PASSWORD = "19811981";
$DBHOST_DBNAME = "tglifef_prodforum";
$DBHOST_TBL_PREFIX = "fud26_"; /* do not modify this */
$DBHOST_DBTYPE = "";
$FUD_SMTP_SERVER = "";
$FUD_SMTP_PORT = 25;
$FUD_SMTP_TIMEOUT = 10; /* seconds */
$FUD_SMTP_LOGIN = "";
$FUD_SMTP_PASS = "";
$ADMIN_EMAIL = "Administrator(at)tglifeforums(dot)com";
$PRIVATE_ATTACHMENTS = 5; /* int */
$PRIVATE_ATTACH_SIZE = 1000000; /* bytes */
$MAX_PMSG_FLDR_SIZE = 300000; /* bytes */
$FORUM_IMG_CNT_SIG = 2; /* int */
$FORUM_SIG_ML = 300; /* int */
$UNCONF_USER_EXPIRY = 30; /* days */
$MOVED_THR_PTR_EXPIRY = 7; /* days */
$MAX_SMILIES_SHOWN = 40; /* int */
$DISABLED_REASON = "We're sorry, but the New Tg Life Forums is not yet complete. Please check back with us soon. ";
$POSTS_PER_PAGE = 40;
$THREADS_PER_PAGE = 40;
$WORD_WRAP = 60;
$NOTIFY_FROM = "Administrator(at)tglifeforums(dot)com"; /* email */
$ANON_NICK = "Anonymous_User";
$FLOOD_CHECK_TIME = 30; /* seconds */
$SERVER_TZ = "America/Montreal"; /* timezone code from tz.inc */
$SEARCH_CACHE_EXPIRY = 172800; /* seconds */
$MEMBERS_PER_PAGE = 40;
$POLLS_PER_PAGE = 40;
$THREAD_MSG_PAGER = 5;
$GENERAL_PAGER_COUNT = 15;
$EDIT_TIME_LIMIT = 0;
$LOGEDIN_TIMEOUT = 10080; /* minutes */
$MAX_IMAGE_COUNT = 10;
$STATS_CACHE_AGE = 600; /* seconds */
$FORUM_TITLE = "Tg Life Forums";
$MAX_LOGIN_SHOW = 25;
$MAX_LOCATION_SHOW = 25;
$SHOW_N_MODS = 10;
$TREE_THREADS_MAX_DEPTH = 15;
$TREE_THREADS_MAX_SUBJ_LEN = 75;
$REG_TIME_LIMIT = -1; /* seconds */
$POST_ICONS_PER_ROW = 9; /* int */
$MAX_LOGGEDIN_USERS = 100; /* int */
$PHP_COMPRESSION_LEVEL = 9; /* int 1-9 */
$MNAV_MAX_DATE = 31; /* days */
$MNAV_MAX_LEN = 256; /* characters */
$RDF_MAX_N_RESULTS = 100; /* int */
$RDF_AUTH_ID = 0; /* 0 - treat as anon user, >0 treat like specific forum user */
$PDF_PAGE = "letter"; /* string */
$PDF_WMARGIN = 15; /* int */
$PDF_HMARGIN = 15; /* int */
$PDF_MAX_CPU = 60; /* seconds */
$FUD_WHOIS_SERVER = "ws.arin.net";
$RDF_CACHE_AGE = 600;
$MIN_TIME_BETWEEN_LOGIN = 10; /* seconds */
/* DO NOT EDIT FILE BEYOND THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING */
require($INCLUDE.'core.inc');
|
[Updated on: Thu, 16 August 2007 06:07] Report message to a moderator
|
|
|