vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - reCAPTCHA v2 Human Verification (https://vborg.vbsupport.ru/showthread.php?t=315960)

randytnguyen7 04-19-2018 06:12 PM

Quote:

Originally Posted by Stratis (Post 2594261)
Except the fix above, do you have "curl" option on your server?

I already fix the curl in php.ini but still showing that message

Stratis 04-20-2018 09:23 AM

Quote:

Originally Posted by randytnguyen7 (Post 2594273)
I already fix the curl in php.ini but still showing that message

Did you see the log file in you server, maybe firewall do not let run the script.?
So you need to exempt that error.

Rawbeen 05-23-2018 10:49 AM

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...

Rawbeen 05-23-2018 11:32 AM

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

rory2000 06-01-2018 10:52 AM

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.

GeneralLife 06-04-2018 02:09 AM

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}

djbaxter 06-04-2018 07:09 AM

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);
with:

Code:

                parent::__construct($registry);

extremeseo 06-05-2018 02:23 AM

This mod support reCAPTCHA v3 ?

djbaxter 06-05-2018 04:14 AM

No. Hence the title, "reCAPTCHA v2 Human Verification".

Master Of Unive 06-08-2018 07:11 AM

Quote:

Originally Posted by extremeseo (Post 2595033)
This mod support reCAPTCHA v3 ?

Recaptcha v3 is not simply a captcha, it is like a score system for each request so it is more complicated.


All times are GMT. The time now is 05:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01880 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete