Ok crazy Idea I have in my head is it possible to link say all the images on my websites to another website? What I want to do is say i have image 1.gif and have it linked to say www.myurl.com now since i have over a thousand images to do this to is there a way or software that will allow for me to do this?
Yes you can do that! Just note that bandwidth will be taken from the site the image link was taken from.
well, you could use prog called Search and Replace that can search thousands of files and replace needed strings. Do search for <img src=" and replace it with <img src="http://www.mysite.com/". Or however you have image strings setup in your code.