My anti-hotlinking is useless for this one site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riosluts
    Confirmed User
    • Sep 2003
    • 5250

    #1

    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
    Registered User
    • Dec 2002
    • 1291

    #2
    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

    Comment

    • riosluts
      Confirmed User
      • Sep 2003
      • 5250

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

      seems to work

      thanks

      Comment

      • chowda
        Confirmed User
        • Jun 2003
        • 9527

        #4
        i still see the pics.
        Someone finds you...
        2007

        PS: Nationalnet is the best host I've ever had. And i tried alot of them.

        Comment

        • Babaganoosh
          ♥♥♥ Likes Hugs ♥♥♥
          • Nov 2001
          • 15841

          #5
          You'll have to use REMOTE_HOST since they don't send a referer.
          I like pie.

          Comment

          • riosluts
            Confirmed User
            • Sep 2003
            • 5250

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

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #7
              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]
              I like pie.

              Comment

              • riosluts
                Confirmed User
                • Sep 2003
                • 5250

                #8
                ok i changed it to the REMOTE_HOST

                can someone verify that nothing loads?

                Comment

                • riosluts
                  Confirmed User
                  • Sep 2003
                  • 5250

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

                  Comment

                  • riosluts
                    Confirmed User
                    • Sep 2003
                    • 5250

                    #10
                    argh, wtf it still loads

                    Comment

                    • riosluts
                      Confirmed User
                      • Sep 2003
                      • 5250

                      #11
                      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]

                      Comment

                      • riosluts
                        Confirmed User
                        • Sep 2003
                        • 5250

                        #12
                        168.143.113.125 is the IP of anonymizer
                        how can I ban it

                        Comment

                        • sicone
                          Retired
                          • Jan 2004
                          • 18453

                          #13
                          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

                          Comment

                          • riosluts
                            Confirmed User
                            • Sep 2003
                            • 5250

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

                            Comment

                            • geeknik
                              l337 h4x0r!#%
                              • Feb 2005
                              • 8364

                              #15
                              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
                              hacker 4 hire.

                              Comment

                              • riosluts
                                Confirmed User
                                • Sep 2003
                                • 5250

                                #16
                                oh so just add
                                deny from 168.143.113.125

                                Comment

                                • riosluts
                                  Confirmed User
                                  • Sep 2003
                                  • 5250

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

                                  Comment

                                  • iwantchixx
                                    Too lazy to set a custom title
                                    • Oct 2002
                                    • 12860

                                    #18
                                    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.

                                    Comment

                                    • Project-Shadow
                                      Confirmed User
                                      • Feb 2003
                                      • 7340

                                      #19
                                      Images don't load anymore

                                      Comment

                                      Working...