I see a shitload of "DA 5.3" clients which seems to be causing loops. Anyone know what client/websucker that is?
Anyone know what browsing client "DA 5.3" is?
Collapse
X
-
Just a guess, but Download Accelerator? Version 5.3?Originally posted by notjoe
I see a shitload of "DA 5.3" clients which seems to be causing loops. Anyone know what client/websucker that is?
*shrug*ICQ: 316365783
<a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a> -
-
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.0Comment
-
Can't you block those with mod_rewrite?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
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.ICQ: 316365783
<a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a>Comment
Comment