Prevent Hotlinking and Bandwidth Theft
Posted: 25 Aug 2011, 20:04
np 

PhpBB extensions from Stoker & Community
PhpBB BBCode Database, Smileys and Extensions
https://phpbb3bbcodes.com/
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?grandtheftcrime.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.png [L]
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?phpbbpoints.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.png [L]