Movie gallery anti-hotlink

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Simon-interaid
    Confirmed User
    • Sep 2002
    • 814

    #1

    Movie gallery anti-hotlink

    Anyone know how to do that?

    Protect movies (mpegs/avi) from getting hotlinked?

    with the htaccess that you would use for images when you apply that for those file extensions the movies wont load properly for the people that its meant to load for neither.
    we buy domains with typin traffic. icq me 8566256
  • Nippon
    Registered User
    • Jan 2003
    • 78

    #2
    http://www.webpimps.com/scripts/htaccess/

    Comment

    • jollyperv
      Confirmed User
      • Nov 2001
      • 3927

      #3
      You can't do it with .htaccess as far as I know....you can do it with cookies and javascript, or you could contact your host and get them to set up a renaming script for you...there are probably other ways too.

      Comment

      • ZoiNk
        Confirmed User
        • Feb 2002
        • 2370

        #4
        I would be interested in hearing this too. I don't do movies simply b/c they can't easily use .htaccess on them.
        ZoiNk
        "People can have the Model T in any color - so long as it's black." - Henry Ford

        Comment

        • playa
          Confirmed User
          • Feb 2001
          • 6432

          #5
          contact these guys
          http://www.swiftco.net/

          they got a killa software to handle it

          i tested it prevent hotlink and right click save as

          plus more,,

          Comment

          • Jizar II
            Confirmed User
            • May 2001
            • 1425

            #6
            This topic seems to be brought up very often, it amazes me that there's no wise programmer who develop a solution.. it would mean quick bucks if it works ...

            Comment

            • ZoiNk
              Confirmed User
              • Feb 2002
              • 2370

              #7
              The reason there is no quick and easy solution is that the players themselves don't send the referal. So everytime realplayer or whatever views the movie it doesn't send a referal, so you don't know if it come from your site or another one. I guess you could use cookies, if the person viewed page /movies1/10.html then they have a 1 hour cookie that lets them watch movie /movies1/movie10.avi
              ZoiNk
              "People can have the Model T in any color - so long as it's black." - Henry Ford

              Comment

              • jojojo
                Too lazy to set a custom title
                • Mar 2002
                • 2318

                #8
                This topic seems to be brought up very often, it amazes me that there's no wise programmer who develop a solution.. it would mean quick bucks if it works ...
                because it is impossible - they can always paste the url into a browser.
                Learn SEO - make $$ residually - icq me 333485092

                Comment

                • FreeHugeMovies
                  Too lazy to set a custom title
                  • Dec 2001
                  • 14141

                  #9
                  Likewhoa has a very good anti-hotlinking script. It protects my movies which saves me a shit load.

                  Comment

                  • playa
                    Confirmed User
                    • Feb 2001
                    • 6432

                    #10
                    Originally posted by jojojo


                    because it is impossible - they can always paste the url into a browser.

                    i guess everyone is ignoring my posts

                    Comment

                    • Jizar II
                      Confirmed User
                      • May 2001
                      • 1425

                      #11
                      Originally posted by jojojo


                      because it is impossible - they can always paste the url into a browser.
                      I just keep hearing "Contact host X they have a custom solution but only for their clients...yadda yadda".. I guess other smart individuals could make such a solution too?..and sell it

                      Comment

                      • Undutchable
                        Registered User
                        • Jun 2002
                        • 2217

                        #12
                        Originally posted by jojojo


                        because it is impossible - they can always paste the url into a browser.
                        Not necessarily true.

                        The cookie method involves placing a cookie on the users disk when he enters a gallery. Then a combination with htaccess will ensure that only users that have the cookie on their disk will be allowed to access a movie. That way, people that paste the url in their browsers are blocked...

                        It's a very good solution actually, except that it is heavy on server load, so it might not be a good idea if you can't spare the resources. Also, placing the cookie might give you a bit of a disadvantage with some of the MGPs as some dont allow it, but at least you're assured of complete protection

                        Comment

                        Working...