• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

help on new spam control idea

Scheduled Pinned Locked Moved General Discussion
19 Posts 8 Posters 3.3k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Away
    sdetweil
    last edited by sdetweil Sep 1, 2022, 1:34 AM Sep 1, 2022, 1:01 AM

    this made a lot of help
    https://forum.magicmirror.builders/topic/16582/forum-controls-to-stop-more-spam

    but we still get a good amount of junk.

    I want to minimize it even more

    we currently don’t have any pre-posting moderation enabled. but I’d like to leverage that

    most spam users 98%+ are advertising their stuff some link in the page.

    so, why not combine those two

    reputation < 2
    or
    posts < 3
    will start a post towards the moderation queue
    this is the built in moderation queue setup

    add on a check for any links

    if they are in the good host list, skip the queue
    (almost all good users)

    but not in the allowed link hosts,
    and their post continues to the moderation queue.

    so the top of my head list of links hosts

    here
        forum.magicmirror.builders
    
    doc
        docs.magicmirror.buikders
    
    modules
        gitHub.com
    
    raspberrypi stuff
        raspberrypi.org
    
    screen shot site
        pastebin.com
    

    remember, this is new users, < 3 posts, or low rep
    (reputation is increased by someone upvoting one of your posts)

    what do you think of this idea, and do you have any other good site servers that should be on the list.

    trying to keep the impact on good new users to as close to zero as possible, and keep the spam away with the least amount of work.

    this way, the bad stuff just never shows.

    I have a plugin built for the nodebb forum platform we use… testing now.
    just deciding if a post should continue to moderation or not.
    there is an admin screen for adding/deleting hosts.

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    M M 2 Replies Last reply Sep 1, 2022, 8:03 AM Reply Quote 0
    • M Offline
      MMRIZE @sdetweil
      last edited by Sep 1, 2022, 8:03 AM

      @sdetweil
      Have you considered antispam plugin like spam-be-gone, askimet,…?

      S 1 Reply Last reply Sep 1, 2022, 10:44 AM Reply Quote 0
      • S Away
        sdetweil @MMRIZE
        last edited by Sep 1, 2022, 10:44 AM

        @MMRIZE already have those installed

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mumblebaj Module Developer @sdetweil
          last edited by Sep 1, 2022, 4:20 PM

          @sdetweil Sounds good but there are still guys who resurrect very old posts asking stupid questions. I think I saw one yesterday that did that. That would up the rep and off they go and post their nonsense again. I know, not helping, just pointing out some observations. :man_facepalming:

          Check out my modules at: https://github.com/mumblebaj?tab=repositories

          S 1 Reply Last reply Sep 1, 2022, 4:27 PM Reply Quote 0
          • S Away
            sdetweil @mumblebaj
            last edited by sdetweil Sep 1, 2022, 4:29 PM Sep 1, 2022, 4:27 PM

            @mumblebaj no… uping the rep requires someone to push like on a post
            if u have less that 3 posts and 10 days, you cannot upvote…

            but it takes someone upvoting YOUR post to increase YOUR rep… not theirs…

            so, new users can’t upvote, til they get 3 AND 10 days have passed…
            and if someone DOWN votes their post, their rep goes down…

            and can NEVER upvote their own posts

            yes, that is the escape… posting nonsense on an old/dead topic…
            (with no links for my plugin to check)
            I still filter those out manually

            someone else has a plugin the geolocates the poster’s ip address… but we have valid users from all over the world, so that doesn’t really help.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Sep 1, 2022, 6:09 PM Reply Quote 0
            • C Offline
              cyberphox @sdetweil
              last edited by Sep 1, 2022, 6:09 PM

              @sdetweil I’m all for less spam!

              Full time Dad, DJ and entertainer and lover of technology.

              B 1 Reply Last reply Sep 1, 2022, 6:58 PM Reply Quote 0
              • B Offline
                BKeyport Module Developer @cyberphox
                last edited by Sep 1, 2022, 6:58 PM

                I’m all for less spam, that being said, I don’t mind my nearly nightly marking of posts as spam and users as spammers. 😉

                The "E" in "Javascript" stands for "Easy"

                K 1 Reply Last reply Sep 2, 2022, 1:00 AM Reply Quote 0
                • K Offline
                  kayakbabe @BKeyport
                  last edited by Sep 2, 2022, 1:00 AM

                  how about allow nodejs.org and www.npmjs.com too.

                  K 1 Reply Last reply Sep 2, 2022, 1:06 AM Reply Quote 0
                  • K Offline
                    kayakbabe @kayakbabe
                    last edited by kayakbabe Sep 2, 2022, 1:16 AM Sep 2, 2022, 1:06 AM

                    @kayakbabe It think posts that have certain spammy words or phrases could be added to moderation too like

                    now hiring
                    buy now
                    be your own boss
                    additional income
                    limited time
                    earn money
                    get rich
                    I enjoyed your post
                    You write very well
                    I offer you
                    I was reading this article and find it very informative

                    There are obvious ones that recur here but I can’t think of them right now.

                    Also how about no including links for new users until they make x number of allowed posts. I run some sites and we get visited by human spammers who will make two or three comments to try to get the posts with links to show. Usually it’s garbage, ipso lorem, or something that just doesn’t make sense. So I just moderate all posts that include links from users with less than 10 number of good posts. Or, I can go ahead a mark a user as moderation exempt if I determine them to be legit.

                    S 1 Reply Last reply Sep 2, 2022, 1:23 AM Reply Quote 0
                    • K Offline
                      kayakbabe
                      last edited by Sep 2, 2022, 1:17 AM

                      What about reCaptcha required to submit a post for new users for the first x number of posts?

                      S 1 Reply Last reply Sep 2, 2022, 1:24 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        2/19
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy