Forums

Join
bbPress Support ForumsTroubleshootingBlock users by IP address?

Info

Block users by IP address?

  1. I've got Akismet running, but I'd like to keep users with a specific IP address from creating spam accounts on my site.

    Is there a way to block an IP address?
    Is this the best solution?
    Will Akismet prevent these spammers from spamming in bbPM?
    And is there a way to set it so that posts with a specific keyword--like curses--cannot show up or get flagged for the admin?

    These are my current plugins.

    Akismet
    bbPM
    Bozo Users
    Report Post

    Thanks for any help you can provide!

  2. There is this content filter plugin:
    http://bbpress.org/plugins/topic/webpurify/

    I believe it's a paid plugin.

    There is no built in way to block by IP in bbPress. If you have access to .htaccess on your host, you can deny by IP there, but that's a manual solution.

    order allow,deny
    deny from 123.45.67.89 (one IP)
    deny from 012.34.5. (IP block)
    allow from all

    You would put that in your forum's .htacccess file.

    You could also moderate all posts:
    http://bbpress.org/plugins/topic/bbpress-moderation-suite/

  3. You must log in to post.