Forum Moderators: not2easy
Is there a way that I can save the picture in my ftp so that it shows up as a link on their site when they call it up from my url: http://www.example.com/picture.jpg?
Or any other creative ideas of what I can do in this situation? If not I am just going to change the picture to look like more of an ad for my web site and feature my URL so that viewers can see it and hopefully type it into the address bar. Any other ideas would be great. - Thanks
[1][[b]edited by[/b]: korkus2000 at 7:53 pm (utc) on Mar. 2, 2004][/1]
[1][edit reason] examplified url [/edit][/1]
Instead, why not feed an ad for your site at the existing URL?
If you know how many times the image has been pulled from your server you might also send the thief a bill. No kidding. Mention the fines for copyright violations and keep your logs as evidence.
Webwork, Esq.
Is there any way that I can create a new image that is somehow a link? Or is there anyway that I can give this .jpg image some dynamic features like mouseovers or links, etc... But all done with just the access to my ftp and not the other sites?
So, if you're on Apache, just use mod_rewrite to rewrite requests for either that particular graphic, or all off-site hyperlinked graphics, to NOTHING. Voila, bandwidth saved.
Visit the Apache forum here for details on various htaccess rules and mod_rewrite. Other options are available for folks on non-Apache servers.
Is there any way that I can create a new image that is somehow a link? Or is there anyway that I can give this .jpg image some dynamic features like mouseovers or links, etc... But all done with just the access to my ftp and not the other sites?
No, you have to settle for just chaing the image.
I'm in a similar situation, and I just display a picture saying something along the lines of "This image cannot be displayed here. Please visit **** for more info."
René
if you have control over your web server, then try some rewrite-rules to send an alternate picture with a "no direct linking plse, visit my page... instead" text or similar, as others already suggested.
If you don't have access to your .htaccess to do this, then just simply rename your jpg picture file once a week and let the others show screwed web pages by running into a "404 not found" for their picture's link pointing to nowhere.
Regards,
R.
The description follows:
HotLink protection prevents other websites from directly linking to files (as specified below) on your website. Other sites will still be able to link to any file type that you don't specify below (ie. html files). An example of hotlinking would be using a <img> tag to display an image from your site from somewhere else on the net. The end result is that the other site is stealing your bandwidth. You should ensure that all sites that you wish to allow direct links from are in the list below. This system attempts add all sites it knows you own to the list, however you may need to add others.
Very useful - I use it all the time to protect my images.
If your host doesn't have cPanel, tough luck mate. Oh wait, you could always change hosts.
Sid