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 |
#272
|
|||
|
|||
There is only a php file in the Includes folder, no XML file. I uploaded the php file to the Includes folder of the forum but (obviously) cannot import it using the Product Manger because it is looking for an XML file. The other file included in the download is version 1. Does anyone have the XML file that should have been included in the download for Recaptcha Version 2? Would really appreciate it.
|
#273
|
||||
|
||||
The .XML file is in the download, and should be with the files you unzipped.
|
#274
|
|||
|
|||
HI Mark - there is an XML file in the download: product-kh99_new_receptcha_v1_0.xml but don't believe that is the correct version. That said, for some unknown reason, the new recaptcha showed up in the Human Verification Manager and I have configured it and tested it and all looks good. It does not show as version 2 but the keys that Google provided are for this version. Fingers crossed. Appreciate the quick response.
|
#275
|
||||
|
||||
I imported the .XML when installing this product...I don't know what issues, if any, you may encounter by not doing so. There are 4 plugins in the .XML file.
|
Благодарность от: | ||
djbaxter |
#276
|
|||
|
|||
Hello,
I searched in entire topic but i can't found a fix for this: "[ PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vB_HumanVerify_New_Recaptcha has a deprecated constructor in includes/class_humanverify_new_recaptcha.php on line 8 " How can if ix this error? |
#277
|
|||
|
|||
Quote:
EDIT FILE /includes/class_humanverify_new_recaptcha.php On line 14 REPLACE Code:
parent::vB_HumanVerify_Abstract($registry); Code:
parent::__construct($registry); |
#278
|
|||
|
|||
Quote:
That doesn't fix the error that keeps occuring in the error log. This is line 8: Code:
class vB_HumanVerify_New_Recaptcha extends vB_HumanVerify_Abstract |
#279
|
|||
|
|||
Quote:
Try fixing line 14 as shown above and then make sure you reupload the class_humanverify_new_recaptcha.php to the correct location: /includes/class_humanverify_new_recaptcha.php If you still have a problem, reinstall the product using the XML file: product-kh99_new_recaptcha_v1_0.xml Also, what you are seeing is just a deprecation warning, not an error. That doesn't affect current use of the product. To suppress such warnings, add this to your /includes/config.php right under the <?php line at the very top: Code:
define('SKIP_ALL_ERRORS', true); define('SKIP_DS_ERRORS', true); |
Благодарность от: | ||
Flipfloptrader |
#280
|
|||
|
|||
Please note that Curl MUST BE INSTALLED AND ENABLED in your server otherwise it won't work.
|
#281
|
|||
|
|||
Hi,
I'm getting a fatal error on registration. It's saying: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|