How do I block certain countries from downloading on my site? The way I see it is that I don't get paid for traffic from certain countries and I'd like to show users from those countries a message like "download not available"
Only way would be to have a custom modification so that you can check the users ip against a ip/country database.
Or block the ip's using the server firewall/iptables/.htaccess