Need a code to block hotlinking from google images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexg
    IL4L.com
    • Aug 2003
    • 11287

    #1

    Need a code to block hotlinking from google images

    I tried htaccess codes that i used in my other sites for blocking hotlinking to my gallery pictures, but none of them seem to work for blocking google images hotlinking.

    I need a code that will redirect surfers who click the "click here to view full image" button in the google images frame on top.
    anyone have such working code? I would appreciate it.

    Find fuck buddies in your area!

  • slapass
    Too lazy to set a custom title
    • Nov 2002
    • 14625

    #2
    They load your site in a frame. At least that is how it looks to me. It is traffic why throw it away?

    Comment

    • jimmyf
      OU812
      • Feb 2001
      • 12651

      #3
      what I did, but I didn't have 1,000's of them.
      Left the thumbs,
      made some htm's with the name of the pic's and renamed them .jpg's.
      Made 5 htm's then just kept copying them over to the folder and renaming them until I had like 20 of'm then it pretty fast doing 20 at a time, but like I said I 100's not 1,000's

      I couldn't stop them either from hotlinking either
      Epic CashEpic Cash works for me
      Solar Cash Paysite Plugin
      Gallery of the day freesites,POTD,Gallery generator with free hosting

      Comment

      • jimmyf
        OU812
        • Feb 2001
        • 12651

        #4
        Originally posted by slapass
        They load your site in a frame. At least that is how it looks to me. It is traffic why throw it away?
        it's a B/W burner, they just see the .jpg not a page
        Epic CashEpic Cash works for me
        Solar Cash Paysite Plugin
        Gallery of the day freesites,POTD,Gallery generator with free hosting

        Comment

        • slapass
          Too lazy to set a custom title
          • Nov 2002
          • 14625

          #5
          Not for my site. they see the page.

          Comment

          • slapass
            Too lazy to set a custom title
            • Nov 2002
            • 14625

            #6
            correction: they see the whole page and if they go to enlarge just the image my hot link protection hits it.

            Comment

            • teksonline
              So Fucking Banned
              • Jan 2005
              • 2904

              #7
              Im pretty sure you can prevent google images by using robots.txt

              why block it? I love this traffic, its all I work at doing anymore, but then again I learned how to convert it...

              Comment

              • MattK
                Confirmed User
                • May 2002
                • 492

                #8
                try putting this code in the file .htaccess file in your domain's root directory:

                Options +FollowSymLinks
                RewriteEngine on
                RewriteCond %{HTTP_REFERER} ^http://images.google.com.*$
                RewriteRule ^.*$ http://www.yourdomain.com/

                Comment

                • mlove
                  the guy
                  • Apr 2005
                  • 764

                  #9
                  to prevent googlebot from indexing your images, put this in your /robots.txt

                  User-agent: Googlebot-Images
                  Disallow: /

                  that should work.
                  If you won't feel as good, I won't feel as cheap.

                  Comment

                  • alexg
                    IL4L.com
                    • Aug 2003
                    • 11287

                    #10
                    Originally posted by slapass
                    correction: they see the whole page and if they go to enlarge just the image my hot link protection hits it.
                    well how do I do this?

                    Find fuck buddies in your area!

                    Comment

                    • alexg
                      IL4L.com
                      • Aug 2003
                      • 11287

                      #11
                      Originally posted by teksonline
                      Im pretty sure you can prevent google images by using robots.txt

                      why block it? I love this traffic, its all I work at doing anymore, but then again I learned how to convert it...
                      i don't want to prevent it totally

                      i just want to redirect the surfers who chose to enlarge my pic to another place

                      Find fuck buddies in your area!

                      Comment

                      • alexg
                        IL4L.com
                        • Aug 2003
                        • 11287

                        #12
                        Originally posted by MattK
                        try putting this code in the file .htaccess file in your domain's root directory:

                        Options +FollowSymLinks
                        RewriteEngine on
                        RewriteCond %{HTTP_REFERER} ^http://images.google.com.*$
                        RewriteRule ^.*$ http://www.yourdomain.com/
                        hmmm nice this code works

                        but now it redirects all the surfers from google images.. not just those who chose to enlarge the picture..

                        i'm not sure if that's a good idea to redirect them all in case i redirect directly to a sponsor

                        Find fuck buddies in your area!

                        Comment

                        • alexg
                          IL4L.com
                          • Aug 2003
                          • 11287

                          #13
                          Originally posted by alexg
                          hmmm nice this code works

                          but now it redirects all the surfers from google images.. not just those who chose to enlarge the picture..

                          i'm not sure if that's a good idea to redirect them all in case i redirect directly to a sponsor
                          anyone else redirects all google images traffic directly to a sponsor?

                          can it hurt your rating eventually?

                          Find fuck buddies in your area!

                          Comment

                          • Jimmie
                            Confirmed User
                            • Dec 2003
                            • 872

                            #14
                            I would make sure that the page ur image/images are displayed on, are properly setup with links to the sponsor.. 9 times out of 10, when they view the full image, they're really interested in that (girl, site, niche etc). Can convert real well if u setup your site/pages right
                            Livin' Fat Cause I Aint On Speed....

                            Comment

                            • alexg
                              IL4L.com
                              • Aug 2003
                              • 11287

                              #15
                              Originally posted by Jimmie
                              I would make sure that the page ur image/images are displayed on, are properly setup with links to the sponsor.. 9 times out of 10, when they view the full image, they're really interested in that (girl, site, niche etc). Can convert real well if u setup your site/pages right
                              i did that and it converted badly

                              Find fuck buddies in your area!

                              Comment

                              Working...