A PhPBB forum was spammed

Discussion in 'Legal Issues' started by pqpq, Feb 25, 2007.

  1. #1
    Hi,
    I have a PhPBB forum and it was spammed by robots.
    I just saw many many links posted by robots from various IPs.
    I am wondering if there is legal issue for the forum owner if some links point to some bad websites.
    I have deleted all them and taken the forum down.
     
    pqpq, Feb 25, 2007 IP
  2. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    #2
    I would suggest going to the PHPBB help forum, there are some great mods on there to help beat the spam bots :)
     
    FanAddict, Feb 26, 2007 IP
  3. AuctionFreak

    AuctionFreak Well-Known Member

    Messages:
    201
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #3
    AuctionFreak, Feb 27, 2007 IP
  4. killafawk

    killafawk Active Member

    Messages:
    2,248
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    90
    #4
    in theory you could take legal action but theres really no way to find the person behind it because if he/she was smart the ip would be masked or just be based off 20 different ips
     
    killafawk, Feb 27, 2007 IP
  5. pitfallharry

    pitfallharry Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I was going to ask the same question actually. Though I'm not sure if this user was using bots or just posting himself all over to be vindictive (because I busted him a few weeks earlier on some other shenanigans).

    Thanks very much for the links, I'll give them a shot!
     
    pitfallharry, Feb 27, 2007 IP
  6. akula

    akula Peon

    Messages:
    689
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Why would that be a victory for the spammers? I think that would be a loss for both (albeit much more for the forum owner).

    I do not think spammers intent is to shut down a site they are spamming, they are simply trying to spam it with their garbage.
     
    akula, Feb 27, 2007 IP
  7. Karthik

    Karthik Peon

    Messages:
    76
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Install the humaniser mod and turn off guest posting. Install the spam words mod if you need that extra bit of protection, you should be set.

    That said, I'd recommend you to wait up for the phpBB3 release, its definitely a new era of phpBB!
     
    Karthik, Jul 20, 2007 IP
  8. nddb

    nddb Peon

    Messages:
    803
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use the default phpbb captcha, but modify it a little from the original in the PHP code. That seems to work for virtually all captchas, even simple ones.

    I think most bots are tailored to read specific captchas and changing it a bit will throw bots off, but still make it readable for humans.

    Plus all the other things said above are excellent suggestions. I wouldn't shut the forum down, I would just endeavor to keep out the spambots.

    http://www.kloth.net/internet/bottrap.php <-- this is good if you want to build a custom bot trap.

    Also, check out Bad-Behavior, if you use the generic version it's not AS effective, but I believe it checks all POSTs (i.e. important things) against spamhaus, so spammy IPs are immediately blocked, all you have to do is include one file at the top of your phpBB forum.

    Good luck, but don't give up. I haven't had a spam registration in several months. I would also remove all references to URLs, or add nofollow, but that can be a pain.
     
    nddb, Jul 20, 2007 IP