Smithonepa

About me: Hello friends i am Smith from USA, I am a web developer having 2+ years of experience in PHP development

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

  • Beginning Developers

    Beginning Developers

    This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking

Activity

  • Smithonepa added a new discussion topic My website getting too many spammy comments in the group Beginning Developers
    Hello friends, I am a developer and I am in my initial stage. Recently I developed a question and answers website and integrate comment box. Now I receiving too many comments on a daily basis that look like spammy. I need to delete 1000+ comments on...
    • Hi

      Try following

      - Matt Becket's Spam Login Filter plugin - https://elgg.org/plugins/774755

      access from spammer IP addresses is blocked -  Go to Code Repository for Elgg 3.x compatible version.

      Very configurable in settings and effective.

      - iionly's http:blacklist plugin - https://elgg.org/plugins/1641554

      access from spammer IP addresses is blocked. Checks an IP database for that. Very effective 

      - Matt Becket's Spam Throttle - https://elgg.org/plugins/821368

      Beautiful idea and it works. If someone tries to spam you with a brand-new clean IP address, this plugin will spot and hammer down that spammer.As far as I know - unfortunatey - not available for Elgg 3. Still, check the code repository just in case.

      And the last but not the least, it is good to use a captcha at least for registration. There are several, but iionly's captcha is google-free if you are sensitive about privacy of your users: iionly https://elgg.org/plugins/914006

      Good luck