If you go to http://www.blockacountry.com/ you can generate a text based on Country's which you would like to block and than can upload or add to you're .htaccess file. Code looks something like this.
Code: Select all
<Limit GET HEAD POST>
order allow,deny
deny from 58.2.0.0/16
deny from 58.68.0.0/17
deny from 58.146.96.0/19
allow from all
</LIMIT>
Situation could be a bit different when it comes to Remix64 but in my case... I had to block China and India as they seem to be where most of our Spammer friends come from. So those country's are blocked. People from there can read but wont be able to join.
As I said you guys may already know this, but I thought it might be helpfull info.