Konu
Hotlink kodu?
10-06-2010, 13:12:20
#6
carizmali
Üyeliği durduruldu
cafercer adlı üyeden alıntı:
mesajı görüntüle
tam olarak htacess'e hangi kodu ekleyeceğim?
yanlış olmasın ama bu kod herkesi engeller
Alıntı
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^
http://(.+\.)?mysite\.com/
[NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$
http://img249.imageshack.us/img249/2806/hotlink.gif
[L]
buda sadece senın izin verdiklerin
Alıntı
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^
http://(.+\.)?myspace\.com/
[NC,OR]
RewriteCond %{HTTP_REFERER} ^
http://(.+\.)?blogspot\.com/
[NC,OR]
RewriteCond %{HTTP_REFERER} ^
http://(.+\.)?livejournal\.com/
[NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$
http://img249.imageshack.us/img249/2806/hotlink.gif
[L]