Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/03/2014, 22:14
davidprogramacion
 
Fecha de Ingreso: febrero-2014
Mensajes: 31
Antigüedad: 10 años, 3 meses
Puntos: 0
Error con sistema captcha

No entiendo esto, necesito ayuda, el sistema reconoce la llave privada y marca error, todo funciona bien, exepto la imagen que no se ve la estoy generando con lo siguiente:

Aparece un error de google es el siguiente:

An error occurred:
An internal error occurred: 4F52A4511AB20.A80928D.BD7

¿Qué estoy haciendo mal?

Código PHP:
<h3>
<
label for="bean_captcha" class="registration-text">Teclea el código de seguridad que aparece en la imagen</label>
</
h3>

<
div id="captcha-code-error"></div>

<
p></p>

<
div class="register-label" id="recaptcha-reload">
    <
p>
        <
img src="https://www.habbo.es/v2/images/shared_icons/reload_icon.gif" width="15" height="15" alt="">
        <
a id="recaptcha-reload-link" href="#">Intenta con palabras diferentes</a>
    </
p>
</
div>

<
script type="text/javascript">
document.observe("dom:loaded", function() {
    
Event.observe($("recaptcha-reload"), "click", function(e) {Event.stop(e); Utils.reloadRecaptcha()});
    
Utils.showRecaptcha("recaptcha_challenge""6Le-aQoAAAAAABnHRzXH_W-9-vx4B8oSP3_L5tb0");
});
</script>

<div id="recaptcha_challenge" class=" recaptcha_nothad_incorrect_sol recaptcha_isnot_showing_audio">
  <div id="recaptcha_image" style="width: 300px; height: 57px; "><img style="display:block;" height="57" width="300" src="https://www.google.com/recaptcha/api/image?c=03AHJ_VutfS2qYQyHyu42SMNwhMSFDiSsV-jdmOxjtOCggAYtvgZlyVVUT1Dfks4hGvT_jiiGKcF6aYTm6B9gpUj1xUeb80IvMGFO_BVig-yW6xC19cZc_h0bFfB05PJtpadE-NIMUDHSfdjz8bb79URfoIuaYN2N5xQ"></div>

  <p>
    <span id="recaptcha_challenge_field_holder" style="display: none; "><input type="hidden" name="recaptcha_challenge_field" id="recaptcha_challenge_field" value="03AHJ_VutfS2qYQyHyu42SMNwhMSFDiSsV-jdmOxjtOCggAYtvgZlyVVUT1Dfks4hGvT_jiiGKcF6aYTm6B9gpUj1xUeb80IvMGFO_BVig-yW6xC19cZc_h0bFfB05PJtpadE-NIMUDHSfdjz8bb79URfoIuaYN2N5xQ"></span><input type="text" name="recaptcha_response_field" id="recaptcha_response_field" value="" class="registration-text required-captcha" autocomplete="off">
  </p>