This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ntz Antispam

Description

A completely rewrite for the old plugin. The plugin works now in a different way. Instead of waiting for robots to fill a field, I decided to go to another route: use a nonce key and a time stamp.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Ntz Antispam” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Ntz Antispam” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.0e

Fixed a bug on wp 3.1 that preventing admin to edit comments

2.0d

Don’t make any checks if user is logged in is admin.

2.0c

Fixed a bug on edit form for admin users.

2.0b

rewrite

1.1.1

Added value="" for magic field.

1.1

After I received several complains from Chrome users, I updated the plugin to avoid autocompletion on magic field.
Also, there is an option in code that allows you to pick how plugin will behave:
$markAsSpam = 1; all invalid plugins are automagically marked as spam;
$markAsSpam = 0; the plugin will behave like always did: “thanks for your spam” and that’s all;

1.0

First release