Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Ntz Antispam

Descripción

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.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Ntz Antispam» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Ntz Antispam» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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