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)

sangita 12-28-2018 07:45 PM

Quote:

Originally Posted by gnrx (Post 2597945)
This is correct, v1 isn't available, its very old, not work.


you can try your connection in the link of config captcha of admincp for view the connection.

"config captcha of admincp " where exactly it is ? can you explain a lil more please ?

gnrx 12-29-2018 11:43 AM

1 Attachment(s)
Quote:

Originally Posted by sangita (Post 2597954)
"config captcha of admincp " where exactly it is ? can you explain a lil more please ?

In the attach screenshot you can view how need you configured.

sangita 12-30-2018 11:33 AM

Quote:

Originally Posted by gnrx (Post 2597958)
In the attach screenshot you can view how need you configured.

HI

I already have done same settings http://prntscr.com/m1b3m5 , the problem is registration page is loading as it should http://prntscr.com/m1b4c8 :erm: but when i change it to "Image Verification" then registration page loads normally ..

gnrx 12-30-2018 11:48 AM

You have your site in a proxy like cloudflare?
If its not, contact with your host.

sangita 01-13-2019 06:57 AM

Quote:

Originally Posted by gnrx (Post 2597969)
You have your site in a proxy like cloudflare?
If its not, contact with your host.

yeah, the site is running with cloudflare . do i need any settings on proxy site ?

gnrx 01-13-2019 09:15 PM

Quote:

Originally Posted by sangita (Post 2598070)
yeah, the site is running with cloudflare . do i need any settings on proxy site ?

Configure/edit your config.php por resolve reals ip's of users.

hulkster 01-27-2019 11:53 AM

Verification Results:
- g-recaptcha-response is not set. Complete the human verification challenge before pressing Submit.
Verification Failed.

What should i do ?

Piloux 01-31-2019 06:57 PM

would be great if someone could implement it for login (instead of just registration).

Laredo 02-05-2019 01:26 AM

Quote:

Originally Posted by jetkai (Post 2597181)
If anyone is having issues with PHP 7+ / vb 4.2.5 with the following error Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14


You'll need to replace the following in class_humanverify_new_recaptcha.php:
Code:

        function vB_HumanVerify_New_Recaptcha(&$registry)
        {
                parent::vB_HumanVerify_Abstract($registry);
        }

with
Code:

        function vB_HumanVerify_New_Recaptcha(&$registry)
        {

                parent::__construct($registry);
        }

not sure if there are any more issues aside from this, but registering works now on my forum.


thanks!! is working!

Kane@airrifle 02-05-2019 12:08 PM

Wrong thread


All times are GMT. The time now is 10:15 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
  • Page Generation 0.01493 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)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