- 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:
Editar register.php:
Buscar
Remplazar Con
Buscar Y Eliminar
Buscar
Remplazar Con
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í.
aqui estan los paso.
Installation:
- Download and unzip the recaptcha101.zip archive.
- Upload the functions_recaptcha.php to your /includes/ directory.
- Import the product-recaptcha.xml via the Product Manager.
- Obtain a FREE public and private reCAPTCHA key here.
- Make any desired configuration changes via AdminCP > vBulletin Options > reCAPTCHA Options
- Make a backup of your register.php file, located in your forum root.
- Perform ONE (1) of the following methods:
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í.