[wp-hackers] Block comments for some IP

due chiacchiere dino at duechiacchiere.it
Thu Jul 24 19:02:42 GMT 2008


Use .htaccess. Here is a little sample

<Files index.php>
 Order allow,deny
 Deny from 60.191.73
 Deny from 63.226.162
Allow from all
</Files>



Renato Covarrubias wrote:
> El Jue 24 Jul 2008, Otto escribió:
>   
>> On Thu, Jul 24, 2008 at 10:19 AM, Renato Covarrubias <rnt at bla.cl> wrote:
>>     
>>> Is there any way to configure in WordPress for some IP's unable to post
>>> comments?
>>> If there could be a new feature?
>>>       
>> Settings->Discussion. Bottom of the page: "Comment Blacklist". Put the
>> IP on a separate line.
>>     
>
> That will leave the IP continue sending SPAM comments. Akismet intercepts this 
> comments, there is no a improvement.
>
> I'm boring that a single IP sending me SPAM between 1 or 2 per minute for 12 
> hours a day.
>
> My idea is to block the ability of such IP to send any comments en mi blog.
>
>
>   



More information about the wp-hackers mailing list