How do I stop the SPAM in PHPBB.

Discussion in 'PHP' started by netmaster123, Oct 5, 2006.

  1. #1
    I am using PHPBB in one of my forums, I am very mad every time I check there is a new member that has posted some sort of weird text usually in the OFF TOPIC area.

    I have already disabled signatures and phpbb code to remove the links to them, I also delete their threads every day.

    Is there a more eficient way to stop this??
     
    netmaster123, Oct 5, 2006 IP
  2. coolsaint

    coolsaint Banned

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dear netmaster1234,

    There is a discussion going on about this in another forum . I wish you will like it.

    http://forums.digitalpoint.com/showthread.php?t=57141

    Thanks.

    Coolsaint
     
    coolsaint, Oct 5, 2006 IP
  3. netmaster123

    netmaster123 Well-Known Member

    Messages:
    1,852
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    140
    #3
    netmaster123, Oct 5, 2006 IP
  4. edzachary

    edzachary Active Member

    Messages:
    435
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #4
    I run several phpbb forums successfully and fight this problem all the time. This is what I've learned:

    1. Always keep your phpbb install up to date.

    2. Get the phpbb toolkit that lets you more efficiently delete spam and spammers.

    3. Disable the link fields in the registration form. This is so easy and I don't see why more don't do this. Bots, when they cannot get a link in, bail on the registration. Real folks usually tweak their profiles with their links to homepages and such after they register. I did this on one forum and went from dozens of spam signups in a day to zilch. This was better than anything else I tried to curb spam.

    Jeff
     
    edzachary, Oct 5, 2006 IP
    elklabone and ipulhe like this.
  5. netmaster123

    netmaster123 Well-Known Member

    Messages:
    1,852
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    140
    #5
    How do I remove the "Link" field from the registration form??

    Thanks












     
    netmaster123, Oct 5, 2006 IP
  6. stock_post

    stock_post Prominent Member

    Messages:
    5,213
    Likes Received:
    249
    Best Answers:
    0
    Trophy Points:
    310
    #6
    Disable guest posting in phpBB
    Run the sql to update not to allow guests posting

    SQL follows

    update phpbb_forums
    set auth_post = 1
    where auth_post = 0


    This is what I did, not really sure if this is working.

    Before you try you may check my sites, I ran that sql
    www.AdsenseAlternatives.com
    www.JokesZoo.com
    www.AdsZoo.com

    If you feel that is stopping the spam you may use my technic.

    Thanks
     
    stock_post, Oct 5, 2006 IP
  7. edzachary

    edzachary Active Member

    Messages:
    435
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #7
    I found a mod via the phpbb site that did the job. This particular forum has about 1100 members and 10000 posts, fairly active, so the spam bots troll constantly. I saw an immediate affect.
     
    edzachary, Oct 5, 2006 IP
  8. sparkah

    sparkah Member

    Messages:
    85
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #8
    Guys... Ive been running a phpbb forum for 5 years now... and probably spend about half an hour a day deleting spammers... so i finally coughed up money to build a BULK MASS PHPBB SPAMMER DELETER that does white listing and black listing.

    You're welcome to install it on your forums. I'm making it available for either $9 or trade for one forum post: http://sparkah.com/antispam for download
     
    sparkah, Apr 18, 2012 IP
  9. heredia21

    heredia21 Well-Known Member

    Messages:
    384
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    135
    #9
    Best way to do is by setting up a QA captcha at registration. Helped me tremendously.
     
    heredia21, Apr 18, 2012 IP
  10. aayush93

    aayush93 Active Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    58
    #10
    Have human verification at registration and at new thread..
     
    aayush93, Apr 22, 2012 IP