How to prevent "hotlinking" of your images on a web site
Programming and Web Development
From the tutorial:“Hotlinking” is a form of bandwidth theft. Basically, when creating a web page it is easy to link to a file (such as an image or a video) that exists on a remote (completely separate) site. Each time the web page is accessed, the file is retr...