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


Buell Forum » Quick Board » Archive through March 26, 2015 » ***** Server Upgrade 3/15/2015 ***** « Previous Next »

  Thread Last Poster Posts Pages Last Post
Archive through March 18, 2015Froggy30 03-18-15  01:14 am
         

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

Fuzzz
Posted on Wednesday, March 18, 2015 - 11:11 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

This what I see when I click on the log in link...
#!/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;
Top of pagePrevious messageNext messageBottom of page Link to this message

Fuzzz
Posted on Wednesday, March 18, 2015 - 11:26 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

This is the link I have always used to sign in, and the one that shows the page displayed above...

http://www.badweatherbikers.com/cgibin/discus/disc us.cgi?pg=flogin
Top of pagePrevious messageNext messageBottom of page Link to this message

Fuzzz
Posted on Wednesday, March 18, 2015 - 11:27 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Please be aware, I'm not whining, I just thought someone should know...
Top of pagePrevious messageNext messageBottom of page Link to this message

Teeps
Posted on Wednesday, March 18, 2015 - 11:34 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

The link that Fuzzz posted above takes me to the usual login page, it looks normal on my machine.
Win7
Opera 12.17 browser.
Top of pagePrevious messageNext messageBottom of page Link to this message

Fuzzz
Posted on Wednesday, March 18, 2015 - 11:46 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

I'm using Windows 7, Google Chrome browser
Top of pagePrevious messageNext messageBottom of page Link to this message

Teeps
Posted on Wednesday, March 18, 2015 - 11:47 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Tried internet exploder?
Top of pagePrevious messageNext messageBottom of page Link to this message

Reindog
Posted on Wednesday, March 18, 2015 - 11:53 am:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Clear your cache and retry?
Top of pagePrevious messageNext messageBottom of page Link to this message

Fuzzz
Posted on Wednesday, March 18, 2015 - 12:35 pm:   Edit Post Delete Post View Post/Check IP Print Post    Move Post (Custodian/Admin Only) Ban Poster IP (Custodian/Admin only)

Thanks Reindog, that seems to have fixed it :-)
« 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