GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   My anti-hotlinking is useless for this one site (https://gfy.com/showthread.php?t=449924)

riosluts 03-29-2005 09:56 PM

My anti-hotlinking is useless for this one site
 
http://www.bikinibikini.com/forum/thread5811.html


How do they manage to hotlink all that stuff. My .htaccess is working perfectly but they still are able to hotlink it. Any idea why?
is it because of the proxy?

NastyJack 03-29-2005 10:54 PM

http://invis.free.anonymizer.com/htt.../cohf/4/02.jpg
yeah, the proxy is sort of bypassing the img tag and preventing it from setting the referrer to their site. its like the anonymizer site is actually surfing to your site and then passing it along.
add to your .htaccess file
deny from .anonymizer.com
that should fix it

riosluts 03-29-2005 11:08 PM

yeah i added
RewriteCond %{HTTP_REFERER} ^http://(.*).anonymizer.com/ [OR]

seems to work

thanks

chowda 03-29-2005 11:19 PM

i still see the pics.

Babaganoosh 03-29-2005 11:27 PM

You'll have to use REMOTE_HOST since they don't send a referer.

riosluts 03-29-2005 11:30 PM

i think anonymizer cached those pics on their server
i checke my logs and nothing got download when i kept reloading that

Babaganoosh 03-29-2005 11:35 PM

Quote:

Originally Posted by riosluts
i think anonymizer cached those pics on their server
i checke my logs and nothing got download when i kept reloading that

The line you posted won't have any effect on anonymizer. You probably have the images cached in your browser. You'll have to do something like:

RewriteCond %{REMOTE_HOST} ^.*anonymizer.com [NC]
RewriteRule ^.*$ - [F]

riosluts 03-29-2005 11:44 PM

ok i changed it to the REMOTE_HOST

can someone verify that nothing loads?

riosluts 03-29-2005 11:46 PM

damn 51 pictures X 100KB X 350 Views = 1.7Gb

riosluts 03-29-2005 11:47 PM

argh, wtf it still loads

riosluts 03-29-2005 11:50 PM

here is my entire .htaccess file
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?riosluts\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpe?g|gif|bmp|png|wmv)$ images/nohotlink.jpg [L]
RewriteCond %{HTTP_REFERER} ^http://www.bikinibikini.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://bikinibikini.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://www.freefoto.cz/ [OR]
RewriteCond %{HTTP_REFERER} ^http://freefoto.cz/ [OR]
RewriteCond %{HTTP_REFERER} ^http://scootykol.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://www.scootykol.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://www.porno-tgp.cz/ [OR]
RewriteCond %{HTTP_REFERER} ^http://freefoto-freevideo.kundicka.cz/ [OR]
RewriteCond %{REMOTE_HOST} ^.*anonymizer.com [OR]
RewriteCond %{HTTP_REFERER} ^http://www.quemadres.com/ [NC]
RewriteRule ^/* [F]

riosluts 03-29-2005 11:59 PM

168.143.113.125 is the IP of anonymizer
how can I ban it

sicone 03-30-2005 12:00 AM

Quote:

Originally Posted by NastyJack
http://invis.free.anonymizer.com/htt.../cohf/4/02.jpg
yeah, the proxy is sort of bypassing the img tag and preventing it from setting the referrer to their site. its like the anonymizer site is actually surfing to your site and then passing it along.
add to your .htaccess file
deny from .anonymizer.com
that should fix it

did not know this, adding it to mine now as well

riosluts 03-30-2005 12:06 AM

well i give up
there is nothing that i can do to stop this

geeknik 03-30-2005 12:09 AM

Quote:

Originally Posted by riosluts
168.143.113.125 is the IP of anonymizer
how can I ban it


Here, check this out:
http://www.javascriptkit.com/howto/htaccess5.shtml

riosluts 03-30-2005 12:11 AM

oh so just add
deny from 168.143.113.125

riosluts 03-30-2005 12:16 AM

ok seems to work
unless anonymizer uses more than one IP i should be fine

iwantchixx 03-30-2005 12:18 AM

is that anonymizer really 'that' anonamous? You'd think they would get a lot of requests from law enforcement for IP details on people surfing illegal sites.

Project-Shadow 03-30-2005 01:29 AM

Images don't load anymore :)


All times are GMT -7. The time now is 10:28 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123