############################################################################## # FormMail Version 1.5 # # Copyright 1996 Matt Wright mattw@misha.net # # Created on 6/9/95 Last Modified: 2/5/96 # # Scripts Found at: http://www.worldwidemart.com/scripts/ # ############################################################################## # If you run into any problems while trying to configure this scripts, help # # is available. The steps you should take to get the fastest results, are: # # 1) Read this file thoroughly # # 2) Consult the Matt's Script Archive Frequently Asked Questions: # # http://www.worldwidemart.com/scripts/faq/ # # 3) If you are still having difficulty installing this script, send # # e-mail to: scripts-help@tahoenet.com # # Include any error messages you are receiving and as much detail # # as you can so we can spot your problem. Also include the variable# # configuration block that is located at the top of the script. # # # # Hopefully we will be able to help you solve your problems. Thank you. # ############################################################################## # COPYRIGHT NOTICE # # Copyright 1996 Matthew M. Wright All Rights Reserved. # # # # FormMail may be used and modified free of charge by anyone so long as this # # copyright notice and the comments above remain intact. By using this # # code you agree to indemnify Matthew M. Wright from any liability that # # might arise from it's use. # # # # Selling the code for this program without prior written consent is # # expressly forbidden. In other words, please ask first before you try and # # make money off of my program. # # # # Obtain permission before redistributing this software over the Internet or # # in any other medium. In all cases copyright and header must remain intact # ##############################################################################
History: Version 1.0 6/11 - This script was created. Version 1.1 8/3 - A major hole in the script which allowed users to run commands under your server's uid was disabled, thanks to Paul Phillips, who noticed the error. - The ability to redirect the user to a specified HTML file after they filled out a form was added. Version 1.2 9/23 - If the form field is one of the required or optional 'special' fields, such as redirect, recipient, subject, email, realname, etc... the script will not print these fields to either your mail message or to the user's screen when they are returned to a generic form response. It helps you so that things do not get duplicated. Version 1.3 1/21 - Much needed update finally completed - Added form fields: env_report, bgcolor, background, link_color, vlink_color, title, text_color, return_link_title, return_link_url and required. - Security hole, which allowed any user on any system to bum off of your formmail script, has been plugged up with the @referers variable. - Report style in return html and e-mail touched up a bit. Version 1.4 1/23 - Added options: sort, alink_color - Fixed a few bugs from Version 1.3, namely the fact that the link_colors weren't working well. - FormMail now supports both the GET and POST methods. Version 1.5 2/5 - Sorting of Fields in E-Mail Response Fixed. - print_config option added.
Matt Wright - (mattw@misha.net) -
http://www.worldwidemart.com/scripts/