One of my MT sites has recently received a lot of unwanted attention from one individual. fisrt off he started making abusive comments on the site so I hit him with the inbuilt MT ip ban in Weblog Config. Unfortunatly the user using a banned ip address actually sees a message telling they are banned. I wish I had known that as he has now come back with a vengence causing me misery.
I would like banned ip's just not to get a comments link or not get the form so they cannot comment. Comments please.
Fortunatly on my server I am able to run php so I was going to put an ip redrect code in the start of every page and redirect the user to a random site using random.yahoo.com - but I have just discovered that yahoo have pulled the service! Would have been good though. If anyone know of another URL that gives a random url back please let me know.
An other option is to block those ip addresses from the server using server side code. Fortunatly for me again I have ip blocking built into my severs software control. However it is just changed to the http config and access files and there are plently of sites ion the web on how to do that.
An other option is to trawl through the comments everyday to see whats been added - yes this can be easier if you have the comments sent to an e-mail address. It would be even easier if the search included the comments which it doesn't seem to (or am I wrong???). It would be great to be able to search by ip address as well as e-mail address for the comments.
My final possibility, apart form just ignoring the problem, is to use the MT hack/plugin that allows you to verify all comments before they go live. However it does mean chaning the database tables and som eof the code. would be nice if this feature was built into MT and we could choose to turn it on if required.
Has anyone any other techniques or tips on how to deal with naughty commentors?