Meh.
I've started looking up on hotscripts and i cant seem to find anything that can do that anymore. I was sure i installed something like that on an old server ...
But..here's an .htaccess that prevents hotlinking and redirects them to a page of your choosing....If you put a search engine thing on the redirect page it should do something similar....(and its much more better than having the infamous X around where your image and content should be!)
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !
*so your server can access your files*
^http://yourdomain.com .*$ [NC]
RewriteCond %{HTTP_REFERER} !
*same thing different writing of the domain name*
^http://www.yourdomain.com .*$ [NC]
*Files type to block* *redirect URL*
RewriteRule .*\.(jpeg|jpg|gif|)$
http://www.yourdomain.com [R,NC]
or something similiar to that...Not sure kinda late for me right now
!["" "[Smile]"]("smile.gif")