Anyone know what browsing client "DA 5.3" is?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • notjoe
    Confirmed User
    • May 2002
    • 5599

    #1

    Anyone know what browsing client "DA 5.3" is?

    I see a shitload of "DA 5.3" clients which seems to be causing loops. Anyone know what client/websucker that is?
  • p00p
    Confirmed User
    • Dec 2002
    • 5125

    #2
    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?
    Just a guess, but Download Accelerator? Version 5.3?
    *shrug*
    ICQ: 316365783
    <a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a>

    Comment

    • notjoe
      Confirmed User
      • May 2002
      • 5599

      #3
      Originally posted by p00p


      Just a guess, but Download Accelerator? Version 5.3?
      *shrug*

      Could very well be, i know the 5.3 changes so im pretty sure it is a version number..

      Thanks for a start in tracking this down.

      Joe

      Comment

      • mrthumbs
        salad tossing sig guy
        • Apr 2002
        • 11702

        #4
        Yep DA is www.downloadaccelerator.com/

        Have researched this a while ago: 100% positive.

        Comment

        • notjoe
          Confirmed User
          • May 2002
          • 5599

          #5
          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

          Comment

          • p00p
            Confirmed User
            • Dec 2002
            • 5125

            #6
            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.
            ICQ: 316365783
            <a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a>

            Comment

            Working...