 | News Feed |
Sections
|
| feed this: |  |
Padraic Brady's Blog: ZF Blog Tutorial Part 10 Comments, reCAPTCHA and Akismet Filtering
by Chris Cornutt June 05, 2008 @ 09:38:14
Padraic Brady has posted part ten in his series on the construction of a blogging system with the Zend Framework. This part of the series focuses on the commenting system and using a reCAPTCHA and Akismet system on it to prevent spam.
Blogs all have two other features besides actual content. They allow readers to post comments, and they offer XML feeds of their content. With the blog application itself coming along nicely, and with Addendum #2's revised styling, it's a good time to take a peek at adding comments.
He has created a custom Service component for the framework that interfaces directly with the reCAPTCHA service (along with a form helper, view helper and validation methods) so that an element can be added just like anything else in a form. Code of its use is included.
He works this into his comment form, including the Controller and the action that would be called. He shows how to attach an Akismet call to the form too via the framework's own service methods. Finally, he handles the other side of things - the administrative piece and displaying the (hopefully non-spam) comments back out on the post.
voice your opinion now!
recaptcha akisment comment public spam prevent zendframework
Vinu Thomas' Blog: Securimage Captcha for PHP
by Chris Cornutt May 21, 2008 @ 09:30:01
Vinu Thomas has posted about a PHP/GD CAPTCHA solution he's come across - Secureimage.
From the company's description:
Securimage is an open-source free PHP CAPTCHA script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots. It can run on most any webserver as long as you have PHP installed, and GD support within PHP.
Features of the tool include simple addition and validation methods, the ability to make audible CAPTCHAs and True Type font support. You can download the software from the project's website.
voice your opinion now!
secureimage captcha form validate spam protect gd audible
Venture Skills Blog: Re-captcha your comments
by Chris Cornutt August 08, 2007 @ 08:42:00
On the Venture Skills Blog, there's a new post that looks at one of the more recent advancements in keeping the spammers away from your blogs comments (one among many other uses) - re-captchas.
Commonly CAPTCHA is a visual image where the user is asked to type the word they see (or hear) however some provide a logic puzzle [...] Re-captcha works by asking the user for two words instead of the normal one, one word is known to the system and is the actual CAPTCHA the second is an unknown word, if the user gets the CAPTCHA then the users "guess" for the unknown word is recorded, over time a word is given a probability score and when high enough becomes a known word.
They Also include links to re-captcha modules for two of the popular CMS/blogging tools - WordPress and Drupal - to make integration easy.
voice your opinion now!
recaptcha comments captcha spam drupal wordpress recaptcha comments captcha spam drupal wordpress
PHPClasses.org: CAPTCHA harder to break using animations
by Chris Cornutt December 07, 2006 @ 08:28:00
PHPClasses.org is spotlighting another package from their site today - this time it's a CAPTCHA class that takes things a step further and introduces animation into the mix to make it even harder for bots to get through.
Laszlo Zsidi is a PHP Web developer that has written an harder to break CAPTCHA solution. It consists in generating animated GIF images that exhibit the validation text.
Since the text never appears all at once in each of the animated frames, this solution certainly raises the bar in terms of difficulty for the robots to guess the validation text, making it very hard to defeat, if possible at all.
You can check out the class here, including a sample animated gif file and a download of everything you'll need to get started.
voice your opinion now!
captcha animation gif validation spam bot captcha animation gif validation spam bot
Community News: The Obfuscator
by Chris Cornutt November 15, 2006 @ 08:58:00
There's an odd little application that's been brought up that's written in PHP with one purpose - obfuscating an email address/HTML so it's very difficult for a spambot (or other harvesting program) to get a hold of the content and add to its list. The Obfuscator takes in an email address and, with the click a button, spits back out the obfusicated code.
They're also offering the source for the application so you can get behind the scenes and see how it works. It definitely does a good job at making things more difficult, but I'm not sure how useful it really is in practice. If you're just using it to drop into a one-time kind of location, it would work, but the results this thing spits out would be a nightmare to maintain (especially the HTML).
One good thing, though, is that too the user, it all looks seamless. There's no funny characters or things they'd have to change in their browser to get it to work.
voice your opinion now!
obfuscator email address html content spam bot simple obfuscator email address html content spam bot simple
Dublish.com: Captcha - Spam preventing images
by Chris Cornutt May 31, 2006 @ 14:24:30
When it comes to limiting the spam that comes through on your site (usually on the open comments), a CAPTCHA can do some of the best work. It provides a good alternative to convoluted techniques for restricting the commenting system of your site, and does it in a simple, easy for a human to use, kind of system. Implementing them, however, can be a bit tricky, so this new article on Dublish.com is here to help.
Captcha is the name for the images with random letters and some distortion that appears on each and every forum these days and even here on dublish. The purpose is to prevent the sites from spam.
Now I'm going to show you how to do this random picture generator in PHP. I assume that you have some basic PHP skillz before doing this. Before you start you need the GD library that allows you to create graphics in php.
The article steps you through the creation of the single-script functionality to generate the image. It's an image with a series of random characters on a gradient background created with the GD libraries. The code used in the CAPTCHA is stored in a session variable for validation later. He adds a few graphical touches to make it look a bit nicer, and finishes off with an example of its use.
voice your opinion now!
php captcha tutorial spam prevention gd graphics php captcha tutorial spam prevention gd graphics
|
Community Events
Don't see your event here? Let us know!
|