b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 2254146 (Thread)

# I'm not too fussed to be honest...
I don't think anyone would want to nick my images!
(, Sun 2 Nov 2003, 10:46, archived)
# nah but
it`s nice to be able to do it :-)

there was a phase when someone was posting nearly image off b3ta onto some shitty forum... you should have seen some of the anti hotlinking pics - I think sargant did a good one
(, Sun 2 Nov 2003, 10:48, archived)
# Ha ha ha
I bet he did!
(, Sun 2 Nov 2003, 10:49, archived)
# i love it when people hotlink my stuff
i get to see so much of the interweb by checking my webstats. i'd never want to stop them!
(, Sun 2 Nov 2003, 10:50, archived)
# my interweb stats only wshow the top 25
which qre invariably b3ta archive pages. i can download my logs but i can't be arsed.
(, Sun 2 Nov 2003, 10:51, archived)
# i wrote a little thing to strip everything except for urls out of an ascii page
maybe i'll tidy it up and post it some time
(, Sun 2 Nov 2003, 10:53, archived)
# i disabled it in the end
people were using proxies to view b3ta, hence changing the url and, well, destroying the front page
(, Sun 2 Nov 2003, 10:50, archived)
# This works for me.

RewriteEngine on

RewriteRule images/image1\.gif$ - [R,L]
RewriteRule images/image2\.jpg$ - [R,L]
RewriteRule nosteal.gif$ - [R,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://pub([0-9]+)\.ezboard\.com/b([a-z0-9]*)\.showUserPublicProfile\?gid\=ezuser [NC]
RewriteCond %{HTTP_REFERER} !^http://pub([0-9]+)\.ezboard.com/(f|b)ezboard.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?u-muppet.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?u-muppet.co.uk/.*$ [NC]
RewriteRule \.(gif|jpg)$ u-muppet.co.uk/nosteal.gif [R,L]

RewriteRule css/test\.css$ - [R,L]
RewriteRule bob\.js$ - [R,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://pub([0-9]+)\.ezboard\.com/b([a-z0-9]*)\.showUserPublicProfile\?gid\=ezuser [NC]
RewriteCond %{HTTP_REFERER} !^http://pub([0-9]+)\.ezboard.com/(f|b)ezboard.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?u-muppet.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?u-muppet.co.uk/.*$ [NC]
RewriteRule \.(css|js)$ - [F]

(, Sun 2 Nov 2003, 10:54, archived)
# count yourself lucky
I`m gonna have to write a Java URL filter for my web server :-)
(, Sun 2 Nov 2003, 11:00, archived)