Hotlinking of MPEGS?! What can be done! HELP!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ^R3K^
    Confirmed User
    • Sep 2001
    • 2815

    #51
    jorgie99,
    Next week we start Beta testing a new product that will eliminate these problems for you. Of course we are looking for some beta testers that are already in the movie side of the industry and if you are interested please contact me. Of course any BW used in the course of this test is covered by us.
    Any further info can be conveyed through private conversation.
    I look forward to hearing from you.

    you can E-mail me at
    [email protected]


    Originally posted by jorgie99
    Hey everyone...

    How do you deal/prevent with hotlinkers that either make links to your mpegs so surfers can right-click and "save as" or have the text ready to cut and paste for the srufers?

    Is there a technological solution other than renaming the files and altering the gallery HTML? (Don't want to get blacklisted for changing HTML)

    Damn asian sites are killing me...

    HELP!

    no business like ho business

    Http://www.natnet.com
    No Hype, Just Results

    Comment

    • fiveyes
      Confirmed User
      • Aug 2001
      • 1680

      #52
      The solution is really quite easy on Linux/Apache.

      First, check out http://httpd.apache.org/docs/mod/mod....html#setenvif and the following entry for SetEnvIfNoCase to follow this solution.

      You'll need the SetEnvIf module installed, which is usually the case. If you're running Apache 1.3.13 and later, you can add this to a ".htaccess" file at the top of the directory tree you wish to protect. Otherwise, you have to add it to the apache configuration file within a virtual host and/or directory directive.

      The code is simply (replace "YourDomain.com" and "###.###.###.###" appropriately):
      Code:
      [B]SetEnvIfNoCase Referer "^[url]http://[/url](YourDomain.com|[url]www.YourDomain.com[/url]|###.###.###.###)" local_req=1 
      <FilesMatch "\.(gif|jpe?g|mpe?g\avi\wmv)$"> 
      Order Allow,Deny 
      Allow from env=local_req 
      </FilesMatch>[/B]
      Last edited by fiveyes; 10-01-2002, 01:22 PM.
      <CENTER><A HREF="http://www.hot-off-bourbon.com/" target="_blank"><IMG SRC="http://www.hot-off-bourbon.com/images/hob-logosmall.jpg" border="0"></A>

      <FONT face="Comic Sans MS" SIZE="-1"><I>Mardi Gras, Spring Break, Wet-T, Night Club Action, UpSkirt, Oil Wrestling, Voyeur</I></FONT></CENTER>

      Comment

      • BR Guy
        Confirmed User
        • May 2002
        • 129

        #53
        Originally posted by freeones I haven't looked any further yet, but I think that the only solution will be to use a cgi script. And then one in such a way that nobody can detect the place of your movie files. Or you can rename your mpg files to wmv that will still work for the time being, but then visitors need to rename the files which is not very handy.

        Long story and all because those hotlinking monkeys !
        Let me know if you already have found a good solution.
        i've a php script to protect hotlink, it worked fine in my tests.
        It's free but it needs optimizations.
        link: http://www.brguy.com/ahls/
        Do I need to fill this?

        Comment

        • Backov
          Confirmed User
          • Mar 2001
          • 1600

          #54
          Originally posted by fiveyes
          Code:
          [B]SetEnvIfNoCase Referer "^[url]http://[/url](YourDomain.com|[url]www.YourDomain.com[/url]|###.###.###.###)" local_req=1 
          &lt;FilesMatch "\.(gif|jpe?g|mpe?g\avi\wmv)$"> 
          Order Allow,Deny 
          Allow from env=local_req 
          &lt;/FilesMatch>The solution is really quite easy on Linux/Apache.
          
          First, check out http://httpd.apache.org/docs/mod/mod....html#setenvif and the following entry for SetEnvIfNoCase to follow this solution.
          
          You'll need the SetEnvIf module installed, which is usually the case. If you're running Apache 1.3.13 and later, you can add this to a ".htaccess" file at the top of the directory tree you wish to protect. Otherwise, you have to add it to the apache configuration file within a virtual host and/or directory directive.
          
          The code is simply (replace "YourDomain.com" and "###.###.###.###" appropriately):
          
          [/B]
          That's essentially exactly the same as using mod_rewrite.. Since the player doesn't pass a referrer, this won't help you.

          Cheers,
          Backov
          <embed src="http://banners.spotbrokers.com/button.swf" FlashVars="clickURL=http://banners.spotbrokers.com" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>

          Comment

          • Jizar II
            Confirmed User
            • May 2001
            • 1425

            #55
            very interesting thread, iยดm also sitting here waiting for the perfect solution!

            Comment

            • fiveyes
              Confirmed User
              • Aug 2001
              • 1680

              #56
              Originally posted by fiveyes
              Code:
              [B]SetEnvIfNoCase Referer "^[url]http://[/url](YourDomain.com|[url]www.YourDomain.com[/url]|###.###.###.###)" local_req=1 
              &lt;FilesMatch "\.(gif|jpe?g|mpe?g\avi\wmv)$"> 
              Order Allow,Deny 
              Allow from env=local_req 
              &lt;/FilesMatch>
              [/B]
              Nope, my bad! Windows Media Player doesn't send the referer for WMV files, ever. It does follow the htaccess authorization requirements, so "*.wmv" files need to be within a members prorected directory to prevent hotlinking.

              Make "\.(gif|jpe?g|mpe?g\avi\wmv)$" to read "\.(gif|jpe?g|mpe?g|avi)$". This prevents hotlinking of MPEG's and images at least.
              <CENTER><A HREF="http://www.hot-off-bourbon.com/" target="_blank"><IMG SRC="http://www.hot-off-bourbon.com/images/hob-logosmall.jpg" border="0"></A>

              <FONT face="Comic Sans MS" SIZE="-1"><I>Mardi Gras, Spring Break, Wet-T, Night Club Action, UpSkirt, Oil Wrestling, Voyeur</I></FONT></CENTER>

              Comment

              • SR
                Confirmed User
                • Jul 2001
                • 2239

                #57
                hotlinkers are one big pain in the ass
                If I ever get my hands on one of them they won't touch a keyboard again.
                One day I had about 50mbit of hotlinking a whole day long.
                One thing that took this down alot is something simple but it helped me alot....
                For every series of galleries I had it like...
                www.domain.com/movies001/movies/
                www.domain.com/movies002/movies/
                www.domain.com/movies003/movies/
                www.domain.com/movies004/movies/

                What the fuckers did was just put up gallery 001 up to lets say gallery 100
                so they had like 500 movies hotlinked at once......
                so from now on I name the /movies/ part different per gallery serrie so it's not that easy for them to roll em up

                A friend of me is working with something that will set session ID's.
                We'll test it soon and if it works out I'll post it
                I tested the cookie script and it works but like lane said they can just iframe your site plus alot of tgp webmasters don't like it since quite some ppl have cookies disabled with IE6

                Comment

                • &lt;IMX&gt;
                  Confirmed User
                  • Jun 2002
                  • 2728

                  #58
                  Anyone testing a solution for this problem?
                  $$$ Check out NICHE PAY the leader of Micro Niche Sites! They offer $1 Trials! $$$
                  $$$ Check out 10 FREE TRIAL SALES equals 1 FREE LAP TOP ! $$$

                  Comment

                  • m0rph3us
                    Confirmed User
                    • Mar 2001
                    • 2033

                    #59
                    Yes there are solutions out there.. just gotta know where to looks and yes, it does work with .htaccess.
                    <font size="2" face="Tahoma"><a href="http://www.18blowjobs.com/webmasters/?640" target="_blank">Get paid $25 per signup</a> listing over <a href="http://galleries.18blowjobs.com/hosted.html" target="_blank">100 free hosted video galleries</a> - <a href="http://www.18blowjobs.com/webmasters/?640" target="_blank">Check it</a> ยป </font>

                    Comment

                    • x3m
                      Confirmed User
                      • May 2001
                      • 256

                      #60
                      So, has anyone found the solution other than renaming files?

                      Comment

                      • LBBV
                        Confirmed User
                        • Aug 2002
                        • 936

                        #61
                        http://gofuckyourself.com/showthread...61#post1010461
                        National Net Hosting. Handled.
                        See our new line of inexpensive Dedicated Servers | Cabinets starting at $795 | CDN
                        [email protected] | 888-4-NATNET | www.nationalnet.com

                        Comment

                        • MichaelH
                          Confirmed User
                          • Oct 2002
                          • 130

                          #62
                          There's actually a complex solution against hotlinking. But it's bound to the hosting solution i'm using as a customer for more than 4 months now, since they custom programmed it for me and only use it on their own hosting facility.

                          Contact me on icq : 146920758 for more info.

                          Michael
                          Fresh AND Converting : TRY and SEE the results for yourself! THIS will change your webmaster's life!
                          Protect yourself against MOVIE HOTLINKERS + EXCELLENT Hosting under 0.30/gig!
                          Page me on ICQ : 146920758 | QUALITY GALLERY SPOTS HERE

                          Comment

                          • asmdude2001
                            Registered User
                            • Oct 2001
                            • 23

                            #63
                            I heard Like Whoa has the same policy, they have a very advanced movie protection script that works 2 different ways depending on your surfers. There is protection enabled via Cookies, and there is another variation of that script. It securely serves movies in all ways. Left Click, Right Click, and Save Target As. From what I know they only offer it to their hosting customers but get in touch with them to find out more.

                            http://hosting.likewhoa.com

                            Originally posted by MichaelH
                            There's actually a complex solution against hotlinking. But it's bound to the hosting solution
                            Michael
                            Hi?

                            Comment

                            Working...