#!/usr/bin/perl ############################################ ## ## ## WebAdverts (Configuration) ## ## by Darryl Burgdorf ## ## (e-mail burgdorf@awsd.com) ## ## ## ## version: 2.02 ## ## last modified: 6/25/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 "/u/web/sear10/cgi-local/ads/ban_display.pl"; $adverts_dir = "/u/web/sear10/bannerads"; $display_cgi = "http://www.searchtheweb.com/cgi-local/ads/ban_ads.pl"; $advertzone = ""; $ADVUseLocking = 1; $ADVLogIP = 1; $DupViewTime = 0; $DefaultBanner = ""; # $Ztext = ""; # $Zalt = ""; # $Ztarget = ""; # $Zwidth = ""; # $Zheight = ""; # $Zborder = ""; $ExchangeName = ""; $ExchangeURL = ""; $ExchangeLogo = ""; $ExchangeLogoWidth = 40; $ExchangeLogoHeight = 40; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! $ADVQuery = $ENV{'QUERY_STRING'}; &ADVsetup; reset 'A-Za-z'; exit;