QUOTE(pandy @ Apr 29 2008, 12:14 AM)

QUOTE
I use a code for hotlinking which stops people from hosting images and files from my site to their site
What code do you use? Hotlinking usually means the opposite. They they use the images on their site (with IMG tags) but leach them from your server.
QUOTE
but what if someone had a link on their page and said "click here for this picture"
You can't stop linking if you mean a direct link like so: <a href="http://www.obsessedwithwrestling.com/pictures/h/hulkhogan/40.jpg">...</a> . You can stop them from displaying the images on their own site though (<img src="http://www.obsessedwithwrestling.com/pictures/h/hulkhogan/40.jpg">). Is that what you want to do? Are you on an Apache server and can you use .htaccess files?
I have .htaaccess and I use a code already that disables people from hosting my images on their site, it works great. I was just trying to see if there was a way to stop all the direct linking, but I figured there wasn't since I could not find much about it anywhere.