Hotlinking Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lee20
    Registered User
    • Nov 2003
    • 6

    #1

    Hotlinking Help

    Does disabling hotlinking affect TGP bots when submitting galleries. If so, is there any way around this?
    -thanks
    lee20
  • inSaNo
    Registered User
    • Nov 2003
    • 7

    #2
    Hi,

    most of the tgp sites block galleries which have any form of script. (eg. hahahahahahahahahaha/php/cgi/asp) so if your gallery has such a script on it, it is quite possible that it is not accepted.

    Just keep a good eye on the stats for that gallery, if you get loads of requests from a specific website, on a specific picture (or multiple pictures) it might be possible that its hotlinked.

    Comment

    • alterego
      Registered User
      • Dec 2003
      • 23

      #3
      Originally posted by lee20
      Does disabling hotlinking affect TGP bots when submitting galleries. If so, is there any way around this?
      -thanks
      lee20

      With some tgp scripts you can provide a thumbnail preview.
      Some older scripts have the option to provide an
      url to the thumb. I am not sure what happens
      if you have a .htaccess protection to allow only
      visits through your domain and you submit an
      url with a preview thumb. ( I do not like that
      option and on most submit forms owners do not
      put the requiredwidth and height)

      I like the new scripts with options like

      crop the pic yourself
      auto crop a pic form gallery.


      The spiders will be able to check your gallery
      if you use hotlink protection as long as you do not
      change a bit you are safe.



      Just my 2 cents
      <font face="Arial, sans-serif">
      <center>
      <b>PROMOTE BONDAGEDOLLARS</b><br>No Gimmicks Console Free <br>European BDSM Sites<br><b>50% Signup 50% Recurring</b><br><br>
      <a href="http://www.telepcmedia.net/cgi-bin/ibill/ccShare.cgi?cmnd=home&id=bdsmareatgp"><font color="white"><b>START MAKING $ NOW</b></font></a><br><br>

      Comment

      • teleblade69
        Confirmed User
        • Nov 2003
        • 1063

        #4
        Place this code in your .htaccess file and put all your pictures in the directory of the .htaccess file and then all the directories under the .htaccess file are protected against hotlinking !


        AuthUserFile /dev/null
        AuthGroupFile /dev/null
        RewriteEngine On
        RewriteOptions inherit
        RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
        RewriteCond %{HTTP_REFERER} !^http://XX.XX.XX.XX/.*$ [NC]
        RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.domain.com/ [R,L]


        Replace domain.nl and XX.XX.XX.XX by any domainname and IP adress which has access to the GIFS. Don't forget to but your own domain and IP

        Check t at
        http://www.hotlinking.com/

        Comment

        • teleblade69
          Confirmed User
          • Nov 2003
          • 1063

          #5
          don't visit hotlinking.com the bastards redirect it to a commercial site

          sorry...

          Comment

          • Krille
            Confirmed User
            • Mar 2002
            • 2436

            #6
            http://www.antihotlinking.com

            Comment

            • doornx
              Confirmed User
              • Nov 2003
              • 2531

              #7
              Just use the .htaccess file as described above.
              Place your full images/movies in a seperate dir together with the .htaccess.

              This makes sure the data can only be loaded when approached by a link on your site..easy
              Send me a PM for design work

              Comment

              • NoAngel
                Confirmed User
                • Oct 2003
                • 333

                #8
                Originally posted by doornx
                Originally posted by teleblade69
                should work, testing it.
                THX !!!

                The place for (No)Angels - Always New Models and Faces
                Custom and Exclusive Photo-Video Content
                ICQ:335332443

                Comment

                Working...