#-###########################################################################
#
# OpenSearch Release Version   1.01
# Copyright (C) 2000 OpenScripts.com
# http://www.openscripts.com
#
#
#
# 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; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#
#-###########################################################################
#
# Modification Log:
# * Steve Clark (admin@openscripts.com) - 9/01/00 Original Concept and Design.
#
#-###########################################################################

Edit this line

#!/usr/bin/perl

To point to the perl binaries on your system.

You must have these perl modules installed:

LWP::Simple;
HTML::TokeParser;

If you don't, contact your ISP. If they won't install them, contact us for real e-commerce hosting!

This defines the alternating row colors:

my @cellcolor=("FFFFFF","EEEEEE");

The path to the template:

my $templatepath = "/home/auctionlistings/templates/";


The icon image tags:

my $hotpath = "<img src=\"../images/hot.gif\">";
my $picpath = "<img src=\"../images/pic.gif\">";

Now you have to upload the .html and .cgi files in ASCII mode and the .gif files in binary mode.

Then chmod 755 auctionspider.cgi.
