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 |
#292
|
|||
|
|||
I already fix the curl in php.ini but still showing that message
|
#293
|
||||
|
||||
Quote:
So you need to exempt that error. |
#294
|
|||
|
|||
Recaptcha V2 not showing on mobile (IOS)
Hello Everyone ! Quite a Hot topic lately, thanks to kh99 for the good work I just made a fresh install of VB 4.2.5, installed the Recaptacha V2 Mod, Changed the line 14bug and it works well ! Except on mobile phone, for some reason the Recaptcha V2 Widget is not showing.. but if I try to register, I got the warning, "You didn't pass human Verification" so the thing is working, just not showing... Tried to play around with CSS, but can't get to make it display for Anyone gets the same issue ? (Safari, or Firefox for iOS tested, same bug, Widget not showing) http://new.ateliersge.fr/register.php try it on an actual iPhone to recreate the bug... because when testing on Safari or Firefox the Developper tool "View Adaptive or responsive version" the recaptcha should in the register from... |
#295
|
|||
|
|||
After a few tests, it seems it could be due to the IOS Version of my iPhone X, currently IOS 11.2.5 causing not to show the widget on mobile...
BUT : it works well on iphone 6 with iOS 11.3 and IOS 11.2.1 and also on iPad IOS 11.4 (beta) does anyone confirms ? many thanks |
#296
|
|||
|
|||
Hi,
Is it possible to get this MOD updated for 4.2.5 so it works without any changes / and works in the Invisible reCAPTCHA mode as well as the V2 update ? The Invisible reCAPTCHA will work better at stopping these spammers. Thanks in advance. |
#297
|
|||
|
|||
Im getting an error here
Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14 in /var/www/vhosts/redacted/redacted/includes/class_humanverify_new_recaptcha.php #0 /var/www/vhosts/redacted/redacted/includes/class_humanverify.php(61): vB_HumanVerify_New_Recaptcha->vB_HumanVerify_New_Recaptcha(Object(vB_Registry )) #1 /var/www/vhosts/redacted/redacted/register.php(1244): vB_HumanVerify::fetch_library(Object(vB_Registry)) #2 {main} |
#298
|
|||
|
|||
See https://vborg.vbsupport.ru/showpost....&postcount=217 and https://vborg.vbsupport.ru/showpost.php?p=2586632
EDIT /includes/class_humanverify_new_recaptcha.php On line 14 replace: Code:
parent::vB_HumanVerify_Abstract($registry); Code:
parent::__construct($registry); |
#299
|
||||
|
||||
This mod support reCAPTCHA v3 ?
|
#300
|
|||
|
|||
No. Hence the title, "reCAPTCHA v2 Human Verification".
|
#301
|
|||
|
|||
Recaptcha v3 is not simply a captcha, it is like a score system for each request so it is more complicated.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|