OK.. I'm Sick Of It!! phpBB forum owners, how do you protect your forums from SPAM ?

Discussion in 'vBulletin' started by Kontent.solutions, May 7, 2007.

  1. #1
    I have a decent forum, in some particular niche I deal with.

    Everything was fine, until my forum hit PR 2. Since then the maintenance has increased many folds.

    I've been fighting a lot of Spammers. I had Captcha's turned on for visual verification. Then later on also put on a mod for textual verification.

    The spammers somehow seem to find a way past these visual and textual verification. I also have 'email verification' turned on. From all this, I guess we can conclude that spammers definitely don't take the normal 'register' route, instead go for direct form submission.

    I'm curious to know if any one of you have successfully implemented any mod to get rid of spammers successfully. If so, please share the info on how to achieve the same :)

    All Success,
    ~G
     
    Kontent.solutions, May 7, 2007 IP
  2. Kontent.solutions

    Kontent.solutions Peon

    Messages:
    1,157
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Anyone ?

    I've checked a couple of mods on phpbb forum. But I want to hear from ppl who successfully have implemented something in the past which is working for them.

    All Success,
    ~G
     
    Kontent.solutions, May 8, 2007 IP
  3. Jackuul

    Jackuul Well-Known Member

    Messages:
    2,972
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    180
    #3
    I have. I use many different mods.
     
    Jackuul, May 8, 2007 IP
  4. moneyballs2

    moneyballs2 Well-Known Member

    Messages:
    452
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    140
    #4
    moneyballs2, May 8, 2007 IP
  5. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I had the same problem & it did seem impossible to stop, however it can be stopped easily. Simply change the actual registration forms PHP code:

    http://domain-name.com/forum/profile.php?mode=register&(change this bit like below)=true

    domain-name.com/forum/profile.php?mode=register&nospamregistration=true

    I think you have to edit about 1-5 files & the mod can be found online:)
     
    Toopac, May 8, 2007 IP
    GTech likes this.
  6. kingcaw

    kingcaw Peon

    Messages:
    1,079
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #6
    My partner implemented 3 mods in tandem, which have completely shut out all spam registrations 100% - when I next speak to him i'll try to get details
     
    kingcaw, May 8, 2007 IP
  7. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #7
    Exactly, I have tried this mod on my phpbb forum and ever since I installed it, I haven't had any spam bot registration.
     
    yogesh sarkar, May 8, 2007 IP
  8. ThatForumPlace

    ThatForumPlace Peon

    Messages:
    201
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Have a look at my "Forum Owners & Programmers thread" Might have an answer.
     
    ThatForumPlace, May 9, 2007 IP
  9. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I use the mod(I forgot the name)
    It wont allow users to post URLs until users reach a selected number of posts. So, few spammy posts with no URL isnt a problems for my forum:)
     
    inworx, May 10, 2007 IP
  10. ThatForumPlace

    ThatForumPlace Peon

    Messages:
    201
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Update - I've collected a comprehensive listing of all anti-spam mods. It's a work in progress, but got the phpbb ones done. Working on VBulletin now, and other forum software applications in the pipeline. 3rd link in my sig.
     
    ThatForumPlace, May 11, 2007 IP
  11. Le GoogelGuRu

    Le GoogelGuRu Guest

    Messages:
    864
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #11
    There are many extra verification mods you can use that work well. :)
     
    Le GoogelGuRu, May 11, 2007 IP
  12. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #12
    mikey1090, May 15, 2007 IP
  13. symx

    symx Active Member

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    90
    #13
    i have created a mod for verification using akismet. It's very simple, and it does not have any admin interface yet. Basically it just verifies a post for spam and if it finds it will just drop it and disable the username. I can't post a link to it but you can find it on patchlog dot com if you are interested.
     
    symx, May 17, 2007 IP
  14. sebastya

    sebastya Well-Known Member

    Messages:
    2,449
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    138
    #14
    solution to avoid spam is to refrain from using phpbb
     
    sebastya, May 18, 2007 IP
  15. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #15
    Only installed a single hack on my phpbb board to prevent spam and that single mod allows me to control which sections can be filled at the time of registration, have better captcha, make sure only people who have posted a certain number of posts can post a link.

    Result?

    No spam in weeks, even though the traffic has gone up by 25%.
     
    yogesh sarkar, May 18, 2007 IP
  16. technolarity

    technolarity Well-Known Member

    Messages:
    1,582
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    115
    #16
    Ban URL mod .
     
    technolarity, May 18, 2007 IP
  17. jl255

    jl255 Well-Known Member

    Messages:
    2,762
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    185
    #17
    that's a good mod. Can u check and let us know what is its name? Tks!
     
    jl255, May 18, 2007 IP
  18. stock_post

    stock_post Prominent Member

    Messages:
    5,213
    Likes Received:
    249
    Best Answers:
    0
    Trophy Points:
    310
    #18
    Try switching to VBulliten

    you will be happy.
     
    stock_post, May 18, 2007 IP
  19. werty04

    werty04 Well-Known Member

    Messages:
    222
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #19
    Vbulletin sometimes haunted by bots. I recommend SMF ;)
     
    werty04, May 18, 2007 IP
  20. Smithers

    Smithers Banned

    Messages:
    1,442
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Theres a simple modification.

    There is a mod that will allow someone to fill out a profile field like.

    What games do you own?

    -Wii
    -PS3
    -etc

    Make it so they have to pick one atleast and make it related to your site bot's never get through mine anymore.
     
    Smithers, May 18, 2007 IP