wtf? test my site please, my anti hotlink image is sometimes on my own site!?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nico-t
    emperor of my world
    • Aug 2004
    • 29901

    #1

    wtf? test my site please, my anti hotlink image is sometimes on my own site!?

    in firefox its good.
    I just opened my site in IE and i see for every pic my anti hotlink pic!
    Could u test it for me here is the url http://www.hoehoehoe.net
    And dont know how the fuck this happened, my site has the same htaccess file for a month without this weird ass problem
  • nico-t
    emperor of my world
    • Aug 2004
    • 29901

    #2
    aha i see with the www it gives me this anti hotlink image.... what the fuck!
    i thought that fucking htaccess was finally good, i never saw my site in IE til this evening, and i use this htacess code like a month for this site!
    Tell me what the hell is wrong with it?

    ErrorDocument 404 http://www.hoehoehoe.net/404.html
    ErrorDocument 403 http://www.hoehoehoe.net/404.html

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?hoehoehoe\.net/ [NC]
    RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?gofuckyourself\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?cockboard\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?catyxxx\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?gallerysubmitter\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^.*adultwebmasterinfo\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^.*msn\. [NC]
    RewriteCond %{HTTP_REFERER} !^.*yahoo\. [NC]
    RewriteCond %{HTTP_REFERER} !^.*altavista\. [NC]
    RewriteCond %{HTTP_REFERER} !^.*google\. [NC]
    RewriteCond %{HTTP_REFERER} !^.*webcrawler\. [NC]
    RewriteRule \.(jpe?g|gif|bmp|png)$ img/ownads/hotlinkimg1.jpg [L]

    Comment

    • XYCash
      Confirmed User
      • Jun 2003
      • 582

      #3
      Most anti-hotlink is pretty much useless if referring URL gets dropped. IE does it sometimes (unpredictably); lots of "security software" does it also. Don't know which genius concluded it was a security risk to pass the referring URL, but it happens.

      -doug
      XYCash Gay Affiliate Programs - Making Money For Webmasters Since 1999 - click here to sign up

      Comment

      • nico-t
        emperor of my world
        • Aug 2004
        • 29901

        #4
        Originally posted by XYCash
        Most anti-hotlink is pretty much useless if referring URL gets dropped. IE does it sometimes (unpredictably); lots of "security software" does it also. Don't know which genius concluded it was a security risk to pass the referring URL, but it happens.

        -doug
        so IE sometimes doesnt pay attention to the referrer i put in the htaccess file that CAN hotlink? weird shit

        Comment

        • nico-t
          emperor of my world
          • Aug 2004
          • 29901

          #5
          i just did some htacces testing and i replaced this value:

          RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net/ [NC]

          with this one:

          RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net [NC]

          no / after .net. This seems to work.

          Comment

          Working...