![]() |
Hi,
Can you update this plugin and make it work with the new Invisible reCAPTCHA ? https://www.google.com/recaptcha/intro/invisible.html Thank you! |
Needs updates for php7..
mod_fcgid: stderr: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vB_HumanVerify_NewRecaptcha has a deprecated constructor in #######################/httpdocs/includes/class_humanverify_newrecaptcha.php |
Quote:
|
Quote:
|
Quote:
|
i got this one,
--------------------------------------------------- - Decoded response: - success: false - error-codes: invalid-input-secret - Error Phrase: Human verification unsuccessful due to incorrect reCAPTCHA secret. Contact the admin. Verification Failed. ------------------------------------- please help. |
Quote:
|
Quote:
|
thanks! Was previously using keyCAPTCHA, and now switched to this. The original reCAPTCHA has long been ineffective.
|
Doesn't work on 4.2.5 unfortunately.
Doesn't like this line from what I can see: Code:
parent::vB_HumanVerify_Abstract($registry); |
Durr! Answer on previous page, many thanks Dominco.
|
I've noticed a real up tick in bot registrations over the last couple of weeks. I must get 15-20 'fake' registrations a day, all from .ru email addresses. Thankfully I have spambot stopper also which saves all of them as they fill in the registration form in under 2 seconds. Annoying none the less.
|
Quote:
|
Quote:
Anyone have a fix for 4.2.5? |
Quote:
Quote:
|
Quote:
|
Quote:
Code:
.ru |
Quote:
|
Settings -> User Banning Options -> Banned Email Addresses
|
Quote:
|
You can put there whatever, but you need to be careful. If you place there single letter a, you'll block everyone who have letter a in mail address.
|
After correcting the error in line 14, an error occurs in line 8, who knows the solution methods?
PHP Code:
|
Post the entire class definition surrounding line 8, and I will rewrite it to work correctly with PHP 7.x. :)
|
PHP Code:
|
That doesn't appear to be the entire class definition.
|
Installed and working great, thanks!
|
Working with 4.2.5 PHP 7? Can you guys upload what we need for 4.2.5 thanks!
Update, I fix the code on line 14 and looks like all is working. Thanks! |
Hello,
I am using vb 4.2.5 and recaptcha isnt working. Whenever I sent of a registration I get: reCAPTCHA could not be verified due to server issues. Please try again later. In test connection everything seems to be fine and I get no error. I already did the fix for line 14. Is there any log to further diagnose it? |
have error code by vb 4.2.5
Code:
Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14 in /home/xxxxxx/public_html/includes/class_humanverify_new_recaptcha.php class_humanverify_new_recaptcha.php PHP Code:
is nice software ;) |
Quote:
|
Quote:
|
Having issues with this MOD after upgrade to vb 4.2.5. register.php does not load if thsi eature is eanbled in Human Verification Actions setting.
Uncheck "register" box and register.php loads. |
Quote:
See https://vborg.vbsupport.ru/showpost....&postcount=217 and https://vborg.vbsupport.ru/showpost.php?p=2586632 EDIT FILE /includes/class_humanverify_new_recaptcha.php On line 14 replace: Code:
parent::vB_HumanVerify_Abstract($registry); Code:
parent::__construct($registry); |
I see this in my log:
mod_fcgid: stderr: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vB_HumanVerify_NewRecaptcha has a deprecated constructor in /httpdocs/includes/class_humanverify_newrecaptcha.php on line 8, referer: /register.php? I know it is only a warning but a fix would be nice.. Line 8 is: class vB_HumanVerify_NewRecaptcha extends vB_HumanVerify_Abstract |
Quote:
|
I applied that fix years ago.. been awhile.
|
Within the class defined at line 8
Code:
class vB_HumanVerify_New_Recaptcha extends vB_HumanVerify_Abstract Code:
function vB_HumanVerify_New_Recaptcha(&$registry) |
Thanks,
Line 8 is class vB_HumanVerify_NewRecaptcha extends vB_HumanVerify_Abstract This is line 12: parent::__construct($registry); |
1 Attachment(s)
This is the first 16 lines of my version - does this not match your version?
PHP Code:
|
Thanks,
Mine is: <?php if (!isset($GLOBALS['vbulletin']->db)) { exit; } require_once(DIR . '/includes/class_vurl.php'); class vB_HumanVerify_NewRecaptcha extends vB_HumanVerify_Abstract { function vB_HumanVerify_NewRecaptcha(&$registry) { parent::__construct($registry); } function verify_token($input) { |
All times are GMT. The time now is 05:05 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|