vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Recaptcha vs Q&A, want more information. (https://vborg.vbsupport.ru/showthread.php?t=272772)

Mulet 10-25-2011 12:27 PM

Recaptcha vs Q&A, want more information.
 
Hey,

I've read and seen that recaptcha has become virtually useless. After running some PHPBB3 forums for a few months, and finding they are utterly spamtastic, and being unable to tell if the recatpcha works, I figured I ask those that know.

If recatpcha is dead, does anyone have links to how and why? Or simply some articles about how the spammers get setup and work on various forums?

Max Taxable 10-25-2011 12:34 PM

This kicks bot butt:

https://vborg.vbsupport.ru/showthread.php?t=135094

In the thread there's instructions on how to code this to work for vB 4.

Mulet 10-25-2011 02:48 PM

I've installed that one too.

So thats:

1) Spam Decimator
2) vbStopForumSpam
3) VAa Advanced permissions
4) isBot

Any others? I've not run my forums live yet. Still locked down from the move.

Also my earlier question still stands, any info about the cracking of recaptchas?

Max Taxable 10-25-2011 03:37 PM

Quote:

Originally Posted by Mulet (Post 2261431)
I've installed that one too.

So thats:

1) Spam Decimator
2) vbStopForumSpam
3) VAa Advanced permissions
4) isBot

Any others? I've not run my forums live yet. Still locked down from the move.

Also my earlier question still stands, any info about the cracking of recaptchas?

On #4 above, did you do the template edit necessary, and also change the plug-in code for vB4 compatibility?

I don't use the recaptcha, I use the Q and A with the answer being identical to the question - which is a long, convoluted paragraph essentially instructing the human to copy and paste the entire paragraph into the answer box. Bots can't read or follow instructions, or copy/paste either. I have four of these, all worded slightly differently, that rotate.

I have heard for years that captcha was defeated, never really cared about researching it since I've never used it for human verification. So, sorry I can't help you much with that answer. My answer is, don't use it.

Mulet 10-26-2011 09:00 AM

Quote:

On #4 above, did you do the template edit necessary, and also change the plug-in code for vB4 compatibility?
Nope.

But thankyou for letting me know. I've seen in a few place people talking about the long paragraphs. I'd like to find out a little more before I swap out the recaptcha, although I imagine a nonsense decoder being more difficult to write than OCR.

--------------- Added [DATE]1319630553[/DATE] at [TIME]1319630553[/TIME] ---------------

Ok, as you may be able to tell, I'm new.

I've installed the xml, and left the timer at 15 for isbot.

However I got to plugin manager, and don't know where to add the two lines the readme speaks of. I need some stupid proof instructions.

Max Taxable 10-26-2011 11:26 AM

Quote:

Originally Posted by Mulet (Post 2261658)
Nope.

But thankyou for letting me know. I've seen in a few place people talking about the long paragraphs. I'd like to find out a little more before I swap out the recaptcha, although I imagine a nonsense decoder being more difficult to write than OCR.

--------------- Added [DATE]1319630553[/DATE] at [TIME]1319630553[/TIME] ---------------

Ok, as you may be able to tell, I'm new.

I've installed the xml, and left the timer at 15 for isbot.

However I got to plugin manager, and don't know where to add the two lines the readme speaks of. I need some stupid proof instructions.

In the readme file there are no instructions for editing the plugin other than the timer. There are instructions for installing the hook for this mod, in your "register" template. It's just one line you add.

Go AdminCP>Styles and Templates>Style Manager then on the skin you want to add this hook line too, choose "Edit Templates" from the corresponding drop-down menu.

From the resulting list of templates, find "Registration Templates" and double click on that to reveal them, then click on "register."

In the register template find:

Code:

<input type="hidden" name="url" value="$url" />
And right under it add the following:

Code:

<input type="hidden" name="isbot_time1" value="$isbot_time1" />
Then click "save."


All times are GMT. The time now is 07:28 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.01104 seconds
  • Memory Usage 1,731KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete