MyBB Community Forums

Full Version: Make website regional?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I keep getting tons of Russian registrations that aren't even from my community, just randomly registering and posting advertisements and random nudies.

Is there any way to make it so that only some places can not come to the site?
You can block a range of IPs with the .htaccess file.
(2011-09-16, 10:54 PM)faviouz Wrote: [ -> ]You can block a range of IPs with the .htaccess file.

So I found the code to do it...
But how do I implement that into the .htaccess file? It seems the format is different.
I'd post it but it yells at me if I try cause there's so many IPs
What do you mean the format is different? Just copy and paste at the top of your .htaccess file. If you don't already have one, then create it.
(2011-09-16, 11:05 PM)faviouz Wrote: [ -> ]What do you mean the format is different? Just copy and paste at the top of your .htaccess file. If you don't already have one, then create it.

Do I put the code...
<Limit GET HEAD POST>
order allow,deny
#
allow from all
</Limit>