incka
01-19-2004, 10:23 AM
Lapoo.nl hotlinked a game on my one site which is still per mb bandwidth. It cost me £2.50 so I got my revenge! I used this .htaccess code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?games2go.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?games2go.co.uk.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?3bgames.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?3bgames.co.uk.*$ [NC]
RewriteRule \.(swf|dcr)$ http://www.games2go.co.uk/lapoo.html [R,L]
To make it have the game in a small frame from a per month bandwidth thing I have loads left on, and put loads of ads on for my site and for a ad network.
I've got over 1250 banner impressions in 12 hours... Cool hey...
The URL that hotlinked me is:
http://www.lapoo.nl/couronne/
You may wish to do something like this if someone hotlinks your site to get free advertising and money and to get back at them.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?games2go.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?games2go.co.uk.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?3bgames.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?3bgames.co.uk.*$ [NC]
RewriteRule \.(swf|dcr)$ http://www.games2go.co.uk/lapoo.html [R,L]
To make it have the game in a small frame from a per month bandwidth thing I have loads left on, and put loads of ads on for my site and for a ad network.
I've got over 1250 banner impressions in 12 hours... Cool hey...
The URL that hotlinked me is:
http://www.lapoo.nl/couronne/
You may wish to do something like this if someone hotlinks your site to get free advertising and money and to get back at them.