CGI skills needed...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fantasyc
    Confirmed User
    • Apr 2001
    • 672

    #1

    CGI skills needed...

    I have somebody hotlinking to one of my folders full of video clips. The folder is so large it keeps shutting down our server. I need someone who can do an .htaccess file to stop anyone from linking to me.

    Anyone want to trade for content? For the moment I will remove the folder

    ------------------
    Thanks ;)
    Tracy
    Fantasy Content
    http://www.fantasycontent.com
    hit me up on icq for a content deal you can t pass up icq 495-066-342
  • X37375787

    #2
    There's been 3 threads in the past 2 days about hotlinking.

    Comment

    • X37375787

      #3
      ErrorDocument 404 /index.html
      RewriteEngine on
      RewriteCond %{HTTP_REFERER} !^$
      RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com [NC]
      RewriteCond %{HTTP_REFERER} !^http://yourdomain.com [NC]
      RewriteRule .*\.(gif|GIF|jpg|JPG|mpg|MPG|Mpeg|mpeg|MPEG|rm|RM) $ http://www.yourdomain.com [R,L]

      Comment

      • fantasyc
        Confirmed User
        • Apr 2001
        • 672

        #4
        That's great, if I were only as smart as you

        I can do that but where does it go??

        I have zero experience with CGI. I tried a form once and I got lost on the path to my perl bin



        ------------------
        Thanks ;)
        Tracy
        Fantasy Content
        http://www.fantasycontent.com
        hit me up on icq for a content deal you can t pass up icq 495-066-342

        Comment

        • Gemini
          Confirmed User
          • Jan 2001
          • 7183

          #5
          Hang tight fantasyc. Our techie just joined the bbs but is having the get the email with password blues.
          <center><a target="_blank" href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac"><img border="0" src="http://216.130.172.224/gfy/gsig.gif" width="490" height="100"></a><br><a href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac" target="_blank"><b><font face="Arial"><font color="#FF99FF"> Buy me away from Slavedriver Smokey!<br>It's May Sig Sweeps!<font></b></center>

          Comment

          • Kat - Fast
            Confirmed User
            • Feb 2001
            • 2303

            #6
            upload it as a .txt to your movie directory then delete the .txt extension

            Comment

            • RedShoe
              赤い靴 call me 202-456-1111
              • Feb 2001
              • 14831

              #7
              you can do that by renaming it from "htaccess.txt" to ".htaccess"

              I'm not sure but I think you need the "." in front of it. I've never tried it without.



              ------------------
              ...:::End Of Line:::...
              ------------------
              * uSexFan.com
              * ICQ : 114683191

              SPECIALTY COSTUMES • PROPS • FX
              Superheroes • Monsters • Robots
              PM for details


              For any manufacturing needs. Adult or otherwise.

              aka BonsHigh on Insta
              Bonsai weed plants


              Comment

              • fantasyc
                Confirmed User
                • Apr 2001
                • 672

                #8
                So you just put that in the directory you don't want them to link to? So if I have a bunch of folders I put one in each?

                Thanks so much, I appreciate all the help. I can hand code html and a small bit of Javascript but that'a as far as I've gotten.

                I think I need to join TDavid's class at script school

                ------------------
                Thanks ;)
                Tracy
                Fantasy Content
                http://www.fantasycontent.com
                hit me up on icq for a content deal you can t pass up icq 495-066-342

                Comment

                Working...