Yeah, thought we were only talking about google image search. But you are indeed very correct if you use this for general purpose hotlinking.
And yeah, I forgot to mention that a meta refresh would probably be best. Because as Lycanthrope said, it'll suck bandwidth if you use a full site.
Perhaps even a
<? header("Location: http://yoursiteofchoice.com"); ?> instead of the meta refresh.
|