Creo que no... la idea de evitar el hotlink es para que no te roben ancho de banda... si te copian hasta la url y el otro sitio es muy visitado, el tuyo se te puede venir abajo... o eso es lo que yo entiendo xD
Pd: no me funcionada la imagen porque la línea de la foto no llevaba "/" detrás. Quedaría así:
Código HTML:
<ifmodule mod_rewrite.c>
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.url.../$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.url.../.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://url...$ [NC]
RewriteCond %{HTTP_REFERER} !^http://url....*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.feedburner\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://feeds2.feedburner.com/id$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.planetaki\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.bloglines\.com$ [NC]
RewriteRule .*\.(jpg|gif|bmp|png)$ hotlink.png [L]
</ifmodule>