Viewing 6 replies - 1 through 6 (of 6 total)
  • If they are that abusive, do you not want instead to ban them from your site ?

    yes, this has certainly been discussed before. blacklists are used in many ‘hacks’… I use it in referrals, but then I also use the referral blacklist to check against the IP and url (and the comment) to find illegal IPs or URLs being used anywhere. However, I simply have the comment system then mark it as unapproved, so I can see the spammers. You could just as easily not do the INSERT into the table if anything ‘matches’ the blacklist.
    search for blacklist, you should find a number of people (including me) discussing the topic(s) further.
    -d
    https://www.chait.net

    Can you not block an IP address using .HTACCESS??

    Thread Starter Trench

    (@trench)

    How would I block an IP with .htaccess?

    Here’s an example with .htaccess to block two IPs:
    <Directory>
    order allow,deny
    allow from all
    deny from 111.222.33.44
    deny from 222.33.44.111
    </Directory>

    Thread Starter Trench

    (@trench)

    Thanks. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Troll banning’ is closed to new replies.