Archive for the 'Spam' Category
How to Install and Configure Master Form v4 - Part 2
In Part 1 (points 1-8) I discussed How to Install Master Form v4
Part 2
How to Configure Master Form v4 and its Associated Files
9. Create a web form
The form can be placed on any domain you choose. Here’s an example of the html code in a quote form for Unit Coins
<.form method="POST" action="http://www.isitebuild.com/cgi-bin/MasterFormV4.cgi".>
<.input type="hidden" name="subject" value="QUOTE REQUEST for UNIT COINS".>
<.input type="hidden" name="requiredfields" value="realname,email".>
<.input type="hidden" name="emailfields" value="email".>
<.input type="hidden" name="emailtemplate" value="/unitcoinsemailtemplate/feedback_email.txt".>
<.input type="hidden" name="redirect" value="http://www.unitcoins.us/thankyou.shtml".>
Note: remove periods for the above code to work.
Explanation
First line - this is the URL of where the master form located on your server (where it’s processed)
Second line - the subject of your form (what will appear in the subject line of the confirmation emails)
Third line - these are the fields that visitors are required to fill in. If not they will receive an error message and won’t be able to submit the form.
Fourth line - shows that the email fields are hidden. This prevents spammers from accessing your email.
Fifth line - this is the location of the email template you need to create for the form results to be sent to your email. Place this file on the same server as your Master Form Files.
Sixth line - this is location of your thankyou page, where you send visitors after they submit the form.
The other lines of your form will include the form fields and submit button. Make sure you do this correctly otherwise your form will not work.
10. Create an email template
To get the form results sent to your email inbox, Master Form V4 reads an email template file. Therefore you need to create this template, upload it to the same server that contains your Master Form files, then create a place holder in your form for it to work ie <.input type="hidden" name="emailtemplate" value="/unitcoinsemailtemplate/feedback_email.txt".> (remove periods before tags)
Once generated, the email is sent.
An email template file is a plain text file containing the entire email, including the email headers.Master Form V4 is told where to find the email template file by a hidden field in the form named emailtemplate. If you don’t want the form submission to generate an email, just omit the hidden field.
Using the email template, you can format the emails the way you want to receive them (or have them sent), with the data you want to see arranged in the way you want it. Make sure the fields are identical to the ones you have in your web form.
Here’s an example of the contents of an email template for a simple feedback form:
From: [[email]]
To: webmaster@example.com
Subject: Someone used the simple feedback form!
This was submitted:
Name: [[name]]
Email: [[email]]
Comment:
[[comment]]
11. Create a thank you page
This is the page that is sent to your visitors after they have submitted the web form. It confirms they have filled it out correctly.
You can also use this page to send special offers or promotions ie a free ebook, report or download. Create a placeholder for it in your web form.
Example
<.input type="hidden" name="redirect" value="http://www.unitcoins.us/thankyou.shtml".>
(remove periods before tags)
12. Create an error page (optional)
Master Form v4 can generate an error page when it encounters an error during form submission. A generic error page is displayed if you don’t specify a custom error page.
Place the line below in your error page template (this could be a simple html page)
[[ERROR_MESSAGE]]
Create a hidden field to tell Master Form V4 where to find it.
Example
<.input type="hidden" name="errorpage" value="http://example.com/busyfeedback_oops.html".> (remove periods before tags)
When your visitor incorrectly fills out the web form, he will automatically receive this custom error page. You can write anything you want on this page this inform your visitor what happened.
13. Upload all files to your server
Master Form files are uploaded to the domain where the form is processed ie <.form method="POST" action="http://www.isitebuild.com/cgi-bin/MasterFormV4.cgi".> (remove periods before tags)
This includes your email template ie unitcoinsemailtemplate/feedback_email.txt
The web form, thankyou and error pages are uploaded to the domain where you want the form located.
14. Test your web form
Fill out all the fields of your web form and submit it. You should immediately receive the thankyou page (or error page if you made a mistake) and receive the form results in your email inbox.
Conclusion
Master Form v4 is the most secure form I’ve found on the Net. It will also allow you to create database files for your records and create multi page forms. Purchase your copy of Master Form v4 NOW and say goodbye to form mail spam.
Posted by
Herman on
July 11th, 2007 .
Filed under:
Spam, Web Design |
1 Comment »
How to Install and Configure Master Form v4 - Part 1
Master Form v4 is the best form on the Net to use for security because it has anti-hijacking code built-in plus auto-submission protection against spammers. It also allows you to:
Block IP addresses by people that misuse your form
Ban words and phrases that are inappropriate or are commonly used to spam forms.
Define the maximum data size to limit the amount of information submitted.
Posted by
Herman on
July 10th, 2007 .
Filed under:
Spam, Web Design |
2 Comments »
How to Stop Form Mail Spam
Do you get a lot of spam from the subscription or contact forms on your web site? This is becoming a serious problem for a lot of site owners but I have found a way to stop it completely.
Example of form mail spam
A client of mine has an e-commerce site that takes orders through a contact form. He began receiving multiple orders per day. At first he was excited because he thought he was getting lots of orders. Then he discovered they were all false emails. Obviously
The spammer’s email is sent from your server to thousands of email addresses.
With automation, the spammer can submit your form many times over.
This causes a lot of frustration and anger from site owners using forms.
Commonly used scripts that don’t stop form mail spam
I’ve used this script extensively for many sites and had no problems because you don’t have to insert your email address in the form’s code. Instead you place it in the script hidden from spammers. Unfortunately it does not stop auto submissions. Anyone can still write a false email address in the email field and submit the form.
This script i
s more secure than Jack’s form mail. It also allows you to hide your email address in the script and not place it in the form of your web site. It also did not stop form mail spam because anyone can submit it with a false email address.
Solution - Master Form v4
Benefits
- Anti-hijacking code built in.
- Notifies you of hijacking attempts.
- Allows you to create multiple forms for any number of web sites.
- Ready made templates that can easily be placed on your site
- Easy to customize to suit your needs i.e. create as many fields as needed
- Block IP Addresses that are sending spam
- Block auto submissions - stops robots from automatically submitting forms with false emails
Resources
Master Form Overview
How-to Articles on Master Form
Stop form mail spam now and get a copy of Master Form v4
Posted by
Herman on
July 9th, 2007 .
Filed under:
Spam, Web Design |
1 Comment »
How to Stop Email Spam with SpamAssassin
Recently a friend called to say she had received 6000 emails in 6 hours and most of it was spam. She was getting very frustrated because of the time wasted deleting the spam.
Have you ever experienced the same frustration?
Of course…me too!
Well, here is one highly effective method how to stop spam email using SpamAssassin
Posted by
Herman on
July 13th, 2006 .
Filed under:
Spam |
21 Comments »
Links
Links