Hotlink protection on movies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beemk
    CLICK HERE
    • Jan 2002
    • 20829

    #1

    Hotlink protection on movies

    Whats the best solution for this? I'm going to try submitting a movie gallery instead of picture galleries to see if it converts any better. I know my htaccess wont work so what should i use?
    I host with Vacares
  • FreeHugeMovies
    Too lazy to set a custom title
    • Dec 2001
    • 14141

    #2
    Movies convert better than pics. Also, ask Juicy for the a script. He posted the zip file a few months back after he got pissed off at the company. lol

    Comment

    • juicylinks
      So Fucking Banned
      • Apr 2001
      • 122992

      #3
      Originally posted by FreeHugeMovies
      Movies convert better than pics. Also, ask Juicy for the a script. He posted the zip file a few months back after he got pissed off at the company. lol

      one sec let me get the url

      Comment

      • juicylinks
        So Fucking Banned
        • Apr 2001
        • 122992

        #4
        http://www.juicylinks.com/hotlink.zip

        pass for zip file : hotlink

        Comment

        • beemk
          CLICK HERE
          • Jan 2002
          • 20829

          #5
          awesome thanks
          I host with Vacares

          Comment

          • sixxxth_sense
            So Fucking Banned
            • Nov 2003
            • 2430

            #6
            yeah, I'm using hotlink 2 for free

            Juicy's da man!

            Comment

            • sexsup
              Confirmed User
              • Feb 2004
              • 3004

              #7
              Originally posted by juicylinks
              http://www.juicylinks.com/hotlink.zip

              pass for zip file : hotlink
              Thank you juicy I didnt have it

              Comment

              • jimmyf
                OU812
                • Feb 2001
                • 12651

                #8
                Originally posted by sexsup
                Thank you juicy I didnt have it
                yep thanks
                Epic CashEpic Cash works for me
                Solar Cash Paysite Plugin
                Gallery of the day freesites,POTD,Gallery generator with free hosting

                Comment

                • integrated
                  Confirmed User
                  • Apr 2003
                  • 3826

                  #9
                  i cant believe what im seeing

                  theft

                  i dont care what happened it does not justify this

                  its still stealing

                  Pioneer of .TV domains
                  Grandfather of .TV development
                  Respected among industry LEADERS

                  Comment

                  • radical
                    Confirmed User
                    • Oct 2003
                    • 2876

                    #10
                    Originally posted by juicylinks
                    http://www.juicylinks.com/hotlink.zip

                    pass for zip file : hotlink
                    Cheers for the link Juicy!! helpful




                    ICQ: 166108967

                    Comment

                    • integrated
                      Confirmed User
                      • Apr 2003
                      • 3826

                      #11
                      classic thread to show what kind of ppl are here

                      Pioneer of .TV domains
                      Grandfather of .TV development
                      Respected among industry LEADERS

                      Comment

                      • Rorschach
                        So Fucking Banned
                        • Aug 2002
                        • 5579

                        #12
                        Yeah I'll STEAL that too, cheers.

                        Comment

                        • Bassab
                          Confirmed User
                          • Nov 2002
                          • 405

                          #13
                          Relax here.. this script doesnt work (unless you can twist it up a bit) so dont get too excited.

                          Get anti-hotlinking
                          Paysites President - Brazzers
                          Icq: 292041159
                          Email: [email protected]

                          Comment

                          • Krille
                            Confirmed User
                            • Mar 2002
                            • 2436

                            #14
                            Anti Hotlinking

                            Comment

                            • latinasojourn
                              Confirmed User
                              • Oct 2003
                              • 3191

                              #15
                              antihotlinking.com

                              Comment

                              • Phoenix66
                                Confirmed User
                                • Oct 2002
                                • 823

                                #16
                                The simpliest way to prevent movie hotlinking is just to place a "set cookie" java script code into your gallery page and use RewriteCond %{HTTP_COOKIE} directive in the htaccess. As far as I know it works with any browser that supports cookies.
                                Adult Niche Traffic Exchange

                                Comment

                                • beemk
                                  CLICK HERE
                                  • Jan 2002
                                  • 20829

                                  #17
                                  Originally posted by Bassab
                                  Relax here.. this script doesnt work (unless you can twist it up a bit) so dont get too excited.

                                  Get anti-hotlinking
                                  you're right, it didnt work.... is there anything else cheaper than $200?
                                  I host with Vacares

                                  Comment

                                  • beemk
                                    CLICK HERE
                                    • Jan 2002
                                    • 20829

                                    #18
                                    Originally posted by Phoenix66
                                    The simpliest way to prevent movie hotlinking is just to place a "set cookie" java script code into your gallery page and use RewriteCond %{HTTP_COOKIE} directive in the htaccess. As far as I know it works with any browser that supports cookies.
                                    im sure a bunch of tgps have js banned
                                    I host with Vacares

                                    Comment

                                    • juicylinks
                                      So Fucking Banned
                                      • Apr 2001
                                      • 122992

                                      #19
                                      Originally posted by integrated
                                      i cant believe what im seeing

                                      theft

                                      i dont care what happened it does not justify this

                                      its still stealing

                                      Stick a cork in it

                                      Comment

                                      • beemk
                                        CLICK HERE
                                        • Jan 2002
                                        • 20829

                                        #20
                                        http://www.idthumbs.com/et/01r/1.MPG <- script installed
                                        I host with Vacares

                                        Comment

                                        • MickeyG
                                          Confirmed User
                                          • May 2004
                                          • 4134

                                          #21
                                          just what I was looking for, Thanks Juicy

                                          doh the link is bad.. anyone care to post a fresh one?
                                          Last edited by MickeyG; 02-28-2006, 05:43 AM.

                                          Comment

                                          • SmokeyTheBear
                                            ►SouthOfHeaven
                                            • Jun 2004
                                            • 28609

                                            #22
                                            ok heres a simple way , feel free to modify it..

                                            Save the following as index.php and put it in a folder with your videos

                                            Code:
                                            <?php
                                            $mov = $_GET['x'];
                                            
                                            echo "<center><embed src=$mov.wmv></embed>";
                                            ?>
                                            ( if your using mpg/avi videos change the code to mpg/avi in both files)

                                            ok now make a new folder in your main directory, save the following as .htaccess ( modify the url to point to the directory with your videos )
                                            Code:
                                            Options +FollowSymlinks
                                             RewriteEngine on
                                             RewriteRule ^(.*)\.wmv http://yoursite.com/videos/index.php?x=$1 [nc]
                                            ok now what this will do is , when you call a video or someone hotlinks a video it will call the video and display it in an html page so you can add advertising and such..

                                            Now keep in mind this doesnt actually prevent hotlinking all it does is rewrite the request to a different folder , so if you try to get http://yourserver.com/protected/video.wmv it would get the video from a different folder and write it into an html file.. the end video is still unprotected , so if someone views source of the html they can simply get the redirected movie url

                                            BUT heres what you do.. you can simply rename the folder with your protected videos then change the .htaccess file to reflect that every so often , you dont have to change any of your links as they will just be redirected to the new folder without any changes on your part
                                            Last edited by SmokeyTheBear; 02-28-2006, 07:10 AM.
                                            hatisblack at yahoo.com

                                            Comment

                                            • SmokeyTheBear
                                              ►SouthOfHeaven
                                              • Jun 2004
                                              • 28609

                                              #23
                                              if you have trouble installing it just let me know ( p.s. personally i think this is better than true protection because it allows you to profit from any hotlinking
                                              hatisblack at yahoo.com

                                              Comment

                                              • mrsmut
                                                Confirmed User
                                                • Apr 2003
                                                • 121

                                                #24
                                                But this would not be accepted by MGP sites, their scripts will see a file with few bytes, algo for people whose browsers open the video player when clicking the link, because video player doesn't understand html

                                                Comment

                                                • SmokeyTheBear
                                                  ►SouthOfHeaven
                                                  • Jun 2004
                                                  • 28609

                                                  #25
                                                  Originally posted by mrsmut
                                                  But this would not be accepted by MGP sites, their scripts will see a file with few bytes, algo for people whose browsers open the video player when clicking the link, because video player doesn't understand html
                                                  theres anothr thread on this topic i went into more details about how to do it so mgp's will accept it.. try a search
                                                  hatisblack at yahoo.com

                                                  Comment

                                                  Working...