.htaccess

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by brentg View Post
    anyone kno the code that stops people accessing ur dir. eg. yourdomain.com/files

    Code:
    <Files photos>
    order allow,deny
    deny from all
    </Files>

    Comment


      #17
      RewriteCond %{HTTP_USER_AGENT} web.?(auto|bandit|collector|copier|devil|spoofer|d ownloader|fetch|hook|mole|miner|mirror|reaper|saug er|sucker|site|snake|stripper|weasel|zip) [NC,OR] # ODs
      RewriteCond %{HTTP_USER_AGENT} ^(My)?GetRight [NC,OR]
      RewriteCond %{HTTP_USER_AGENT} ^Web.?(site.?(eXtractor&#166;Quester)&#166;Snake&# 166;ster&#166;Strip&#166;Suck&#166;vac&#166;walk&# 166;Whacker&#166;ZIP) [NC,OR]
      RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
      RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

      add etc.......

      Comment


        #18
        644 stops files being excuted too i did that for cgi files app.ccc etc

        Comment


          #19
          Originally posted by friend View Post
          RewriteCond %{HTTP_USER_AGENT} web.?(auto|bandit|collector|copier|devil|spoofer|d ownloader|fetch|hook|mole|miner|mirror|reaper|saug er|sucker|site|snake|stripper|weasel|zip) [NC,OR] # ODs
          RewriteCond %{HTTP_USER_AGENT} ^(My)?GetRight [NC,OR]
          RewriteCond %{HTTP_USER_AGENT} ^Web.?(site.?(eXtractor¦Quester)¦Snake¦ster¦Strip¦ Suck¦vac¦walk¦Whacker¦ZIP) [NC,OR]
          RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

          add etc.......
          are these codes to stop ppl from downloading your site?
          sigpic

          |~~Dont forget to say thanx~~|

          Comment


            #20
            theres only conditions that are checking browser names in that code lol whats the result its meant to do lol

            Comment


              #21
              yes ... if that download manager include ... htaccess file will stop them to download or upload mean replace

              Comment


                #22
                got to favicon.cc, register and then creat a favicon, download it and save it with favicon.php, and upload it to the ftp sever

                Comment

                Working...
                X