The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]() Quote:
Say for example this ip comes from China 58.119.255.255 By adding 58. you'll be banning every number in the chinese 58. ip range, Thats what i do and it works a treat. Theres are loads of ip ranges for china so do them as you get them as oposed to doing every single one. Since doing that i've not had a single sign up from China or Russia Another way to ban an entire country is to add to the .htaccess like below, i've only done a few examples but you'll soon get the hang of it ![]() Code:
<Limit GET HEAD POST> order allow,deny # Country: CHINA # ISO Code: CN # Total Networks: 1,542 # Total Subnets: 186,401,536 deny from 58. deny from 59. deny from 60. deny from 61. deny from 112. deny from 113. deny from 114. deny from 115. deny from 116. deny from 117. allow from all </Limit> I use this, its pretty cool http://www.geobytes.com/IpLocator.htm?GetLocation |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|