The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
reCAPTCHA v2 Human Verification Details »» | |||||||||||||||||||||||||||||||
(Note: This mod was renamed. The original name was "New reCAPTCHA Human Verification")
What is it? ---------------------------- This mod adds reCAPTCHA v2 as an option in the Human Verification Manager. Note: The original reCAPTCHA used default keys if you didn't enter your own, so you could leave the key fields blank. This version requires you to have your own keys for your domain. To create them, go to this page (click on the "Get reCAPTCHA" button). It may take a short time after creating the keys before they will work, so if you get "ERROR: Invalid domain for site key", wait a while and try again. vb3 version is here: https://vborg.vbsupport.ru/showthread.php?t=315964 Installation: ---------------------------- 1) Upload the file in the "upload" folder to your server. 2) Import the product XML file from the Product Manager. 3) If you don't already have keys, go to this page and create keys for your domain. (If you already have keys you can get them from that page as well). 4) Go to Settings > Human Verification Manager, select "New reCAPTCHA" for the Verification Library, and click Save. 5) Enter your keys on the options page, and select the light or dark widget as desired (apparently white and black are the only options at this time). You could select "Audio" to default to audio instead of image for the challenge, but the widget seems to have a bug in it at the moment so I recommend leaving it set to "image". Click Save when you're done selecting options. 6) You can check the configuration and do a test by clicking on "Click here to test connection" which appears under the description in the Human Verification Manager. 7) Do a test registration (or other action that requires hv) to test that your keys are entered correctly and everything is working. 8) If you are upgrading from version 0.9, you can remove the file includes/class_humanverify_newrecaptcha.php (the one without the third underscore) from your server. History: ---------------------------- 1.0 (Feb 22, 2015)
0.9 (Dec 11, 2014)
Download Now
Screenshots
Show Your Support
|
34 благодарности(ей) от: | ||
bosanci28, CAG CheechDogg, CarpCharacin, DamasGate, da_judge, elsa23, GoneBushX, HenryRocket, josner, Master Of Unive, MirKO13, Mr GRiM, msmayz, Nassou, nz17, ozzy47, Phillip, PJRC, portes, Princeton, puertoblack2003, Quijar Haderak, regitbull, RichieBoy67, RipperJack, Rodrigo., rodriiverduguez, SKIDROW, Terminal-Access, TheLastSuperman, X-or, XenonKilla, yilmaz |
Comments |
#92
|
|||
|
|||
Look in your php.ini file which depends to your installation or create a phpinfo to list your php settings:
Code:
<?php phpinfo(); ?> search for "disable_functions" and remove "curl" and "curl_exec" if its in there. Example: Code:
before: disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl,curl_exec,curl_multi_exec,parse_ini_file,show_source; after: disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source; |
#93
|
|||
|
|||
I've released version 1.0. There are no critical changes or fixes, so there is no need to rush to upgrade. Here is the change list:
- Cached template (required renaming the uploaded file fromNote that the uploaded file has been renamed (which was the best way to fix the template caching issue), so you can remove the old file after upgrading. For those who couldn't get this to work, I've added a test in the admincp (link in the Human Verification Manager), so you could try that and hopefully it will help track down your issue (if you get an error, copy and paste the results and post them here). |
#94
|
|||
|
|||
Any luck with the new version?
|
#95
|
|||
|
|||
hello
Still does not work for me |
#96
|
|||
|
|||
|
#97
|
|||
|
|||
Yes
- Site key is set:xxxxxxxxxxxx - Secret key is set: xxxxxxxxxxxxxxxxxxxxxxxxx - cURL is enabled - cURL does not have ssl enabled - curl_exec function is not disabled 1 Configuration Error(s) Found |
#98
|
|||
|
|||
It seems like your curl doesn't have SSL configured in it. Or at least the version string that's checked in the code is blank. I don't really know how to tell you to fix that. You'd have to talk to your host or whoever does admin for your server.
|
#99
|
|||
|
|||
I'll compile apache enabling SSL and comment.
thank you very much |
#101
|
|||
|
|||
works flawless thanks buddy
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|