WP-Morph 1.1
Mayo 16th, 2005 - [Enlace local]
Update: Version 1.2 is out
(English version below)
LEEME de WP-Morph
WP-Morph es un plugin anti-spam para WordPress. Características:
- No requiere de ningún “capcha”. El usuario no tiene que introducir
ningún código extraño ni se entera de nada del proceso. - Se requiere JavaScript en el browser.
- Los spammers tendran que interpretar el código JavaScript de la
página para poder enviar comentarios. Hasta ahroa no conozco a
ningún programa spammer que haya sido capaz de interpretar también
el código JavaScript de la página.
Instalación
- Descarga la última versión del plugin de aquí
- Edita las líneas siguientes de wp-morph.php y pon un número al azar. Es importante que ese número sea diferente, ya que ser el secreto de tu sitio web que los spammers no sabrán:
////// Config values: // * rnd_val is an integer greater than 0 and less than 1,000,000 // * form_valid_minutes is the number of minutes that the form is valid // since the form appears in the screen till the user // pushes the \"submit\" button. (15 minutes by default). $rnd_val = xxxx; $form_valid_minutes = 15; ////// End of config values.
- Copia wp-morph.php en el directorio de plugins de WordPress (normalmente WP-ROOT/wp-content/plugins/ ).
- Ve al menú “Plugins” de la administración de WordPress.
- Activa el plugin “WP-Morph”.
Change Log
v1.1:
- Generación de valores mejorada. Ahora los formulario expiran después de un número de minutos configurado por parte del usuario del plugin.
- Muestra que el formulario está protegido por WP-Morph.
v1.0:
- Versión inicial.
(English version)
README for WP-Morph
WP-Morph is an anti-spam plugin for WordPress. Features:
- No capcha. The user don’t have to enter any additional code.
- JavaScript support required in the browser.
- Spammers would have to interpret the JavaScript in the page to be able to submit comments. As far as I know, no one spammer in the world process a page including the JavaScript.
Installation
- Download the lattest version of the plugin from here.
- Edit the following lines (in wp-morph.php) to put a random value of your own:
////// Config values: // * rnd_val is an integer greater than 0 and less than 1,000,000 // * form_valid_minutes is the number of minutes that the form is valid // since the form appears in the screen till the user // pushes the \"submit\" button. (15 minutes by default). $rnd_val = xxxx; $form_valid_minutes = 15; ////// End of config values.
- Copy wp-morph.php in the WordPress plugin directory (normally WP-ROOT/wp-content/plugins/ ).
- Go to the “Plugins” menu of the WordPress Admin console.
- Activate the “WP-Morph” plugin.
That’s it!! Bye, bye, spam!!
Change Log
v1.1:
- Improved the generation of the values. Now forms expire at some user-configured time.
- Show that the form is protected using WP-Morph.
v1.0:
- Initial release.
» Leer más, comentarios, etc...