#!/usr/bin/perl5 ############################################ ## ## ## WebAdverts (Configuration) ## ## by Darryl Burgdorf ## ## (e-mail burgdorf@awsd.com) ## ## ## ## version: 1.52 ## ## last modified: 2/13/98 ## ## copyright (c) 1998 ## ## ## ## 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 "/mnt/web/guide/benchrest/cgibin/ads_display.cgi"; $adverts_dir = "/mnt/web/guide/benchrest/adverts"; $display_cgi = "http://www.benchrest.com/cgibin/ads.cgi"; $advertzone = ""; $ADVUseLocking = 1; $ADVLogIP = 0; $DefaultBanner = ""; # $Ztext = ""; # $Zalt = ""; # $Ztarget = ""; # $Zheight = "75"; # $Zwidth = "425"; # $Zborder = "8"; $ExchangeName = ""; $ExchangeURL = ""; $ExchangeLogo = ""; $ExchangeLogoHeight = 40; $ExchangeLogoWidth = 40; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! &ADVsetup; reset 'A-Za-z'; exit;