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?
Hotlinking question
Collapse
X
-
I wanna see a picture of you on the moon. I might even hotlink it.Originally posted by ShoehornIs 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?
ADG Webmaster -
Originally posted by ShoehornIs 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
-
Alright, can you paste the code here and/or post a link where I can get it?Originally posted by sarettahYou 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.
Thanks.

Comment
-
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
-
Cool, thanks for the link, I'll check it out.Originally posted by sub.ericDo 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.


Comment


Comment