Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2011, 15:12
johhan16
 
Fecha de Ingreso: junio-2010
Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 13 años, 10 meses
Puntos: 55
Respuesta: Script PHP, reCaptcha valido deja acceder

pues solo haz esto

Código PHP:
Ver original
  1. <?php
  2.   require_once('recaptchalib.php');
  3.   $privatekey = "your_public_key";
  4.   $resp = recaptcha_check_answer ($privatekey,
  5.                                 $_SERVER["REMOTE_ADDR"],
  6.                                 $_POST["recaptcha_challenge_field"],
  7.                                 $_POST["recaptcha_response_field"]);
  8.  
  9.   if (!$resp->is_valid) {
  10.     // What happens when the CAPTCHA was entered incorrectly
  11.     die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." .
  12.          "(reCAPTCHA said: " . $resp->error . ")");
  13.   } else {
  14.     // Your code here to handle a successful verification
  15.  
  16. echo "04254-5263258";
  17.  
  18.  
  19.   }
  20.   ?>

ya con eso puedes ver tu numero de telefono, bueno modificando el que esta alli
__________________
<?php echo "No te metas a lo hondo del Mar si no sabes nadar, primero aprende a nadar" ?>
...Error en linea: 1 o.O