vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Stop the Registration Bots (https://vborg.vbsupport.ru/showthread.php?t=183917)

Vaupell 01-09-2009 08:33 AM

installed on 3.8 easy and works like a charm..

King Fly 01-09-2009 12:26 PM

yeah this has to be easily one of the best mods i have installed

i used to have at least 10 bots per day signing up

now i get none

and the emails stopped coming after like 2 weeks so im good with that

GR-Flame 01-09-2009 10:21 PM

Installed.

I did notice a typo in the admincp options:

Quote:

Enable checks for registraion bots?
Forget to cross all your Ts? lol

RS25com 01-10-2009 03:26 AM

Any possibility to add an IP ban to the system, such as the login strikes system that gives you a number of attempts before locking you out? Just the other day I had over 38,000 :eek: attempts at creating a new account. After 5 tries, I would like to add the IP address to a 1 to 24 hour ban list. If it could update the .htaccess file that would be even better (to reduce the load on the server).

losteddesirees 01-14-2009 08:51 AM

will be nice to hear new updates about your great addon ( just upgrade my forum to 3.80 and its seems something go wrong :) ) lets hope I`ll not have too much to fight with spams anymore

farplane dragon 01-14-2009 07:04 PM

Quote:

Originally Posted by RS25com (Post 1706952)
Any possibility to add an IP ban to the system, such as the login strikes system that gives you a number of attempts before locking you out? Just the other day I had over 38,000 :eek: attempts at creating a new account. After 5 tries, I would like to add the IP address to a 1 to 24 hour ban list. If it could update the .htaccess file that would be even better (to reduce the load on the server).

This,

Or at the very least, the option to view the IP of the user that got blocked?

RS25com 01-14-2009 07:38 PM

The reality is that the ajax.php file simply needs to have some code put into it. I'm fine with hard-coding something.

Code:

if ($_POST['do'] == 'imagereg')
{
        $vbulletin->input->clean_gpc('p', 'hash', TYPE_STR);

        $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml');

        if ($vbulletin->options['hv_type'] == 'Image')
        {
                require_once(DIR . '/includes/class_humanverify.php');
                $verify =& vB_HumanVerify::fetch_library($vbulletin);
                $verify->delete_token($vbulletin->GPC['hash']);
                $output = $verify->generate_token();
                $xml->add_tag('hash', $output['hash']);
        }
        else
        {
                $xml->add_tag('error', fetch_error('humanverify_image_wronganswer'));
        }
        $xml->print_xml();
}

Anyone who hits this section of the file more than 5 times in a minute can go goodbye as far as I am concerned.

FamilyCorner 01-15-2009 12:46 PM

Installed, thanks so much!

Vaupell 01-16-2009 04:49 PM

uhh uninstalled, had 3 people sending me mail / pm registration did not work for them.
the secound i disabled the mod it worked, they could register.

It always after forum rules said, missing field.
when i tryed registering alts, worked fine, but saw it on my laptop
didnt work. so not sure how or why, but disabled.

still love the mod.

SEOvB 01-19-2009 09:03 AM

I dont think its fully 100% 3.8 compatible from what I'm seeing so far.


All times are GMT. The time now is 08:17 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.01370 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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