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)

phriek 02-15-2015 01:44 PM

Quote:

Originally Posted by Barbaro (Post 2537431)
Hello, sorry for my bad English

Would you say exactly?

thanks

Look in your php.ini file which depends to your installation or create a phpinfo to list your php settings:
Code:

<?php phpinfo(); ?>
(save as phpinfo.php to your server and call it)
search for "disable_functions" and remove "curl" and "curl_exec" if its in there.
Example:

Code:

before:
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl,curl_exec,curl_multi_exec,parse_ini_file,show_source;
after:
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source;


kh99 02-22-2015 04:27 PM

I've released version 1.0. There are no critical changes or fixes, so there is no need to rush to upgrade. Here is the change list:
- Cached template (required renaming the uploaded file from
class_humanverify_newrecaptcha.php to class_humanverify_new_recaptcha.php)
- Removed default keys (which didn't work anyway)
- Removed trademark symbols
- Changed execution order of plugins from 5 to 4, to make sure this product
works with another HV add-on that has a bug.
- If "New reCAPTCHA" is selected when this mod is uninstalled, the hv library
is switched to 'disabled'.
- Added a test option to print out more information about verification failures
Note that the uploaded file has been renamed (which was the best way to fix the template caching issue), so you can remove the old file after upgrading.

For those who couldn't get this to work, I've added a test in the admincp (link in the Human Verification Manager), so you could try that and hopefully it will help track down your issue (if you get an error, copy and paste the results and post them here).

kh99 02-22-2015 10:51 PM

Quote:

Originally Posted by Barbaro (Post 2536742)
hello

nobody knows how to fix it?

Any luck with the new version?

Barbaro 02-25-2015 07:30 PM

hello

Still does not work for me

kh99 02-25-2015 07:46 PM

Quote:

Originally Posted by Barbaro (Post 2538795)
hello

Still does not work for me

OK, did you try the test link?

Barbaro 02-25-2015 07:55 PM

Yes

- Site key is set:xxxxxxxxxxxx
- Secret key is set: xxxxxxxxxxxxxxxxxxxxxxxxx
- cURL is enabled
- cURL does not have ssl enabled
- curl_exec function is not disabled
1 Configuration Error(s) Found

kh99 02-25-2015 08:10 PM

Quote:

Originally Posted by Barbaro (Post 2538797)
Yes

- Site key is set:xxxxxxxxxxxx
- Secret key is set: xxxxxxxxxxxxxxxxxxxxxxxxx
- cURL is enabled
- cURL does not have ssl enabled
- curl_exec function is not disabled
1 Configuration Error(s) Found

It seems like your curl doesn't have SSL configured in it. Or at least the version string that's checked in the code is blank. I don't really know how to tell you to fix that. You'd have to talk to your host or whoever does admin for your server.

Barbaro 02-25-2015 08:13 PM

I'll compile apache enabling SSL and comment.

thank you very much

Barbaro 02-25-2015 08:29 PM

perfect now

thank you very much

- curl_exec function is not disabled
No Configuration Errors Found

Test Verification:

xxfullclipxx 02-25-2015 10:59 PM

works flawless thanks buddy


All times are GMT. The time now is 10:34 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.02065 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
  • (4)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