50 galleries got Hotlinked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MetZyZteM
    Registered User
    • Jan 2002
    • 70

    #1

    50 galleries got Hotlinked

    Some fucker of www.notsuitableforwork.com/ is hotlinking 50 of my galleries.





    I'm trying to block these fucker with htaccess. I read this document from apache: http://httpd.apache.org/docs/misc/rewriteguide.html

    But I don't get it, has someone an example, or another idea to block his domain.

    Tnx
    ICQ# 150163553
    #1 - TeenXGalleries
    #2 - AdultXSex
  • Manowar
    jellyfish  
    • Dec 2003
    • 71528

    #2
    Use htaccess to block them

    http://altlab.com/htaccess_tutorial.html

    Comment

    • MetZyZteM
      Registered User
      • Jan 2002
      • 70

      #3
      This is from the tutorial, but it isn't working.

      ----
      To stop hotlinking images from specific outside domains only, named badsite.net and badsite.com:
      Code:
      RewriteEngine On
      RewriteCond %{HTTP_REFERER} ^[url]http://[/url](www\.)?badsite\.net/ [NC,OR
      RewriteCond %{HTTP_REFERER} ^[url]http://[/url](www\.)?badsite\.com/ [NC
      RewriteRule \.(jpe?g|gif|bmp|png)$ images/nohotlink.jpg [L]
      ----
      Ok,.... and now my code:
      Code:
      RewriteEngine On
      RewriteCond %{HTTP_REFERER} ^[url]http://[/url](www\.)?notsuitableforwork\.com/ [NC,OR
      RewriteCond %{HTTP_REFERER} ^[url]http://[/url](www\.)?notsuitableforwork\.com/ [NC
      RewriteRule \.(jpe?g|gif|bmp|png)$ donthotlink.jpg [L]
      But If I upload the htaccess, I cant access teenslutties.com, I get a 500 internal server error
      Last edited by MetZyZteM; 08-02-2004, 01:14 PM.
      ICQ# 150163553
      #1 - TeenXGalleries
      #2 - AdultXSex

      Comment

      • MetZyZteM
        Registered User
        • Jan 2002
        • 70

        #4
        I found a code that works, for intressed ppl check out:

        http://www.scriptease.be/printzw-26.html
        ICQ# 150163553
        #1 - TeenXGalleries
        #2 - AdultXSex

        Comment

        • dgraf
          Confirmed User
          • Jun 2004
          • 133

          #5
          The second script works on different basis. It first checks if the referer is present. If yes, it is compared to your domain name. This means this solution is better because it does not ban one single "bad" domain but it bans all except the given domain regexps.

          Used regexp is not bullet-proof and can be tricked by passing a referer like this -- http://your-domain.com.abusers-domain.com/...

          The (/)? should be replaced by ($|/.*$) to get work around this.

          A good idea also may be to allow some image searches like image.google.com or local saved pages if you would like to.

          # Allow Saved Pages
          RewriteCond %{HTTP_REFERER} !^file://.*$ [NC]

          # Search Engines
          RewriteCond %{HTTP_REFERER} !^http://([^/]*\.)?google\.(.{2}\.)?.{2,3}/.*$ [NC]

          ... and other addresses according to your web logs.

          And get over these GFYs hahas ...
          Bright Porn | Webmasters | Free Galleries | Sponsors | Traffic Trades | Hardlinks

          Comment

          • MetZyZteM
            Registered User
            • Jan 2002
            • 70

            #6
            he used fucking 20 gb bandwith

            And thnx for the help ppl


            By the way,. he replied on my e-mail. With a story he wants to help me, cause my page was low visited.

            I think he watched the main page stats :P lol
            Last edited by MetZyZteM; 08-03-2004, 12:30 AM.
            ICQ# 150163553
            #1 - TeenXGalleries
            #2 - AdultXSex

            Comment

            • dgraf
              Confirmed User
              • Jun 2004
              • 133

              #7
              ROTFL

              But your pages were still "low visited", in his words. He just delivered traffic to your pictures.

              Time to say -- Thanks for your help and go fuck yourself next time!

              I think he does not care about your stats at all.
              Bright Porn | Webmasters | Free Galleries | Sponsors | Traffic Trades | Hardlinks

              Comment

              • MetZyZteM
                Registered User
                • Jan 2002
                • 70

                #8
                You're right dude.

                Here, enjoy the mail

                ---------
                In response to:

                <<<
                Please remove the kelly galleries on your website.

                It cost me bandwith, and not even my banner or textlinks are displayed. So please remove the galleries.

                If you want to keep them, please link them, not jack them.


                Bye
                >>>

                By tomorrow the Post will be out of the main page anyhow.
                We are not trying to harm anybody nor do we have any intention of stealing something. For your case I can offer you to give you a boost for your very low visited page.
                I could take a few galleries and inside the post I can write ?thx to martin from teenslutties.com? or something and the result will most definitely blow your page higher than it has been lately.

                Don?t get me wrong but this is an offer to help you out because your picture series looked nice to me and your stats on the page were vise versa.

                Keksi

                ---------



                I replied:


                ---------

                Hi,

                The only thing you give me are the costs of the bandwith. You only display some pictures, not my ads. I don't give a fuck about the pictures, they are not mine, but from my sponsor. My stats raised.. yeah thats true.... but what do I get... only bandwith... bandwith.. bandwith.. no clicks on my ads, no money!

                Only costs, And I don't care about statistics.

                I want to earn some money with the ads on my galleries. Hope you get my point.

                And by the way, my page isn't low visited... (I think you watched main page stats)... I have a lot of galleries only, daily submitted on 5x 2000 TGP's (thumbnail gallery posts)... And I do earn some money :P Main page is low visited.

                Please think about your actions, If you just linked my galleries, It was totaly no problem:

                - you got nice galleries on your page (and earn with YOUR ads)
                - And I earn with the ads on MY galleries


                Bye,
                Martin


                -------


                And now: Go Fuck Yourself Keksi
                ICQ# 150163553
                #1 - TeenXGalleries
                #2 - AdultXSex

                Comment

                Working...