The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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
|
#2
|
|||
|
|||
<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. |
#3
|
|||
|
|||
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? |
#4
|
|||
|
|||
<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? |
#5
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|