G oog le Buell 1125R Forum | Login/out | Topics | Search | Custodians | Register | Edit Profile


Buell Forum » 1125R Superbike Board » Archives 001 » Archive through August 22, 2009 » Still no main page « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Bob_thompson
Posted on Sunday, August 16, 2009 - 09:19 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Topics page still not coming up. Scroll down please.


#------------------------------------------------- ------------------------------
# DISCUS COPYRIGHT NOTICE
#
# Discus is copyright (c) 2002 by DiscusWare, LLC, all rights reserved.
# The use of Discus is governed by the Discus License Agreement which is
# available from the Discus WWW site at:
# http://www.discusware.com/discus/license
#
# Pursuant to the Discus License Agreement, this copyright notice may not be
# removed or altered in any way.
#------------------------------------------------- ------------------------------

use strict;
use vars qw($GLOBAL_OPTIONS $PARAMS $DCONF);

$DCONF->{script_dir} = "/home/sites/www.badweatherbikers.com/web/cgibin/discus";
my $e = get_cgi_extension($0);

if (-e "$DCONF->{script_dir}/config.$e") {
require "$DCONF->{script_dir}/config.$e";
} elsif (-e "./config.$e") {
require "./config.$e";
} else {
print "Content-type: text/html\n\n";
print "Script Execution Error: config.*** location error [1].\n";
exit(0);
}
discus("discus");

sub get_cgi_extension {
my ($zero) = @_;
if ($zero =~ m|\.(\w+)$|) {
return $1;
}
foreach my $try ('cgi', 'pl') {
return $try if -e "./config.$try";
}
opendir(DIR, ".");
while (my $i = readdir(DIR)) {
return $1 if $i =~ m|^config\.(\w+)$|;
}
closedir(DIR);
print "Content-type: text/html\n\n";
print "Script Execution Error: config.*** location error [2].\n";
exit(0);
}

Above is still what I have on my "Topics" page of the forum. I did a refresh as Froggy suggested in the "Gas cap" thread but still no Topics page. He suggested it was back up and running properly several hours ago. Is there anything else I might try? And thanks to any one who can help.

And below is whats in a small box at the top of the 1125 page: = $ENV{'QUERY_STRING'}; }
}

if ($ADVUseCookies && $CheckForCookie && ($ADVQuery =~ /page=/)
&& ($ADVQuery !~ /advert=/) && ($ADVQuery !~ /banner=/)
&& ($ENV{'HTTP_COOKIE'} !~ /TestCookie=TestValue/)
&& ($ADVQuery !~ /checkforcookie/)) {
print "Set-Cookie: TestCookie=TestValue\n";
print "location: $display_cgi?$ADVQuery;checkforcookie\n\n";
exit;
}
elsif ($CheckForCookie
&& ($ENV{'HTTP_COOKIE'} !~ /TestCookie=TestValue/)) {
$ADVUseCookies = 0;
}

require $display_path;
&ADVsetup;

unless ($ADVNoPrint) { reset 'A-Za-z'; exit; }



(Message edited by bob_thompson on August 16, 2009)
Top of pagePrevious messageNext messageBottom of page Link to this message

Zac4mac
Posted on Sunday, August 16, 2009 - 11:01 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Seems like everything's back to "normal" Bob.
I just spent an hour at the quick-board, after hitting the Topics page.

Server crashes suck.

: )
Z
Top of pagePrevious messageNext messageBottom of page Link to this message

Froggy
Posted on Sunday, August 16, 2009 - 11:01 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Not sure why the refresh didn't fix it, something is holding an old copy of the main page. Try deleting the cache:

Firefox


Internet Explorer 7
« Previous Next »

Add Your Message Here
Post:
Bold text Italics Underline Create a hyperlink Insert a clipart image

Username: Posting Information:
This is a public posting area. Enter your username and password if you have an account. Otherwise, enter your full name as your username and leave the password blank. Your e-mail address is optional.
Password:
E-mail:
Options: Post as "Anonymous" (Valid reason required. Abusers will be exposed. If unsure, ask.)
Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Tree View | Search | User List | Help/Instructions | Rules | Program Credits Administration