#!/usr/bin/perl ############################################ ## ## ## WebAdverts (Configuration) ## ## by Darryl Burgdorf ## ## (e-mail burgdorf@awsd.com) ## ## ## ## version: 2.01 ## ## last modified: 3/31/99 ## ## copyright (c) 1999 ## ## ## ## latest version is available from ## ## http://awsd.com/scripts/ ## ## ## ############################################ # The following variables should be set to define the locations # and URLs of various files, as explained in the documentation. require "/home/cluster1/data/g/i/a899191/public_html/ads/pe/ads_display.cgi"; $adverts_dir = "/home/cluster1/data/g/i/a899191/public_html/ads/pe"; $display_cgi = "http://www.djcl.com/ads/pe/ads.cgi"; $advertzone = ""; $ADVUseLocking = 1; $ADVLogIP = 0; $DefaultBanner = ""; # $Ztext = ""; # $Zalt = ""; # $Ztarget = ""; # $Zheight = ""; # $Zwidth = ""; # $Zborder = ""; $ExchangeName = ""; $ExchangeURL = ""; $ExchangeLogo = ""; $ExchangeLogoHeight = 40; $ExchangeLogoWidth = 40; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! $ADVQuery = $ENV{'QUERY_STRING'}; &ADVsetup; reset 'A-Za-z'; exit;