Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/09/2008, 16:32
Avatar de eminem24
eminem24
 
Fecha de Ingreso: julio-2008
Mensajes: 68
Antigüedad: 15 años, 10 meses
Puntos: 0
El Captcha no me funciona

Hola amigos, he subido un plugin de Captcha para wordpress. Los pasos parecen bien sencillos:
  1. Se sube la carpeta captcha a wp-content/plugins/ y queda wp-content/plugins/captcha/captcha.php
  2. Se sube una fuente TrueType a una carpeta del server
  3. Se activa el plugin captcha desde el A.P
  4. Se configura el captcha desde opciones(ahí es donde tengo una duda)

La configuración de captcha la tengo actualmente así:

Cita:
TrueType Folder: /mnt/local/home/miweb/miweb.com/fuentes/
This is your absolute PATH to a TrueType (readable by PHP) directory where TrueType fonts are stored.
Leave this Blank (empty), to automatically determine a default safe value.


Language: Español
Select the language to use when asking the user to enter the captcha code.
If you don't see yours here, you will have to edit the captcha.php file.


Number of chars: 5 Code length (Number of alphanumeric characters). <-- Este lo he cambiado desde el A.P y no se si tengo que cambiarlo también en el captcha.php

Max tries: 1 Number of tries before a new code is generated. <-- Este también lo he cambiado desde el A.P y no se si tengo que cambiarlo también en el captcha.php

TTF Files: abusive_pencil.ttf
A comma separated list of .ttf files (case sensitive filenames!) stored in your TTF folder. This fonts will be used to generate the captcha.
Leave blank to detect files automatically.


Captcha! Secret: A very, very secret string which is used to generate a md5-key! <-- Esto es lo que no se si está bien ni como cambiarlo
Enter a secret string uset to generate md5-key codes. Type anything (random string).
Will be use as a random seed.


Image Distortion: La tengo activada
La cuestión es que ya lo tengo activado y debería estar funcionando pero no me aparece ningún código captcha en los comentarios. ¿Que es lo que he hecho mal? ¿y sobre todo que tengo que poner en "Captcha! Secret"?

Por favor que alguien me ayude, gracias anticipadas!