Tengo Problemas Con Instalar El Recaptcha

DJ_Rguez Seguir

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
10 Ago 2008
Mensajes
165
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
ye segui estos pasos para la istalacion del recaptcha pero no me sale en la zona de registarse y ya esta configurado en las opciones del recaptcha.

aqui estan los paso.

Installation:
  1. Download and unzip the recaptcha101.zip archive.
  2. Upload the functions_recaptcha.php to your /includes/ directory.
  3. Import the product-recaptcha.xml via the Product Manager.
  4. Obtain a FREE public and private reCAPTCHA key here.
  5. Make any desired configuration changes via AdminCP > vBulletin Options > reCAPTCHA Options
  6. Make a backup of your register.php file, located in your forum root.
  7. Perform ONE (1) of the following methods:
Method B:

Editar register.php:

Buscar
Insertar CODE, HTML o PHP:
[COLOR=#000000][COLOR=#007700]
eval([/COLOR][COLOR=#dd0000]'$imagereg = "' [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000bb]fetch_template[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'imagereg'[/COLOR][COLOR=#007700]) . [/COLOR][COLOR=#dd0000]'";'[/COLOR][COLOR=#007700]);  [/COLOR][/COLOR]

Remplazar Con
Insertar CODE, HTML o PHP:
[COLOR=#000000][COLOR=#0000bb]
$imagereg [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]recaptcha_get_html[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'recaptcha_publickey'[/COLOR][COLOR=#007700]], [/COLOR][COLOR=#0000bb]$error[/COLOR][COLOR=#007700]);  [/COLOR][/COLOR]


Buscar Y Eliminar

Insertar CODE, HTML o PHP:
[COLOR=#000000][COLOR=#dd0000][COLOR=#007700]
[/COLOR][/COLOR][/COLOR][COLOR=#000000][COLOR=#0000bb]                [/COLOR][COLOR=#dd0000]'imagestamp'          [/COLOR][COLOR=#007700]=> [/COLOR][COLOR=#0000bb]TYPE_STR[/COLOR][COLOR=#007700], 
                [/COLOR][COLOR=#dd0000]'imagehash'           [/COLOR][COLOR=#007700]=> [/COLOR][COLOR=#0000bb]TYPE_STR[/COLOR][COLOR=#007700],[/COLOR][/COLOR]


Buscar

Insertar CODE, HTML o PHP:
[COLOR=#000000][COLOR=#ff8000]

[/COLOR][/COLOR][COLOR=#000000][COLOR=#0000bb]        [/COLOR][COLOR=#ff8000]// Check Reg Image 
        [/COLOR][COLOR=#007700]if ([/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'regimagecheck'[/COLOR][COLOR=#007700]] AND [/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'regimagetype'[/COLOR][COLOR=#007700]]) 
        { 
                require_once([/COLOR][COLOR=#0000bb]DIR [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#dd0000]'/includes/functions_regimage.php'[/COLOR][COLOR=#007700]); 
                if (![/COLOR][COLOR=#0000bb]verify_regimage_hash[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]GPC[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'imagehash'[/COLOR][COLOR=#007700]], [/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]GPC[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'imagestamp'[/COLOR][COLOR=#007700]])) 
                { 
                        [/COLOR][COLOR=#0000bb]$userdata[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]error[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'register_imagecheck'[/COLOR][COLOR=#007700]); 
                } 
        }  [/COLOR][/COLOR]


Remplazar Con

Insertar CODE, HTML o PHP:
[COLOR=#000000][COLOR=#ff8000][COLOR=#007700]
[/COLOR][/COLOR][/COLOR][COLOR=#000000][COLOR=#0000bb]        [/COLOR][COLOR=#ff8000]// Check Reg Image 
        [/COLOR][COLOR=#007700]if ([/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'regimagecheck'[/COLOR][COLOR=#007700]] AND [/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'regimagetype'[/COLOR][COLOR=#007700]]) 
        { 
                [/COLOR][COLOR=#0000bb]$resp [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]recaptcha_check_answer [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]$vbulletin[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]options[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'recaptcha_privatekey'[/COLOR][COLOR=#007700]], 
                                                [/COLOR][COLOR=#0000bb]$_SERVER[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]"REMOTE_ADDR"[/COLOR][COLOR=#007700]], 
                                                [/COLOR][COLOR=#0000bb]$_POST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]"recaptcha_challenge_field"[/COLOR][COLOR=#007700]], 
                                                [/COLOR][COLOR=#0000bb]$_POST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]"recaptcha_response_field"[/COLOR][COLOR=#007700]]); 

                if (![/COLOR][COLOR=#0000bb]$resp[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]is_valid[/COLOR][COLOR=#007700]) 
                { 
                        [/COLOR][COLOR=#0000bb]$userdata[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000bb]error[/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'register_imagecheck'[/COLOR][COLOR=#007700]); 
                } 
        }  [/COLOR][/COLOR]


NOTE:
Usted también puede sustituir el CAPTCHA se muestra a los clientes cuando se utiliza el "contacto EE.UU." de forma siguiendo las instrucciones aquí.
 

pappocapo

Dseda
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
24 Feb 2008
Mensajes
1.008
Que version de vbulletin usas? a partir de la 3.7 ya viene instalado por defecto, solo tienes que activarlo desde el panel de control
 

DJ_Rguez

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
10 Ago 2008
Mensajes
165
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
Uso la version 3.6.10 y en proceso de actualizacion pero no la eh actualizado por algunos errores que estoy resolviendo
 

nearlloner

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Abr 2009
Mensajes
1
uhmm io utilizo la version 3.8.2 pero noc en k parte esta el recapcha porfa me podrian decir donde abilitarlo :D
 

imported_3sc0rpi0n

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
27 Abr 2006
Mensajes
62
creo que en la version 4 no viene activado cierto alguien save como ponerlo en la version 4 de vbulletin?
 

Sihaya

Delta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ene 2010
Mensajes
684
En la 4 sí viene activado, 3sc0rpi0n, te puse en el otro tema en el que pusiste tu problema screen de mi panel de control :).
 
Arriba