Ntz Antispam
This plugin will block almost all spam comments without using akismet.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5418 days ago
Is Ntz Antispam abandoned?
Possibly abandoned (last update 5418 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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.
Installation
Frequently Asked Questions
Review feed
Screenshots
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