vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - reCAPTCHA!vB (https://vborg.vbsupport.ru/showthread.php?t=151824)

yoyoyoyo 09-16-2007 01:50 AM

When replying to a message in my forum (http://mysite.com/forum/newreply.php?do=newreply&p=563) I got this error:

Quote:

Warning: pack() [function.pack]: Type H: illegal hex digit L in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit n in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit X in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit g in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit k in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit z in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit S in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit y in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit y in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit x in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit o in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit V in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit q in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit u in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit m in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit O in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit S in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit U in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit h in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit w in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit i in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit L in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit n in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit X in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit g in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit k in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit z in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit S in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit y in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit y in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit x in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit o in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit V in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit q in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit u in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit m in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit O in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit S in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit U in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit h in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit w in /includes/functions_recaptcha.php on line 235

Warning: pack() [function.pack]: Type H: illegal hex digit i in /includes/functions_recaptcha.php on line 235
this is line 235 in /includes/functions_recaptcha.php:

PHP Code:

$ky pack('H*'$privkey); 


yoyoyoyo 09-17-2007 02:13 AM

Any idea what is causing that error? I would love to turn this back on in my forum, but can't with that message popping up all the time.

magnus 09-17-2007 11:21 AM

Quote:

Originally Posted by yoyoyoyo (Post 1340579)
Any idea what is causing that error? I would love to turn this back on in my forum, but can't with that message popping up all the time.

It appears you do not have mcrypt(); support enabled within PHP.

To be sure, check AdminCP > Maintenance > View PHP Info. Now look for a section titled mcrypt. If it's not there, that's your answer. :)

yoyoyoyo 09-17-2007 12:02 PM

Quote:

Originally Posted by magnus (Post 1340767)
It appears you do not have mcrypt(); support enabled within PHP.

To be sure, check AdminCP > Maintenance > View PHP Info. Now look for a section titled mcrypt. If it's not there, that's your answer. :)

I have mcrypt enabled:

https://vborg.vbsupport.ru/external/2007/09/17.jpg

any other suggestions?

bazzup 09-18-2007 10:49 AM

Installed works great had a mass of bots registering lately and not confirming their emails so hopefully should stop now


Quote:

Originally Posted by yoyoyoyo (Post 1340579)
Any idea what is causing that error? I would love to turn this back on in my forum, but can't with that message popping up all the time.

thats the second key your private one is'nt it?

yoyoyoyo 09-18-2007 12:25 PM

Quote:

Originally Posted by bazzup (Post 1341623)
thats the second key your private one is'nt it?

why, yes it is! :D maybe that info will help to point out the error I am receiving to magnus. thanks!

GameWizard 09-23-2007 06:42 AM

Either I'm missing something, or this script is messed up?

After installing the script, and using Method B. I attempted to register on my board a few times to see how it would react, and it appears to allow the registration if the first few characters of the first word are correct, or simply resemble that of the first word.

It seems to not care what the rest looks like. Although it doesn't let me pass if the first 3-4 characters are completely different. What the hell? lol. :rolleyes:

magnus 09-27-2007 01:47 AM

Quote:

Originally Posted by GameWizard (Post 1345004)
Either I'm missing something, or this script is messed up?

After installing the script, and using Method B. I attempted to register on my board a few times to see how it would react, and it appears to allow the registration if the first few characters of the first word are correct, or simply resemble that of the first word.

It seems to not care what the rest looks like. Although it doesn't let me pass if the first 3-4 characters are completely different. What the hell? lol. :rolleyes:

There are 2 words. One of which the system knows, the other which the system is unsure of. The entire point is to present multiple words that are readable to humans, but proven unreadable by bots. So as long as you answer the actual key word correctly, you could technically input whatever you wanted for the variable word.

Again, this is something you, as a human, can logically determine. A bot will see a mass of letters an be unable to differentiate them. The main goal of reCAPTCHA is to provide a next level of spam bot prevention while using wasted human cycles (re: distributed human computing) to help translate books to digital text.

GameWizard 09-27-2007 04:32 AM

But i find it confusing how yes, it makes it easier for humans, but at the same time could potentially make it easier for bots as well, could it not? All the bot would need to do is identify that your script is being used then attempt to read the word(s) which don't even need to be typed correctly! The first 3 letters or so seem to be the only requirement, the rest can be neglected or mistyped and the script still allows the user to continue...

bazzup 09-27-2007 07:11 AM

Quote:

Originally Posted by GameWizard (Post 1347953)
But i find it confusing how yes, it makes it easier for humans, but at the same time could potentially make it easier for bots as well, could it not? All the bot would need to do is identify that your script is being used then attempt to read the word(s) which don't even need to be typed correctly! The first 3 letters or so seem to be the only requirement, the rest can be neglected or mistyped and the script still allows the user to continue...

well i have had this for over a week now i think and i was having 20+ bots a day registering and not confirming their emails and all this has stopped.

yes they will learn the script but until then this is working mighty fine for me


All times are GMT. The time now is 04:58 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.01193 seconds
  • Memory Usage 1,766KB
  • 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
  • (1)bbcode_php_printable
  • (7)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