Post
Topic
Board Micro Earnings
Re: How to block proxies?
by
dotajhay
on 06/05/2016, 03:02:21 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
sorry i didnt know where to post this.
how i put that code? and what will happen if i put that?