Hotlinking question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shoehorn!
    Die With Your Boots On
    • Oct 2003
    • 22872

    #1

    Hotlinking question

    Is there a way to make a certain picture show up everytime any image is hotlinked from a non-hotlinkable directory? For example, if I have a picture from a gallery, and someone hotlinks it on a blog, can I make a picture or pictures show up in its place? So, to further clarify, if there was a picture of a big titted broad and someone posted her on their blog, is there a way I could make a picture of me on the moon come up? Or, have a series of pictures that would be randomly selected to come up in the place of the hotlinked picture? And if so, how would I go about doing that?
  • AsianDivaGirlsWebDude
    Purveyor, Fine Asian Porn
    • Jul 2004
    • 38323

    #2
    Originally posted by Shoehorn
    Is there a way to make a certain picture show up everytime any image is hotlinked from a non-hotlinkable directory? For example, if I have a picture from a gallery, and someone hotlinks it on a blog, can I make a picture or pictures show up in its place? So, to further clarify, if there was a picture of a big titted broad and someone posted her on their blog, is there a way I could make a picture of me on the moon come up? Or, have a series of pictures that would be randomly selected to come up in the place of the hotlinked picture? And if so, how would I go about doing that?
    I wanna see a picture of you on the moon. I might even hotlink it.

    ADG Webmaster
    Asian Diva Girls - Exclusive Photos and Videos



    Asian Diva Girls Affiliate Program (50% ccBill Revshare)

    Comment

    • Shoehorn!
      Die With Your Boots On
      • Oct 2003
      • 22872

      #3
      Originally posted by AsianDivaGirlsWebDude
      I wanna see a picture of you on the moon. I might even hotlink it.

      ADG Webmaster
      Find me what I am looking for and you can be the first.

      Comment

      • sarettah
        see you later, I'm gone
        • Oct 2002
        • 14316

        #4
        Originally posted by Shoehorn
        Is there a way to make a certain picture show up everytime any image is hotlinked from a non-hotlinkable directory? For example, if I have a picture from a gallery, and someone hotlinks it on a blog, can I make a picture or pictures show up in its place? So, to further clarify, if there was a picture of a big titted broad and someone posted her on their blog, is there a way I could make a picture of me on the moon come up? Or, have a series of pictures that would be randomly selected to come up in the place of the hotlinked picture? And if so, how would I go about doing that?

        You can pull the picture replacement off with .htaccess pretty easily. As far as doing a series of pics, you can have your .htaccess call to a script to select the pic for you.
        All cookies cleared!

        Comment

        • Shoehorn!
          Die With Your Boots On
          • Oct 2003
          • 22872

          #5
          Originally posted by sarettah
          You can pull the picture replacement off with .htaccess pretty easily. As far as doing a series of pics, you can have your .htaccess call to a script to select the pic for you.
          Alright, can you paste the code here and/or post a link where I can get it?

          Thanks.

          Comment

          • sub.eric
            Confirmed User
            • Aug 2005
            • 131

            #6
            Do a mod_rewrite in you .htaccess file.

            It's not going to really be helpful to cut/paste code since there are four different versions of the code that is acceptable available, but there is a code generator and testing section available at

            http://www.htmlbasix.com/disablehotlinking.shtml

            I used it to generate the code for my site. Found out I was using more bandwidth in serving the graphic smacking hotlinkers than they were stealing. Just turned it all off.

            Made this though and it seems to have made the rounds.

            Last edited by sub.eric; 10-03-2005, 10:20 PM.

            Comment

            • sub.eric
              Confirmed User
              • Aug 2005
              • 131

              #7
              There are days it just doesn't pay to get out of bed...

              Comment

              • Shoehorn!
                Die With Your Boots On
                • Oct 2003
                • 22872

                #8
                Originally posted by sub.eric
                Do a mod_rewrite in you .htaccess file.

                It's not going to really be helpful to cut/paste code since there are four different versions of the code that is acceptable available, but there is a code generator and testing section available at

                http://www.htmlbasix.com/disablehotlinking.shtml

                I used it to generate the code for my site. Found out I was using more bandwidth in serving the graphic smacking hotlinkers than they were stealing. Just turned it all off.

                Made this though and it seems to have made the rounds.

                Cool, thanks for the link, I'll check it out.

                Comment

                • sub.eric
                  Confirmed User
                  • Aug 2005
                  • 131

                  #9
                  Originally posted by Shoehorn
                  Cool, thanks for the link, I'll check it out.

                  Comment

                  Working...