Tips Archives (2 Entries)

Main

November 8, 2006

Filed under Server News | Tips

A new anti-spam CAPTCHA plugin, called Comment Challenge is now installed on the blog server.

The battle between blog administrators and spammers is an ever-escalating arms race. Every time a new tool for blocking or filtering spam comments is released, the spammers develop new technologies and new tactics so that their marketing messages about “enhancements,” online gambling, and “morgage” loans continue to be posted all over the web.

This blog service already uses the SpamLookup and Akismet plug-ins, which rely on keyword filters and URL blacklists. However, an annoying new tactic is gaining popularity among spammers. They use their automated scripts or “spambots” to randomly post dozens and dozens of blog comments with random text and legitimate website links (like cnn.com, apple.com, cnet.com, etc). The spammers’ goals include poisoning the filters with false positives and sneaking their marketing links among the the dozens of comments with “legitimate” links.

So far the most reliable way to foil a spambot is with a CAPTCHA (an acronym for Completely Automated Public Turing test to tell Computers and Humans Apart).

One type of CAPTHCA, the image CAPTCHA, generates wildly distorted letters and/or numerals and overlays them on psychedelic backgrounds. The intention is to foil optical character recognition (OCR) software; however, image CAPTCHAs can be a barrier to the visually impaired, and deciphering them can be difficult even for those with perfect vision.

The Comment Challenge plug-in instead creates a “challenge and response” CAPTCHA. With this plug-in, a blog administrator creates a simple question that only a human should be able to answer. If a comment is not submitted along with the proper response, it goes into the comment junk folder.

To use this plug-in on your blog, you will need to activate it, choose a question and response, add a template tag to two of your templates, and rebuild your site. Full instructions are below.

Continue reading "More anti-spam ammo" »

November 10, 2005

Filed under Tips

An easily overlooked part of the Entries page of the Movable Type admin interface is the Open power editing mode link right below the “Search Entries” box. This screen allows the author to edit the Status, Title, Author, Category, and Date on multiple entries at once.

screenshot of open power editing mode link

More importantly, this is currently the only place within the MT interface where you can change an entry author (or even see the list of entry authors) unless you are a System Administrator.

Changing the “Authored On Date” on multiple entries can be useful if you are using your weblog as a simple content management system and are relying on the date for the entry sort order.

screenshot of power editing window

BTW, the “List Protected Entries” link at the bottom of the screenshot only works if you embed special tags in your blog template. More on that in a future tutorial.