 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
NETTUTS.com: The Best Ways to Fight Spam
by Chris Cornutt October 06, 2008 @ 09:30:28
Spam is a constant burden for anyone on the web, be it through email or via something like comments on a website. The NETTUTS site can't help so much with the first one, but they've come up with a new tutorial that can help with the second with a few methods.
Deciding on the best method of spam prevention on your blogs, forums, or even contact forms can be difficult. In this article we will take a look at a service called Akismet and how it can help. We will also look at why some other methods of fighting spam fail.
They give a few ways to waylay the spammers including:
- Disallowing multiple consecutive submissions
- Keyword Blacklist
- CAPTCHA
- and a service called Akismet
They go into a bit more detail on this last one, even going so far as to included code (this class) and examples of how to let the Akismet service see if something is spam or not. Links to libraries for other languages are included too.
voice your opinion now!
fight spam captcha consecutive keyword blacklist akismet tutorial
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
Splitbrain.org: Add comments to any PHP script
by Chris Cornutt January 30, 2007 @ 07:58:00
On Splitbrain.org, there's a new post that points out a script he's created to make adding comments to any PHP script possible - My Two Cents.
I recently updated My Two Cents. My Two Cents (or MTC) is a simple PHP class to add comments to any PHP driven site. It is was written with simplicity in mind but still has some strong features and is easily tweakable. It consists of a single PHP file and can be added with just a few lines of code.
The post also describes some of the functionality it comes with, including a CAPTCHA mechanism and a blacklist feature to help reduce spam. There's also a bit of multi-language support included as well.
voice your opinion now!
comment system captcha mytwocents comment system captcha mytwocents
|
Community Events
Don't see your event here? Let us know!
|