PDA

View Full Version : Anti-Spam Options - JB: hCaptcha Human Verification


x iJailBreak x
10-16-2020, 09:00 PM
hCaptcha for vBulletin 4
brought to you by playersquared.com (https://playersquared.com/forums)

This mod serves as a new Human Verification method using the hCaptcha (https://hcaptcha.com) solution.


Should work on all versions of vBulletin 4, all the way to 4.2.5.
Works on both PHP 5 and 7, up to (at least) 7.3.


This mod was heavily based on kh99's (https://vbulletin.org/forum/member.php?u=346440) brilliant reCAPTCHA v2 mod (https://vbulletin.org/forum/showthread.php?t=315960) and uses a lot of his code, just refactored for hCaptcha instead of reCAPTCHA.

To install, upload the contents of the Upload folder to your forum root, and import the product XML in your product manager. Then go to your Human Verification settings and enable hCaptcha.

In order to use this product, you will require a site key and secret key. You can get these by registering at hcaptcha.com (https://hcaptcha.com) and setting up a new site.

Again, in case you missed it before, a big thanks to kh99 (https://vbulletin.org/forum/member.php?u=346440) for allowing reuse of his code, making this plugin possible.

Bulent Tekcan
11-30-2020, 06:56 AM
Hello,


Is it possible to integrate 1st step for this MOD ?


https://vborg.vbsupport.ru/showpost.php?p=2602442&postcount=326



Regards

postcd
12-23-2021, 08:07 PM
How can i force certain language, lets say slovak / sk please within this plugin?

When searching for lang, i have found only:
if (preg_match('#^([a-z]{2})-?#i', vB_Template_Runtime::fetchStyleVar('languagecode') , $matches)) {
$humanverify['hl'] = strtolower($matches[1]);
}

GhostHunter2010
01-09-2022, 08:32 AM
installed 4.2.5 works perfect thx

popup
04-19-2022, 04:20 AM
Installed on 4.2.5 with PHP 7.0 but nothing appears. Any tips?