#!/usr/bin/perl ############################################ ## ## ## 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 "/home/sanctif/public_html/ads/ads_display.cgi"; $adverts_dir = "/home/sanctif/public_html/ads/logfiles"; $display_cgi = "http://youthofamerica.com/ads/ads.cgi"; $nonssi_cgi = "http://youthofamerica.com/ads/ads_nonssi.cgi"; $advertzone = ""; $ADVUseLocking = 1; $ADVLogIP = 0; $DefaultBanner = "YouthOfAmerica"; # $Ztext = ""; # $Zalt = ""; # $Ztarget = ""; # $Zheight = ""; # $Zwidth = ""; $Zborder = "0"; $ExchangeName = "YouthOfAmerica Banner Exchange"; $ExchangeURL = "http://youthofamerica.com/ads/index.html"; $ExchangeLogo = "http://youthofamerica.com/ads/yoa123.gif"; $ExchangeLogoHeight = 40; $ExchangeLogoWidth = 40; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! &ADVsetup; reset 'A-Za-z'; exit;