#!/usr/bin/perl #################################################################################################### # ANYPAGE WEB PAGE MAILER # Copyright Psybercore.com, Inc. # info@superscripts.com #################################################################################################### # COPYRIGHT NOTICE # http://www.superscripts.com # # Selling the code for this program, modifying or redistributing this software over the Internet or # in any other medium is forbidden. Copyright and header may not be modified. Illegal use of this # or any of our software is tracked and we will crack your server like a walnut, sue you for all of # your domain names, and stick you in jail. # # My name is drew star... and i am funky... http://www.mp3.com/drewstar/ # #################################################################################################### Create directory inside cgi-bin called "anypage" upload footer.txt, header.txt, sendpage.cgi into /cgi-bin/anypage/ chmod footer.txt and header.txt to 666 or 777 chmod .cgi files to 755 EDIT sendpage.cgi variables at top of script $mailprogram="/usr/sbin/sendmail"; $basedir = "/full/path/to/public/html"; $footerhtml = "/full/path/to/cgi-bin/anypage/footer.txt"; $headerhtml= "/full/path/to/cgi-bin/anypage/header.