I have read the similiar thread and tried all the recommendations. I still have a blank screen.
I called my ISP and they are running Perl 5.6.1
I have changed the attribs on the files according to setup and I tried the 444 the last user suggested. If you have any suggestions I am open.
Thanks,
Jerry C.
# Config-Section-01
#-#############################################
# The name of your servers cgi-bin directory
$config{'cgi_dir'} = 'cgi-bin'; # Default for most servers
# The cgi-bin subdirectory where your eAuction.pl will be stored
$config{'auction_dir'} = 'eAuction161';
# The Path to a 'NON-WEBACCESSABLE' directory of your system
# Maybe you have to chmode it if you use your own setting
$config{'get_path'} = 0; # Set this from 1 to 0 if you want to use your own setting
$config{'basepath'} = '/u18/hidden/cgi-bin/eAuction161';
# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM
$config{'get_mail'} = 0; # Set this from 1 to 0 if you want to use your own setting
$config{'mailprog'} = '/u185/hidden/To/sendmail'; # no additional options please
# or Configure your MAIL HOST (SMTP)
#$config{'mailhost'} = 'Multimedia file viewing and clickable links are available for registered members only!! You need to
or
!!
';
# Set this from 0 to 1 if the script is running with a real Web-Server
$config{'web_server'} = 1;
#-#############################################
# Config-Section-02
#-#############################################
# Closed Auction Directory
# This is where closed auction items are stored.
$config{'closedir'} = 'closed';
# Closed items may survive ...
$config{'closedays'} = 30; # Days
# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you don't want to require registration.
$config{'regdir'} = 'userreg';
# Your Admin-Password.
$config{'adminpass'} = 'auction';
# This line must be your e-mail address
$config{'admin_address'} = 'info@hidden.com';
# Set this to 1 if you want a carbon copy of each new registration eMail
$config{'cc_to_admin'} = 1;
# This will let you define the colors of the
# tables that are generated by the script.
$config{'colornavbar'} = '#EEEEEE'; # Color of the navbar
$config{'colornavbarbg'} = '#BBBBBB'; # Background of the navbar
$config{'colortablebg'} = '#FFFFFF'; # Backgrund of the tables
$config{'colortablehead'} = '#BBBBBB'; # Color of the table-header
$config{'colortablebody'} = '#EEEEEE'; # Color of the table-body
# Sniper Protection.
# How many minutes past last bid to hold auction.
# If auctions should close at exactly closing time, set it to zero.
$config{'aftermin'} = 5; # minutes
# User Posting Enabled
$config{'newokay'} = 1; # 1 = yes | 0 = no
# Auction Name (will appear at the top of each page)
$config{'sitename'} = 'hidden.COM';
# Change this to 0 if your server doesn't support file locking
$config{'flock'} = 0; # 1 = yes | 0 = no