News Section - Image Verification in ASP
Developer Blog from Mike Irving - Image Verification in ASP
15/8/2007 - Image Verification in ASPMany web designers use Image Verification as a method of preventing Contact Forms from falling victim to SPAM-Bots.
What are SPAM-Bots? Put simply, machines that trawl the web looking for websites with contact forms. Once on a contact form they will attempt to fill it in with Junk or Advertising information.
Most sites will receive occasional SPAM mail from their contact form. When this becomes a common occurance, action should be taken.
Image Verification asks the user to type in a series of numbers or letters before submitting the form.
The data to be entered is presented to the user as an Image, usually slightly scrambled or on a background image, so as to stop robots from reading it.
This method will stop a good percentage of form spam from the bots. The server will only process the form, if the user data matches the data in the scrambled image.
I recently implemented image verification on an ASP website. I used MD5 Encryption to scramble the data required, to send it along with the form for comparison with the user input.
I used the ASPJpeg component from Persits Software to generate my image from a JPEG source file, with the required Image Verification text overlaid.
If you'd like to know more, please Contact Me.
View Blog Entries - Page: 1, 2, 3, 4, 5, 6
Recruitment firm Meridian Business Support have launched a new look website, based upon the Silkmoth Wirenet system. The site has had input from the entire development team at Silkmoth. I had th...
• Read This Blog Entry
Isover, part of the global Saint Gobain group, recently chose Silkmoth to develop a new UK website and transfer content over from their existing website. I built the new design in HTML / CSS based ...
• Read This Blog Entry
A live music act that I offer web design advice to have been offering their songs for play in WMA format on their site for some time. Whilst this has been a great way for people to check out their ...
• Read This Blog Entry

