Comunidad de diseño web y desarrollo en internet online

apoyo con codigo captcha

Citar            
MensajeEscrito el 28 Oct 2011 02:19 am
hola querida comunidad tengo el sgte codigo captcha el cual estoy tratando de incorporar a mi sistema de usuario, es de un post anterior: pero no me sale la imagen bgcaptcha.gif
algo estara mal chekeen porf. porque yo no veo el error.

seguridad.php
<?php
function randomText($length) { //FUNCION PARA CREAR UNA CLAVE ALEATORIA
$pattern = "123456789PIUYTREWQASDFGHJKLMNBVCXZ123456789PLMK1IJNBHUYGVC123456789FTRDXZSEWAQWSDERFTGYHUJ123569876543ERDFREDESWQASWQASDGHGTY";
for($i=0;$i<$length;$i++) {
$key .= $pattern{rand(0,35)};
}
return $key;
}

$_SESSION['tmptxt_seg'] = randomText(5); //aqui guardo el numero que se escribira en la imagen en variable de sesion para su us en la confirmacion
$captcha_seg = imagecreatefromgif("http://lorelei.teleduc.cl/matricula_minrel/images/bgcaptcha.gif"); //obtenemos la imagen de fondo
$colText = imagecolorallocate($captcha_seg, 0, 0, 0);
imagestring($captcha_seg, 5, 10, 4, $_SESSION['tmptxt_seg'], $colText);

header("Content-type: captcha/gif");
imagegif($captcha_seg);
?>



index.php
<html>
<head>cual es su mail</head>
<p></p>
<body>
<form name="form_a" method="post" action="recuperar.php" />
<p></p>
<input type="text" name="email" id="email" size="60"/>
<p></p>
<input type="submit" name="submit" id="btn" value="Ir">
<br>
<img src="seguridad.php" vspace="3" class="Estilo24" /> <input type="text" name="tmptxt_seg" id="tmptxt_seg" />
</form>
</body>
</html>

Por angelo27

Claber

136 de clabLevel



 

firefox
Citar            
MensajeEscrito el 28 Oct 2011 12:10 pm
¿Por qué lo cargas desde una URL envez de localmente?

Por DriverOp

Claber

2510 de clabLevel



 

opera
Citar            
MensajeEscrito el 28 Oct 2011 01:32 pm
porque tampoco me mostraba el gif pense que era la ruta o algun virus en mi pc talvez

Por angelo27

Claber

136 de clabLevel



 

firefox
Citar            
MensajeEscrito el 28 Oct 2011 04:42 pm
Pues evidentemente ese no es el problema.
¿Podemos ver este código funcionando (y fallando) en alguna parte?.

Por DriverOp

Claber

2510 de clabLevel



 

opera

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.