Forum Moderators: open
Then if you link directly to this picture from YOUR site whcih is on DIFFERENT domain and host: <img src="www.domain.com/pic.jpg">
then you steal trafic to other domain.
If you do this to some sites like geocities then they will not display original pic or file but they will display small picture says somethign like "this file is hosted on geocities.com"
This is some kind of protection that people dont steal your trafic .
I have some jokes pages and from time to time i see people stealing traffic to me and dispalying my pictures on forums etc.
So I want to know how to replace requested graphic file with my AD? :) like "visit mysite.com to see this picture".
Does anyone know how to do this? Is this html code or java?
If you dont know what iam talking abou, I can say again. It is hard to explain.
Jon
Drawback: user CSS will overcome this (just move or ignore the second image)
Second idea would be to use a similar trick using CSS. Take the original and split it up. Use absolute positioning to reassemble the bits.
I'm really not sure that could be made to work though. It would probably be more trouble than its worth
The third idea is to have 2 images, one with and one without a watermark. You then have only to find a method of altering which is shown according to where the request comes from, and I have no idea how to do that
I have people linking to some graphics constantly, and have to take the time to change the filenames and pages and links.
Some people have gotten so fed up they replace with an image that says "Bandwidth Thief." It gets done even when you plainly state at the very beginning that they should be used on their own server.
What I'd really like is a script that would automatically present the intruders with a graphic to replace the one they're linking to with one that would say something like "Image Hosted By" - like Lycos has, if they're linked to from outside the domain.
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yourserver/.*$ [NC]
RewriteRule .*\.gif$ - [F]
extend for jpg's etc.
To put in a new image have an image in another directory and use something like:
RewriteRule .*\.gif$ /denied/noinline.gif
from :- [engelschall.com...]
Marcia: i did this too, i changes names etc BUT since my site sells I got an idea- when I see someone linking to my picture I put "www.mysite.com - visit bla bla" ad with big white letter on picture. That is how i get free ad :)
I know this cant be done always, i am lucky since people link mostly to my JOKES pictures.
wardbeker: can you post e-mail of this script. or if it is your script sticky mail me with details.if this is possible.thanks.