Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
14766562
Topic
1462810
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