#!/usr/bin/perl ############################################ ## ## ## WebAdverts (Configuration) ## ## by Darryl Burgdorf ## ## (e-mail burgdorf@awsd.com) ## ## ## ## last modified: 8/31/97 ## ## copyright (c) 1997 ## ## ## ## 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/ascii/public_html/ads/ads_display.cgi"; $adverts_dir = "/home/ascii/ads"; $display_cgi = "http://beavis.lattice.net/~ascii/ads/ads.cgi"; $advertzone = ""; $ADVUseBackup = 1; $ADVUseLocking = 1; $NonSSI = 1; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! &ADVsetup;