#!/usr/bin/perl ############################################ ############################################ # The following variables should be set to define the locations # and URLs of various files, as explained in the documentation. require "/home/homepage/public_html/cgi-bin/ads_display.pl"; $adverts_dir = "/home/homepage/public_html/ads"; $display_cgi = "http://www.medianetjapan.ne.jp/cgi-bin/ads.pl"; $advertzone = "4"; $ADVUseLocking = 1; $ADVLogIP = 0; $DefaultBanner = "http://www.medianetjapan.ne.jp/toranomaki_02.gif"; # $Ztext = ""; # $Zalt = ""; # $Ztarget = ""; # $Zheight = ""; # $Zwidth = ""; # $Zborder = ""; $ExchangeName = ""; $ExchangeURL = ""; $ExchangeLogo = ""; $ExchangeLogoHeight = 40; $ExchangeLogoWidth = 40; # NOTHING BELOW THIS LINE NEEDS TO BE ALTERED! &ADVsetup; reset 'A-Za-z'; exit;