########################################################################### # Set the variable below to the exact web address of the script # # Upload this to the same directory as the script # ########################################################################### $this_URL="http://www.ad-serve.info/cgi-bin/allposters/carousel.cgi"; ########################################################################### # Carousel will create the password and data files in the directory you # # specify below. Either use the relative path to the directory, or the # # full system path to the directory between the quotes. This directory # # must be chmod 777. In either case it MUST HAVE A TRAILING SLASH eg: # # # # $data_directory = "database/"; (in same directory as carousel.cgi) # # # # $data_directory = "/home/adserve/public_html/cgi-bin/allposters/database/"; # # # # If you are upgrading from a version that had the password and data # # files in the SAME directory as the script, you can leave the quotes # # empty eg: # # # # $data_directory = ""; # # # ########################################################################### $data_directory = ""; ########################################################################### # Leave the "1;" at the bottom - the script needs it! # ########################################################################### 1;