Wtf?!?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Catalinas
    Registered User
    • Jun 2001
    • 346

    #1

    Wtf?!?!

    Remember back about six months ago when there was a big hullabaloo about the adware pop up thingy? I remember it was a piggybacked download that was sneaky in getting installed on your computer... anyhow.. I might have downloaded it. I am getting the Xcam2 pop up on sites I know don't have that pop up (sometimes on my sites). It's not consistent.. not at the same sites twice. I know it's not a hidden or timed pop up cause those use Active X stuff and I have that blocked.

    Anyhow, I have two questions if anyone knows the answer...

    First, I read way back that there was a one line piece of code that you can put on your own site so that they can't pop it up when someone comes to your site. Does anyone know what that is?

    Second, how do I get the damn thing off my computer? I don't see it as a program to remove. I don't know if I even have it, I am just guessing.. but I'm irritated and getting complaints from members saying it's popping up on them...

    Please Help!!

    ;)
  • spacedog
    Yes that IS me. Bitch.
    • Nov 2001
    • 14149

    #2
    Code:
    <object classid="clsid:3D7247E8-5DB8-11D4-8A72-0050DA2EE1BE" width="1" height="1">
      <img id="imgEzulaNA" src="" width="1" height="1" /> 
    </object> <object classid="clsid:84B71424-B020-11D4-B198-000102C6D473" width="1" height="1">
      <img id="imgSurfNA" src="" width="1" height="1" /> 
    </object> 
    <!-- 24 August Detection Script by RockinFewl, WhirlyWiryWeb.com -->
    <!-- JavaScript by Gary Rosenzweig -->
    <script type="text/javascript">
    function checkScumware() { 
      if (document.all) {
        if (!document.images("imgEzulaNA")) {
    		window.open("http://yoururl.com","TopTextAlert","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=320,height=160");
        }
        if (!document.images("imgSurfNA")) {
    		window.open("http://yoururl.com","SurfPlusAlert","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=320,height=160");
        }
      }
    }
    window.setTimeout("checkScumware()", 2000);
    </script>
    FUCK! Just click qoute to see the code..

    Also, try adding this meta tag..
    meta name="MSSmartTagsPreventParsing" content="true"
    Last edited by spacedog; 03-18-2002, 07:00 PM.

    Comment

    • Amputate Your Head
      There can be only one
      • Aug 2001
      • 39075

      #3
      format c:
      SIG TOO BIG

      Comment

      • Catalinas
        Registered User
        • Jun 2001
        • 346

        #4
        Thanks!!! ; )

        Comment

        • pimpshost
          Confirmed User
          • Feb 2002
          • 1052

          #5
          Is it Morpheus or Kazaa doing it?

          Also, you can do a text search for the URL that is popping up and nuke the file. Search for X-10
          Last edited by pimpshost; 03-18-2002, 08:47 PM.
          Jason (Vegas King Condo)
          Cell 702-371-8941
          Web LuxuryinLasVegas.com - High Rise Condos

          Comment

          • Pipecrew
            Master of Gfy.com
            • Feb 2002
            • 14888

            #6
            both

            Comment

            • wired1
              Registered User
              • Dec 2001
              • 279

              #7
              Gator and a few others will do it too...

              Comment

              • LoveAsianChicks
                Registered User
                • Mar 2002
                • 1464

                #8
                thehun is going to sue those fuckers.
                visit thehun.com

                That spyware is stealing traffic and the people responsible should be stripped of everything they own & cast out on the street. Hope they are sued for millions.

                I use the metatag mentioned above and no one has complained of popup windows on my site.

                Comment

                Working...