Die Spammers Die! (Painfully Please)

My blog has been absolutely hammered with comment spam lately. If any of you were subscribed to any of those comments and were forwarded the offensive spam, I am very sorry.

Fortunately, one of the bots wasn't submitting something correctly. So, instead of getting a few thousand spam comments I got a few thousand error emails. :-(

Anyway, I just took the time to add CFFormProtect to my comment form. It was super easy. There was really no excuse for me not to do this sooner. So, again, I apologize.

Just to show you how easy it is, here is the implementation code from the docs.

Put
<cfinclude template="/cfformprotect/cffp.cfm">
somewhere between your form tags.

<!--- On your processing page include the following code: --->
<cfset Cffp = CreateObject("component","cfformprotect.cffpVerify").init() />
<!--- now we can test the form submission --->
<cfif Cffp.testSubmission(form)>
<!--- The submission has passed the form test. Place processing here --->
<cfelse>
<!--- The test failed. Take appropriate failure action here. --->
</cfif>

Of course there are lots of things you can do to customize it's behavior. But, that is the basics. So please go checkout CFFormProtect for all your 'spam form submission' needs. Because, seriously, Captcha is the suck.

OT: Secure Email And Document Delivery

OT: My dad (Jack Phillips) has just finished a project at work for securing email and document transmission. There is a free beta. So, if you have need in your business to send sensitive documents or email securely, go check it out. PositiveDelivery.com

BlogCFC was created by Raymond Camden. This blog is running version 5.6.002.