I have wrote this .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://iwantsexmovies.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.iwantsexmovies.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://iwantsexmovies.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.iwantsexmovies.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://213.193.250.2.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://213.193.250.2:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Aa][Vv][Ii]$|.*[Ww][Mm][Vv]$
http://www.iwantsexmovies.com/hotlink.html
All works fine but if someone uses right/click save as they can still download files from any domain.
Any ideas?