Noticias Weblogs Foros Wiki Código
Sponsors:

Meta-Info

¿Que es?

Planeta Código es un agregador de weblogs sobre programación y desarrollo en castellano. Si eres lector te permite seguirlos de modo cómodo en esta misma página o mediante el fichero de subscripción.

rss subscripción

Sponsors

Anunciarse aquí

PlanetaCódigo en inglés

Puedes utilizar las siguientes imagenes para enlazar PlanetaCodigo:
planetacodigo

planetacodigo

Si tienes un weblog de programación y quieres ser añadido aquí, envíame un email solicitándolo.

Idea: Juanjo Navarro

Diseño: Albin

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:

Instalació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.

Change Log

v1.1:

v1.0:

(English version)

README for WP-Morph

WP-Morph is an anti-spam plugin for WordPress. Features:

Installation

////// 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.

That’s it!! Bye, bye, spam!!

Change Log

v1.1:

v1.0:

» Leer más, comentarios, etc...