Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/04/2010, 13:59
easy
 
Fecha de Ingreso: diciembre-2008
Mensajes: 454
Antigüedad: 15 años, 4 meses
Puntos: 2
Respuesta: Problema captcha

Yo generé este captcha, espero te funcione

Código PHP:

session_start
();

$rand1 rand('10''99');
$rand2 rand('10''99');
$rand3 rand('10''99');
$rand4 rand('10''99');
$rand5 rand('10''99');
$rand6 rand('10''99');
$codigoaleatorio 'E3' .$rand1'fh' .$rand3'IA' .$rand5'4d' .$rand2'Kj' .$rand4'm9' .$rand6'ir' .$rand1'Qp' .$rand3'N1' .$rand5'aZ' .$rand2'gc' .$rand4'eT' .$rand6'Ut' .$rand1'wL' .$rand3'F6' .$rand5'XM' .$rand2'nk' .$rand4'D5' .$rand6'BG' .$rand1'7Y' .$rand3'bJ' .$rand5'lP' .$rand2'8q' .$rand4'sR' .$rand6'2C' .$rand1'HW' .$rand3'y0' .$rand5'u0' .$rand2'xs' .$rand4'';
        
$code substr($codigoaleatoriomt_rand(0strlen($codigoaleatorio)-1), 4);
$text $code 
$_SESSION["code"] = $text
$height 20
$width 44

$image_p imagecreate($width$height); 
$black imagecolorallocate($image_p255255255); 
$white imagecolorallocate($image_p619090);
$font_size 10
 
imagestring($image_p$font_size52$text$white); 
imagegif($image_p); 
lo pongo asi:

Código HTML:
<img src="captcha.php" align="top" title="Captcha" name="Captcha"> 
__________________
$ayudar = 'ayudar es compartir';
echo $ayudar;