Post
Topic
Board Micro Earnings
Re: How to block proxies?
by
aubert
on 06/05/2016, 01:50:30 UTC
simply block those spammers using .htaccess by using the following codes to block an ip range
Code:
order allow,deny
deny from [IP Range]
deny from [IP Range].
allow from all

but i don't think it's the right section to ask