>786
.htaccess が利用できるなら
<FilesMatch "\.(gif|jpe?g|png)$">
  SetEnvIf Referer "^$" shutout
  Deny from env=shutout
</FilesMatch>

でどうです?