Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Download Restrictions

Download Restrictions

Scheduled Pinned Locked Moved The Lounge
question
28 Posts 9 Posters 0 Views 1 Watching
  • 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.
  • E Euhemerus

    John Simmons / outlaw programmer wrote:

    You should still think about implementing more stringent firewall rules, and teach your daughter about fair use.

    Hence my original post. I'd like to show her that Internet usage is a privilege and not a right and that it's also a resource that has to be managed. For example, if I allow her a daily allowance of say 100 Mbytes within the time frame that she's allowed access (the router connects and disconnects her at set set times giving a 4 hour window) then once that 100 MB is used, tough, no more access until tomorrow. I'm curious, do any of you think that's harsh?

    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

    realJSOPR Offline
    realJSOPR Offline
    realJSOP
    wrote on last edited by
    #21

    My daughter wasn't even allowed on the internet at our house until she turned 18. No, I don't think it's harsh at all. What is your monthly bandwidth limit? 100MB is easy to chew up, what with Windows updates and all...

    .45 ACP - because shooting twice is just silly
    -----
    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

    E 1 Reply Last reply
    0
    • realJSOPR realJSOP

      My daughter wasn't even allowed on the internet at our house until she turned 18. No, I don't think it's harsh at all. What is your monthly bandwidth limit? 100MB is easy to chew up, what with Windows updates and all...

      .45 ACP - because shooting twice is just silly
      -----
      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

      E Offline
      E Offline
      Euhemerus
      wrote on last edited by
      #22

      John Simmons / outlaw programmer wrote:

      What is your monthly bandwidth limit? 100MB is easy to chew up, what with Windows updates and all...

      20GB. Although this has to be shared five ways with me, the wife and three daughters; we all have our own PCs or laptops. Ordinarily, 20GB is ample, however, the youngest daughter (who has the highest download usage) has discovered Habbo, Youtube and GrooveShark. I don't really want to block these sites - which is easy to do through the router - just limit her daily download usage.

      I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

      realJSOPR 2 Replies Last reply
      0
      • E Euhemerus

        John Simmons / outlaw programmer wrote:

        What is your monthly bandwidth limit? 100MB is easy to chew up, what with Windows updates and all...

        20GB. Although this has to be shared five ways with me, the wife and three daughters; we all have our own PCs or laptops. Ordinarily, 20GB is ample, however, the youngest daughter (who has the highest download usage) has discovered Habbo, Youtube and GrooveShark. I don't really want to block these sites - which is easy to do through the router - just limit her daily download usage.

        I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

        realJSOPR Offline
        realJSOPR Offline
        realJSOP
        wrote on last edited by
        #23

        20gb split 5 ways? That's not a lot. I would slow her bandwidth down to something that makes it take a lot longer to download stuff. You could also block the offending web sites during specific periods of the day, and maybe give her a 15 minute window to look at youtube/other stuff. Maybe you could write a windows service that watches traffic and simply disables the NIC if a daily limit is reached. As long as she's not admin, she can't disable it or turn it off.

        .45 ACP - because shooting twice is just silly
        -----
        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

        1 Reply Last reply
        0
        • E Euhemerus

          John Simmons / outlaw programmer wrote:

          What is your monthly bandwidth limit? 100MB is easy to chew up, what with Windows updates and all...

          20GB. Although this has to be shared five ways with me, the wife and three daughters; we all have our own PCs or laptops. Ordinarily, 20GB is ample, however, the youngest daughter (who has the highest download usage) has discovered Habbo, Youtube and GrooveShark. I don't really want to block these sites - which is easy to do through the router - just limit her daily download usage.

          I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

          realJSOPR Offline
          realJSOPR Offline
          realJSOP
          wrote on last edited by
          #24

          Hey I worked up some code that counts bytes sent/received (your ISP only caps bytes received, right)? It's a winforms app, but can easily be made into a windows service. Disabling the machine's NIC should be moderately easy if the service has the correct permissions. If you want the code, send me an email, or post a quick answer (and then respond to this message telling me you posted the quick answer), and I'll post the code as a reply to it.

          .45 ACP - because shooting twice is just silly
          -----
          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

          E 1 Reply Last reply
          0
          • realJSOPR realJSOP

            Hey I worked up some code that counts bytes sent/received (your ISP only caps bytes received, right)? It's a winforms app, but can easily be made into a windows service. Disabling the machine's NIC should be moderately easy if the service has the correct permissions. If you want the code, send me an email, or post a quick answer (and then respond to this message telling me you posted the quick answer), and I'll post the code as a reply to it.

            .45 ACP - because shooting twice is just silly
            -----
            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
            -----
            "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

            E Offline
            E Offline
            Euhemerus
            wrote on last edited by
            #25

            John Simmons / outlaw programmer wrote:

            (your ISP only caps bytes received, right)?

            They give you a download limit, once exceeded they hike the price and reduce the speed for any overusage.

            John Simmons / outlaw programmer wrote:

            If you want the code, send me an email, or post a quick answer (and then respond to this message telling me you posted the quick answer), and I'll post the code as a reply to it.

            I would be more than greatful for the code as this was the original intention. :thumbsup: I have started to write a small app. However, it would be nice to be able to compare. Innovation is easier than invention!

            I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

            realJSOPR 1 Reply Last reply
            0
            • E Euhemerus

              John Simmons / outlaw programmer wrote:

              (your ISP only caps bytes received, right)?

              They give you a download limit, once exceeded they hike the price and reduce the speed for any overusage.

              John Simmons / outlaw programmer wrote:

              If you want the code, send me an email, or post a quick answer (and then respond to this message telling me you posted the quick answer), and I'll post the code as a reply to it.

              I would be more than greatful for the code as this was the original intention. :thumbsup: I have started to write a small app. However, it would be nice to be able to compare. Innovation is easier than invention!

              I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

              realJSOPR Offline
              realJSOPR Offline
              realJSOP
              wrote on last edited by
              #26

              Digital Thunder wrote:

              I would be more than greatful for the code as this was the original intention.

              Post a "Quick Answer" question, and I'll post the code as a reply.

              .45 ACP - because shooting twice is just silly
              -----
              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
              -----
              "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

              E 1 Reply Last reply
              0
              • realJSOPR realJSOP

                Digital Thunder wrote:

                I would be more than greatful for the code as this was the original intention.

                Post a "Quick Answer" question, and I'll post the code as a reply.

                .45 ACP - because shooting twice is just silly
                -----
                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                -----
                "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                E Offline
                E Offline
                Euhemerus
                wrote on last edited by
                #27

                Hi John, cheers. http://www.codeproject.com/Answers/89784/Download-limiter-method.aspx#answer1[^]

                I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                1 Reply Last reply
                0
                • D Daniel Turini

                  Check if your router is supported by DD-WRT, which allows a lot of control for this kind of thing. Controlling this on the OS may be noneffective if you have more than one computer.

                  I see dead pixels Yes, even I am blogging now!

                  E Offline
                  E Offline
                  Euhemerus
                  wrote on last edited by
                  #28

                  Daniel Turini wrote:

                  Check if your router is supported by DD-WRT

                  Unfortunately it's not. However, I did find a similar model that is and when checking the manufactures website found that this model has a lot more restriction features, I am now currently bidding on eBay for one!

                  I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups