If mod_rewrite is installed (assuming apache)
RewriteEngine On
RewriteCond %{HTTP_REFERER} http://his.domain.com
RewriteRule /* http://some.host/fuckyou.gif [R,L]
That would redirect anything from a specific referer (I think, havn't tested it or used mod_rewrite in a while).
More info at: (search for Blocked Inline Images)
http://httpd.apache.org/docs/misc/rewriteguide.html
__________________
<A HREF="http://www.jesussmut.com/">
<IMG SRC="http://www.jesussmut.com/images/jesusbutton1.gif" BORDER=0>
</A><br>
Have a look at <A HREF="http://www.jesussmut.com/">JesusSmut</A>
|