require('cgi-bin/sistema.php'); // GENERAR NUEVO CAPTCHA function RandomString($length=6,$uc=TRUE,$n=TRUE,$sc=FALSE) { $source = 'abcdefghjkmnpqrstuvwxyz'; //$source = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; if($uc==1) $source .= 'ABCDEFGHJKMNPQRSTWXYZ'; if($n==1) $source .= '23456789'; if($sc==1) $source .= '|@#~$%()=^*+[]{}-_'; if($length>0){ $rstr = ""; $source = str_split($source,1); for($i=1; $i<=$length; $i++){ mt_srand((double)microtime() * 1000000); $num = mt_rand(1,count($source)); $rstr .= $source[$num-1]; } } return $rstr; } $captcha = RandomString(6,TRUE,TRUE,FALSE); //INVERTIR CADENA //$captchainve = strrev("$captchaorig"); ?>
CONTÁCTANOS
Nos encontramos en:
Iztacalco | México | Ciudad de México C.P. 08310
Tel./Fax.: 01 (55) 5657-2444 Correo: |
|||||||
echo"$copyright" ;?> | ERIS SysCORP, S.A. de C.V. |