PDA

View Full Version : htaccess question about offline browsers


viper2K1
11-16-2001, 06:33 PM
I got a problem, I have this in my htaccess file:

RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} ^DISCo\Pump.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Drip.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Gets.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^IBrowse.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\Ninja.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^JustView.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\tool.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\PiX.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\Explorer.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\Foto.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Pockey.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Slurp.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^SpaceBison.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\Image\Collector.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\Sucker.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Webster.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^ia_archiver.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^lftp.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut.*
RewriteRule .[Jj][Pp][Gg]*$ /fuckoff.html [L]


Now I look into my stats and see ALOT of out-hits made by Teleport Pro/1.29 and also from an other of these tools that's faking Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)|

Does somebody know what I could have done wrong in the htaccess file that it didn't stop that Teleport tool, cos it is in the list :confused:

All input is welcome :(

Darius
11-16-2001, 09:54 PM
Hi viper2K1

I have the same problem. There is nothing wrong iwth our htacces, we need to add another line to deal with the teleport pro/129. Can someone tell us how to change the RewriteCond from:

RewriteCond %{HTTP_USER_AGENT} ^Teleport.*{OR]

to something that will work on Teleport Pro/1.29

Please!

Mole
11-17-2001, 03:03 AM
I can set up my GetRight to spoof any refer URL as well as browser type.

So, for an advanced user, your .htaccess isn't going to be able to do anything.

viper2K1
11-17-2001, 07:21 AM
Originally posted by Mole:
<STRONG>So, for an advanced user, your .htaccess isn't going to be able to do anything.</STRONG>

I know, but I wanna stop that other 80% ;)

notr
11-17-2001, 01:13 PM
I've used Teleport before, works on almost every site i've tried it on. The ONLY one which wouldn't work for me was ARS members area, these guys are pretty tigh security wise. May want to ask them or find out what their using to block it. I know a simple PHP redirects should fool the program.

Teleport can be found at download.com for those who want to test it out.

Abby :D

asianumber1
02-24-2002, 08:47 PM
I have same problem, anyone has a solution to block "Teleport Pro"??