vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How can I block signups by IP address? (https://vborg.vbsupport.ru/showthread.php?t=205731)

plasticsurgery 02-18-2009 01:58 AM

How can I block signups by IP address?
 
I have a financial forum that receives an awful lot of spammers/scammers from countries in Africa and parts of Asia. In fact, 100% of members from many of these countries have fallen under this category, and they represent nearly 50% of new members. I had to change the settings to manually authorize members, but is there an easier way I can automatically disapprove signups from certain countries based on IP? I have no problem banning everyone from these countries if possible. Thanks

Bawtneez 02-18-2009 02:05 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=141554&highlight=Ban+Timezone" target="_blank">https://vborg.vbsupport.ru/showt...t=Ban+Timezone</a>
You could try that, if they register under certain time zones.

plasticsurgery 02-18-2009 02:08 AM

Thanks, unfortunately I notice most of them don't bother completing the time zone field so they wouldn't be caught by this.

What about blocking IP ranges? Is it feasible to block the entire IP ranges of countries?

Bawtneez 02-18-2009 02:22 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=129280&highlight=Block+IP%2A+Regi st%2A" target="_blank">https://vborg.vbsupport.ru/showt...P%2A+Regist%2A</a>

How about that?

snakes1100 02-18-2009 03:36 AM

In your public_html/root folder, place a .htaccess file and add the following to it.

<Files *>
order allow,deny
allow from all
deny from 41.0.0.0/8
</files>

View the countries here:
http://www.ipdeny.com/ipblocks/

41.0.0.0/8 will kill all of the 41 range.


All times are GMT. The time now is 11:41 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.00915 seconds
  • Memory Usage 1,713KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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