Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 21605 invoked from network); 23 Sep 2009 14:38:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 14:38:11 -0000 Received: (qmail 86896 invoked by uid 500); 23 Sep 2009 14:38:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86868 invoked by uid 500); 23 Sep 2009 14:38:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86824 invoked by uid 99); 23 Sep 2009 14:38:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14:38:06 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.218.208] (HELO mail-bw0-f208.google.com) (209.85.218.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 14:37:58 +0000 Received: by bwz4 with SMTP id 4so622893bwz.24 for ; Wed, 23 Sep 2009 07:37:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.125.19 with SMTP id c19mr1002881mun.59.1253716656422; Wed, 23 Sep 2009 07:37:36 -0700 (PDT) In-Reply-To: <4ABA2EEF.9070705@infoservices.in> References: <4ABA2EEF.9070705@infoservices.in> Date: Wed, 23 Sep 2009 15:37:36 +0100 Message-ID: <5629f00b0909230737s55b16358we67f90899f506a3b@mail.gmail.com> From: Nick Cooper To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=0016e65aef40f480a404743fa74a X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] what is the signature of FlashGot download manager --0016e65aef40f480a404743fa74a Content-Type: text/plain; charset=ISO-8859-1 2009/9/23 J. Bakshi > Hello list, > > could anyone suggest the server access signature of FlashGot ( firefox > downloamanager ) ? I am running my site at a hosting place where I can't > access apache log And I like to prevent FlashGot . I have already tried > with the following in .htaccess > > ``` > RewriteCond %{HTTP_USER_AGENT} ^FlashGot [OR] > RewriteCond %{HTTP_USER_AGENT} ^flashgot [OR] > RewriteRule ^.* - [F,L] > ```` > but no success. Any clue about the flashgot signature ? > > thanks > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > It should use the same user agent string as firefox, I know flashget uses an IE user-agent. You could setup a simple script to check on your server, if you have php, create a php script with echo $_SERVER['HTTP_USER_AGENT']; and point flashgot at it. --0016e65aef40f480a404743fa74a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2009/9/23 J. Bakshi <joydeep@infoservices.in>=
Hello list,

could anyone suggest the server access signature of FlashGot ( firefox
downloamanager ) ? I am running my site at a hosting place where I can'= t
access apache log And I like to prevent FlashGot . I have already tried
with the following in .htaccess

```
RewriteCond %{HTTP_USER_AGENT} ^FlashGot [OR]
RewriteCond %{HTTP_USER_AGENT} ^flashgot [OR]
RewriteRule ^.* - [F,L]
````
but no success. =A0Any clue about the flashgot signature ?

thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.<= br> See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
=A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


It should use the same user agent string as fir= efox, I know flashget uses an IE user-agent.

You c= ould setup a simple script to check on your server, if you have php, create= a php script with echo $_SERVER['HTTP_USER_AGENT']; and point flas= hgot at it.
--0016e65aef40f480a404743fa74a--