Or you can use .htaccess
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{REQUEST_URI} !^/banners.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?domain.com(/)?.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|mpeg|mpg)$
http://%{HTTP_HOST}/ [R,NC,L]