G oog le BadWeB | Login/out | Topics | Search | Custodians | Register | Edit Profile


Buell Motorcycle Forum » Quick Board Archives » Archive through May 20, 2007 » Computer Help needed « Previous Next »

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

Swampy
Posted on Thursday, May 17, 2007 - 05:52 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

Here is the problem:

I am using AOL, I know, but where I live its the only dialup that gives any kind of service, so I'm stuck.

Now the problem: (Other than above) I cannot get past the front page while using AOL. I was fine up until two days ago but now I get the following message:

#!/usr/bin/perl
#
#------------------------------------------------- ------------------------------
# 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);
}

1;

}

What do I need to do to fix this?

Thanks
Top of pagePrevious messageNext messageBottom of page Link to this message

Sleez
Posted on Thursday, May 17, 2007 - 06:28 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

i get the same thing from a DSL connection, i have to sneak in.
Top of pagePrevious messageNext messageBottom of page Link to this message

Midknyte
Posted on Thursday, May 17, 2007 - 06:30 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

I was getting the same thing over the LAN at work, one time when I got it
I just clicked on Refresh in the browser & all was better. Go figger.
Top of pagePrevious messageNext messageBottom of page Link to this message

Doon
Posted on Thursday, May 17, 2007 - 07:24 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

with AOL it could that it is stuck like that in their webcaches. but try hitting refresh on that page while holding down shift. It should go and grab a new copy. (same thing happened to me, and it was cause the headers haven't changed, so your computer thinks the copy it has is current)

-Patrick
Top of pagePrevious messageNext messageBottom of page Link to this message

Froggy
Posted on Thursday, May 17, 2007 - 08:36 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

Not sure how to do it in AOL, but delete your web cache and history and junk, then try again.
Top of pagePrevious messageNext messageBottom of page Link to this message

Firebolteric_ma
Posted on Thursday, May 17, 2007 - 09:02 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

Yup I got AOl also and the same thing. Had to enter by the back door and safe the NEW adress to the favorites or it happens again.
Top of pagePrevious messageNext messageBottom of page Link to this message

Swampy
Posted on Thursday, May 17, 2007 - 09:53 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

Thanks guys!

I cleared my footprints and I' good again!
Top of pagePrevious messageNext messageBottom of page Link to this message

Staindus
Posted on Friday, May 18, 2007 - 10:21 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

Holding the ctrl key and clicking on refresh would have done it too.
Top of pagePrevious messageNext messageBottom of page Link to this message

Barker
Posted on Friday, May 18, 2007 - 02:20 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

The past week I have been getting that off and on with firefox on XP no aol.
Top of pagePrevious messageNext messageBottom of page Link to this message

Sleez
Posted on Friday, May 18, 2007 - 04:14 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only)

ctrl refresh worked for me, thanks

lee
« Previous Next »

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

Username: Posting Information:
This is a private posting area. Only registered users and custodians may post messages here.
Password:
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