View Single Post
Old 01-22-2003, 08:44 PM  
p00p
Confirmed User
 
Join Date: Dec 2002
Location: CanaDUH
Posts: 5,125
Quote:
Originally posted by notjoe
This stupid program is looping a PHP header() redirect and is causing millions of useless hits. Nothing else loops except for this stupid program.


Top 15 of 2052 Total User Agents

# Hits User Agent

1 3303209 82.03% DA 5.3
2 603824 14.99% DA 5.0
3 21428 0.53% DA 4.0
Can't you block those with mod_rewrite?

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^DA.* [OR,NC]
RewriteCond %{HTTP_USER_AGENT} ^Teleport.*
RewriteRule ^.*$ http://www.winfiles.com

I always enjoyed sending the fuckers to winfiles.com to download all the software.

I have a whole list of them if you need it.
p00p is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote