INTRO Mail-it Now! works with every PHP hosting
provider - mail() and email() functions. It enables your visitors
to send you an email right after submitting the form. The email
and message fields are checked, as well as the validity of the email
address. If the fields are empty, the visitor has to get back to
the form. If the fields are correctly filled in, the email is sent.
Your visitors can also send you files, which will be stored on your
server.
Features:
- multiple uploads (in one shot).
- each file name is now unique (several files with the same name
can now coexist on the server).
- spaces in file names are converted into underscores.
- one single file, both form and reply page (positive or negative).
IMPORTANT
You cannot remove the copyright on all the pages of this script
and you cannot say you made it yourself. This script is linkware
for your own personal use. If you run a commercial website (meaning
you earn money through it as a business), you can buy a commercial
licence here or the Professional version, which features even sexier options. For a customized version, contact me.
This script can only be downloaded from http://www.skyminds.net/.
INSTALL
- Edit contact.php.
- Fill in the information related to your website in the "Edit
Here" section. Follow the guidelines.
- Change the error and thanks messages.
- Create an "upload" directory on your server.
- Protect your upload directory (using .htaccess files for instance)
- That's it!
REMINDER
email field must be labeled "From" (without the quotes,
case-sensitive)
message field must be labeled "Msg" (without the quotes,
case-sensitive)
use your own form, respecting the 2 rules mentioned above.
you must create a directory on your server which the files sent
will be copied.
CHANGELOG
- 1.5.2 (April 2006)
- [FIX] : bug in the upload function, code clean-up.
- [ADD] : conversion of unusual characters
- 1.5.1 (October 2005) : vulnerability fixed in the filename creation. A .htaccess file is now placed in the upload directory by default.
- 1.5 : reply-to field added, comments added in the code.
- 1.4 : optimized code.
- 1.3 : bugfixed the error "Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing" which could occur on safe_mode servers.
- 1.2.2 : the parameters for the mail() function are now complete.
- 1.2.1 : fixed the undefined variables displaying fixed the undefined variables displaying error notices
on some serverserror notices
on some servers.
- 1.2 : new email validator for the new TLDs (like .info),
improved upload function.
- 1.1 : supports safe-mode servers and uses the new PHP arrays
- 1.0 : first release.
|