FEATURES Automates the link submission and link editing processes by creating a datafile on your web site's server that is read by Zeus. Zeus saves each submission into the ThemeSite database to be approved by you. Sends email message to submitting webmaster Optional - Require reciprocal link before accepting submission ANTI-SPAM FEATURES Uses anti-spam word check to prevent spam submissions. Simple, but effective. No complicated modifications to your web server Tests for proper domain before submission No email addresses embedded in HTML code for email harvesters to suck up EMAIL FEATURES Validates the format of the submitted email address Email options for SendMail, SMTP or None Sends email notifications to an unlimited amount of email addresses Optional - History Log Can use separate optional Header and Footer files for HTML status and Thank You messages Can use optional html Thank You page Can use optional html error page INSTALLATION ------------------------------------ Requirements ------------------------------------ Perl: 5.004_02 or later must be installed on your server. The script will probably run on older versions of Perl. You must have access to a cgi-bin on your website's server. You should have prior knowledge of CGI script installation to install the script yourself. ------------------------------------ Download the script zip file ------------------------------------ 1.) Unzip to any folder on your hard drive. auto_link_form_process.cgi themeindexinfo.txt readme.txt 2.) Modify and install the files as instructed below. ------------------------------------ auto_link_form_process.cgi Script Installation instructions: ------------------------------------ Processes the web form in themeindexinfo.txt and creates a data file in web server folder - /links/ which is read by Zeus. 1.) Edit auto_link_form_process.cgi's first line to reflect the path to Perl on your server. If you have a working cgi script in your cgi-bin then you can get this information from the top line. examples are: #!/usr/bin/perl #!/usr/bin/local/perl #!/usr/bin/perl5 2.) Follow the instructions at the top of the cgi script and edit variables, paths and related information. 3.) Upload the cgi script to your website's cgi-bin directory, using FTP. IMPORTANT: You MUST upload using ASCII mode NOT BINARY. 4.) Set the cgi script file permission to CHMOD 755 These two files are created by the auto_link_form_process.cgi during the submission process submission.dat - File created by this program in web site's /links/ folder to be read by Zeus LinkSubmission.Log - Permanent Log - File created by this program in web site's /links/ folder ------------------------------------ themeindexinfo.txt installation. ------------------------------------ 1.) Change the Form Action line, located in the text file 'themeindexinfo.txt, to point to the auto_link_form_process.cgi script newly installed in your cgi-bin. Example: