Stealing my bandwidth.. What do I do?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newdipshit
    Registered User
    • Aug 2009
    • 81

    #1

    Tech Stealing my bandwidth.. What do I do?

    So my first site is up and running.. I have had 23,104 hits on one of my tour videos and 45591607 Kbytes of bandwidth used... 2 other tour videos are similar. But only a few hundred visitors...

    I have only been talking about the site here on GFY and do not have an affiliate program or outside marketing plan yet... So I am guessing someone here on these boards is hotlinking my vids.. Perhaps to a tubesite. How do I protect against that?
  • robber
    Web Developer
    • Jan 2011
    • 264

    #2
    Hi newdipshit, you could block them from your .htaccess file by enforcing hotlink protection and only allowing your own site to access the file direct, also by ensuring that the files are stored somewhere which is not accessible within the normal domains then ensure your video player / viewer is pointed to your internal folder, this would stop most attempts to get your content.

    The line for your .htaccess file would be

    Code:
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com/.*$ [NC]
    RewriteRule \.(jpg|jpeg|gif|png|bmp)$ - [F]
    This would block any attempt made by an outside site to access anything on the denied list of extensions, if you have more than one site just keep adding condition lines.

    Although if you were going to be offering an affiliate plan then it's your choice if to allow people to hotlink your content or if they need to host it themselves

    Hope this helps

    Rob
    FD Networks

    Comment

    • newdipshit
      Registered User
      • Aug 2009
      • 81

      #3
      Thank you

      Thanks a ton! I have forwarded this to my code guy

      Comment

      • newdipshit
        Registered User
        • Aug 2009
        • 81

        #4
        Ip address...

        So from what I can see in my stats, c-24-20-83-236.hsd1.or.comcast.net has accounted for 22218 hits and 16864901 Kbytes this month so far... How do I find out who the fuck this is???

        Comment

        • stonehammer
          Confirmed User
          • Feb 2008
          • 1430

          #5
          if your videos are watermarked and lead the surfers back to your sites....then why not
          GFY Educational Series: Buying Skimmed Traffic for Websites

          Comment

          • WDF
            Confirmed User
            • Jan 2013
            • 2248

            #6
            http://ip-address-lookup-v4.com/ip/24.20.83.236

            Now this is approximate.

            It looks like a nice house out in the rural areas of Oregon City, Oregon on South Ferguson Terrace right at a 90 degree right hand curve.

            Take the co-ordinates from that page and search them.

            Just block the IP, pay attention for a new one.
            Last edited by WDF; 06-11-2014, 11:33 AM.
            Please HELP

            Comment

            • newdipshit
              Registered User
              • Aug 2009
              • 81

              #7
              bad traffic

              Originally posted by stonehammer
              if your videos are watermarked and lead the surfers back to your sites....then why not
              well... if it has streamed 22,000 times and not led to a single conversion, I would say it is not the kind of traffic I want and a total waste of bandwidth... Wouldn't you?

              Comment

              • WDF
                Confirmed User
                • Jan 2013
                • 2248

                #8
                No, it would tell me an underage boy or girl really likes to fap to it.
                Please HELP

                Comment

                • newdipshit
                  Registered User
                  • Aug 2009
                  • 81

                  #9
                  yea

                  Originally posted by WDF
                  No, it would tell me an underage boy or girl really likes to fap to it.
                  hmmm.. All the more reason. I sent a support ticket in to my hosting company to find out how to block and IP.

                  So much to learn.....

                  Comment

                  • WDF
                    Confirmed User
                    • Jan 2013
                    • 2248

                    #10
                    Are you using cpanel?

                    Look for IP Deny in the cpanel menu of your hosting.

                    That is only a band aid though until he acquires a new IP.

                    That may just require a simple modem reboot to do.
                    Please HELP

                    Comment

                    • timmyc38
                      Confirmed User
                      • Apr 2007
                      • 603

                      #11
                      Originally posted by WDF
                      http://ip-address-lookup-v4.com/ip/24.20.83.236

                      Now this is approximate.

                      It looks like a nice house out in the rural areas of Oregon City, Oregon on South Ferguson Terrace right at a 90 degree right hand curve.

                      Take the co-ordinates from that page and search them.

                      Just block the IP, pay attention for a new one.
                      nice tool ! bookmarking that URL
                      skype : tim.chirillo

                      Comment

                      • WDF
                        Confirmed User
                        • Jan 2013
                        • 2248

                        #12
                        There are actually some that are better.

                        1 I use is no longer on the market, it gets you to most demarcation points on the side of the users building, which is likely why it was pulled from the public marketplace.

                        As I said though the web based app there is approximate and does not always take into account any (2 to 24 or more in some cases) recent reallocation's of IP address.
                        Please HELP

                        Comment

                        Working...