vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Enhanced Captcha Image Verification - stop bots from signing up!! (https://vborg.vbsupport.ru/showthread.php?t=132482)

SteveMoody 01-11-2007 10:30 AM

I've just installed this on my website now. Only a low traffic site but i seem to have been getting 4-5 bots signing up for every 1 member over the last couple of weeks

seg 01-16-2007 06:57 PM

Nice mod ... not sure if anyone brought this up, but if the SPAM bot visits register.php?clicked=2 then they pass by the image test. Wouldn't it be better to replace the Image Verification on the main registration page with this verification, similar to how KittenAuth works? Just wanted to point out a weakness.

seg 01-16-2007 07:00 PM

Actually I tested that url again after restarting my browser and this time I was blocked. Thanks!

Quote:

Originally Posted by seg (Post 1160834)
Nice mod ... not sure if anyone brought this up, but if the SPAM bot visits register.php?clicked=2 then they pass by the image test. Wouldn't it be better to replace the Image Verification on the main registration page with this verification, similar to how KittenAuth works? Just wanted to point out a weakness.


Nathan2006 01-17-2007 05:19 AM

Thanks Jason

This is great! :)

Install

Keyser S?ze 01-17-2007 07:20 AM

are there any plans to update this so it supports imagemagic?

great mod

steadicamop 01-19-2007 08:26 PM

Quote:

Originally Posted by Keyser S?ze (Post 1161249)
are there any plans to update this so it supports imagemagic?

great mod

I'm not too clued up on ImageMagic - will see what I can come up with.

Jason

oberheimhaven 01-20-2007 01:53 AM

Warning: dir(images/verification/) [function.dir]: failed to open dir: No such file or directory in /register.php(202) : eval()'d code on line 6

Fatal error: Call to a member function on a non-object in /home/.hiam/niceman/musiciansquarters.com/forums/register.php(202) : eval()'d code on line 7

ANY SUGGESTIONS

gersforum@gmail 01-20-2007 01:54 AM

Works a treat - well done!

steadicamop 01-20-2007 08:00 PM

Quote:

Originally Posted by oberheimhaven (Post 1163181)
Warning: dir(images/verification/) [function.dir]: failed to open dir: No such file or directory in /register.php(202) : eval()'d code on line 6

Fatal error: Call to a member function on a non-object in /home/.hiam/niceman/musiciansquarters.com/forums/register.php(202) : eval()'d code on line 7


ANY SUGGESTIONS

This should solve it - your forums directory is in a subdirectory from the domain (which mine isn't) - if you go to the AdminCP -> Plugins & Products -> Plugin Manager -> Extra user verification and click Edit.

In there you will see this code:

Code:

$d = dir('images/verification/');
This is from the forum root - so you will need to add your /forums directory, so it should look like this:

Code:

$d = dir('forums/images/verification/');
That should hopefully solve the issue - this is a general rule - if your forum is in a subdirectory, this would need to be changed.

Let me know if this works.

Jason

oberheimhaven 01-21-2007 04:45 PM

NOPE
Warning: dir(forums/images/verification/) [function.dir]: failed to open dir: No such file or directory in /register.php(202) : eval()'d code on line 6

Fatal error: Call to a member function on a non-object in /home/.hiam/niceman/musiciansquarters.com/forums/register.php(202) : eval()'d code on line 7


All times are GMT. The time now is 09: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.03503 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
  • (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