Do you know of any good spam filters for Phpbb?

Discussion in 'vBulletin' started by CutPrice, Mar 16, 2008.

  1. #1
    Do you know of any good spam filters for Phpbb? I am tired of manually deleting spam post on my forum.

    Thanks for the help!
     
    CutPrice, Mar 16, 2008 IP
  2. djacobs

    djacobs Well-Known Member

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Do you allow guests to post. Or are spam bots registering?

    Anyway, a CAPTCHA system should work.
     
    djacobs, Mar 21, 2008 IP
  3. denniss

    denniss Well-Known Member

    Messages:
    591
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    120
    #3
    CAPTCHA certainly won't -- or at least not for long.... Programers of spambots make new versions of spambots all the time, so you'd need to keep changing the CAPTCHA soft all the time...

    Best bet is to install VBB instead of PHPBB - it's well worth its license fee :)
     
    denniss, Mar 21, 2008 IP
  4. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #4
    There is a filter that allows you to spell your word backward in request, I think that is pretty useful don't believe bots are so smart till such extent, can't remember the name though, maybe some members can remember?
     
    wisdomtool, Mar 21, 2008 IP
  5. djacobs

    djacobs Well-Known Member

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    140
    #5
    How will VBB fix the issue?

    Anyway, enable CAPTCHA, and require email validation for registrations.
     
    djacobs, Mar 21, 2008 IP
  6. denniss

    denniss Well-Known Member

    Messages:
    591
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    120
    #6
    VBB has advanced protection measures. Apart of CAPTCHA it detects irregular visitors patterns (for example, in PHPBB many bots skip the registration page alltogether and directly feed information to the system -- VBB wouldn't allow that) and has multiple other ways of actually "recognizing" bots and denying them service. In comparison CAPTCHA is a very crude mechanism.

    I speak from experience really, we tried multiple CAPTCHA software versions for PHPBB, some even worked... but only for a few months after their release. For spambot makers it's a full time job to find new protections and eliminate them, and they're pretty good at that. And for VBB makers it's a full time job to then make new protections against new versions of spambots, and they're damn good at that (that's why the free updates you get with the VBB license are important)

    Our problems were completely solved after we switched to VBB, there's no more spam posts at all. Or rather, the spam that we do get is posted by humans.

    And by the way, I complete forgot, there is actually a more or less efficient way to control spam on PHPBB -- Google up the "PHPBB Akismet mod" (Akismet is the same service that Wordpress uses to control spam). It's very efficient, but the downside is that it sometimes flags legitimate posts as spam, therefore potentially angering some posters and making the admin check the spam posts log.
     
    denniss, Mar 22, 2008 IP
  7. ProgMania

    ProgMania Active Member

    Messages:
    632
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    70
    #7
    There is a module where you can make the user answer a question. Eg. 1+1=2.
    But the spam filter in phpbb is very bad, I prefer other systems such as Vbulletin(which is the king in BB)
     
    ProgMania, Mar 22, 2008 IP
  8. CutPrice

    CutPrice Peon

    Messages:
    245
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Can anybody point me to any script?

    I basically need some script that would allow me to approve members manually.
     
    CutPrice, Mar 22, 2008 IP
  9. Tom Strong

    Tom Strong Peon

    Messages:
    73
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Afaik you can do that with PHPBB 3.0 Gold and there is also a PHP Akismet class on the net somewhere :D
     
    Tom Strong, Mar 23, 2008 IP
  10. adams95ta

    adams95ta Active Member

    Messages:
    359
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #10
    There are many mods in phpbb for spam which you can find at there homepage. But you probably just need to update your version of phpbb.
     
    adams95ta, Mar 23, 2008 IP