For Those That Clicked on Aups Family Tree!

Thread Tools
 
Search this Thread
 
Old Jun 14, 2004 | 10:37 PM
  #16  
huck's Avatar
VIP Member
iTrader: (25)
 
Joined: May 2003
Posts: 10,197
From: San Ramon, Ca
Car Info: 2013 GR STi
I didnt get any notice nor a virus.
Old Jun 14, 2004 | 10:41 PM
  #17  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
ya i even tried it with IE and it just gave me a system resources low error box (prob norton took that as a virus infection)
Old Jun 14, 2004 | 10:56 PM
  #18  
mexicanpizza's Avatar
VIP Member
iTrader: (9)
 
Joined: Nov 2002
Posts: 3,928
From: ...a craphole in No.County San Diego
Car Info: MMVI AW WRX STI
LOL

me: check this out
me: http://www.stupidstuff.org/main/oopsie.htm
myfriend: thanx ***
me: what
myfriend: that has some embedded trojans
myfriend: on it
me:
myfriend: antivirus found trojan trying to backdoor me
myfriend: ]***got
myfriend: you're probably infected
myfriend:
me: ahah
me: nothing found by my av
me:
myfriend: your av sucks then
myfriend:
me: doh!
me:
me: time to scan
me: and liveupdate
myfriend: adaware it
myfriend:
me: it was probably since you haven't run windows update
me:
me: did it popup?
me: that's probably what it caught
me: no trojan
me: u homo
myfriend: man i got crap d/l'ed from surfing **** today
myfriend: owned me
Old Jun 15, 2004 | 12:47 AM
  #19  
huck's Avatar
VIP Member
iTrader: (25)
 
Joined: May 2003
Posts: 10,197
From: San Ramon, Ca
Car Info: 2013 GR STi
Lol
Old Jun 15, 2004 | 07:08 AM
  #20  
KurleeDaddeeWRX's Avatar
Thread Starter
Registered User
iTrader: (26)
 
Joined: Nov 2002
Posts: 1,959
From: Gilroy, CA
Car Info: 2017 WRB WRX Premium
Originally Posted by dr3d1zzl3
ya i even tried it with IE and it just gave me a system resources low error box (prob norton took that as a virus infection)
Yeah, McAfee took it as a Trojan Virus as well. So to be on the safe side, I also did a system restore last night. Don't post that type of crap anymore. Thank god it wasn't really a trojan, or there would have been a gang of people vs dre fight at UCKK.

Kurlee Daddee
(THE ORIGINAL)
Old Jun 15, 2004 | 08:54 AM
  #21  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
ya ok, you mean gang of clueless users who shouldnt be operating computers vs the computer nerd..

when i get home i will go thru the code for the page and see what is up, dont think it was a trojan at all just think it was the methods it was using to pop up all the windows.
Old Jun 15, 2004 | 08:56 AM
  #22  
mexicanpizza's Avatar
VIP Member
iTrader: (9)
 
Joined: Nov 2002
Posts: 3,928
From: ...a craphole in No.County San Diego
Car Info: MMVI AW WRX STI
lol @ dre.
Old Jun 15, 2004 | 09:25 AM
  #23  
doughboy's Avatar
Registered User
iTrader: (3)
 
Joined: May 2003
Posts: 2,311
From: San Jose, CA
Car Info: GDA
norton detected a trojan virus as well....
Old Jun 15, 2004 | 01:07 PM
  #24  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
WHAT TROJAN

damnit dont tell me it detected something then not tell me what.

Trying to help you guys out here...
Old Jun 15, 2004 | 01:14 PM
  #25  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
no where in the code does it call any sort of executable...

Code:
<html>
<head>
<title>You are an idiot!</title>
<script language=Javascript>

function bookmark() {
		if ((navigator.appName == "Microsoft Internet Explorer") 
		&& (parseInt(navigator.appVersion) >= 4)) 
		{
		var url="http://www.stupidstuff.org";
		var title="Idiot!";
		window.external.AddFavorite(url,title);
		}
		}

function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); }
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); }
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }

		var xOff = 5;
		var yOff = 5;
		var xPos = 400;
		var yPos = -100;
		var flagRun = 1;

function openWindow(url){
        aWindow = window.open(url,"_blank", 'menubar=no,status=no,toolbar=noresizable=no,width=180,height=175,titlebar=no,alwaysRaised=yes');
}

function procreate(){
		openWindow('oopsie.htm');
		openWindow('oopsie.htm');
		openWindow('oopsie.htm');
		openWindow('oopsie.htm');
		openWindow('oopsie.htm');
		openWindow('oopsie.htm');
		}

function newXlt(){
        xOff = Math.ceil( 0 - 6 * Math.random()) * 5 - 10 ;
        window.focus()}

function newXrt(){
        xOff = Math.ceil(7 * Math.random())  * 5 - 10 ;
        }

function newYup(){
        yOff = Math.ceil( 0 - 6 * Math.random())  * 5 - 10 ;
        }

function newYdn(){
        yOff = Math.ceil( 7 * Math.random())  * 5 - 10  ;
        }
function fOff(){
        flagrun = 0;
        }

function playBall(){
        xPos += xOff;
        yPos += yOff;
        if (xPos > screen.width-175){
        newXlt();
        }
        if (xPos < 0){
        newXrt();
        }
        if (yPos > screen.height-100){
        newYup();
        }
        if (yPos < 0){
        newYdn();
        }
        if (flagRun == 1){
        window.moveTo(xPos,yPos);
        setTimeout('playBall()',1);
        }
        }

</script>
</head>
<body bgColor=#ffffff onload="flagRun=1;playBall();return true;" onKeyDown="altf4key();ctrlkey();delkey();" onUnLoad="procreate()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
  <param name=movie value="../source/youare.swf">
  <param name=quality value=high>
  <embed src="../source/youare.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%">
  </embed> 

</object> 
</body>
</html>
Old Jun 15, 2004 | 01:16 PM
  #26  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
"clsid27CDB6E-AE6D-11cf-96B8-444553540000"

is the only thing that i could see causing an av to trigger some generic message about this or that (basicly a catch safe if you dont have flash installed it will dl it and install it for you with out notification (unless your browser is set to notify)
Old Jun 15, 2004 | 02:30 PM
  #27  
zumnwrx's Avatar
VIP Member
iTrader: (6)
 
Joined: Feb 2003
Posts: 6,155
From: Alaska
Car Info: R.I.P 03 aspen white wrx
you all are idiots!!! sheesh! I GOT A TROJAN damn you andre!!

you are and idiot! you are an idiot!

if you got a TROJAN ****en use it damnit!!







ha ha!
edgar,

***** size may vary

Last edited by zumnwrx; Jun 15, 2004 at 02:33 PM.
Old Jun 15, 2004 | 02:57 PM
  #28  
dr3d1zzl3's Avatar
VIP Member
iTrader: (1)
 
Joined: Dec 2002
Posts: 8,159
From: The Least Coast :(
Car Info: 08 sti
nice
Old Jun 15, 2004 | 04:14 PM
  #29  
DJTEN4's Avatar
VIP Member
iTrader: (4)
 
Joined: Nov 2003
Posts: 916
From: Woodside, Cali
Car Info: 03 yellow wrx
i really dont like that apus ****er, he is just tryong to stir up problems, did he get banned?
Old Jun 15, 2004 | 06:53 PM
  #30  
zumnwrx's Avatar
VIP Member
iTrader: (6)
 
Joined: Feb 2003
Posts: 6,155
From: Alaska
Car Info: R.I.P 03 aspen white wrx
se senor!

edgar,
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
dr3d1zzl3
Bay Area
12
Jun 14, 2004 10:01 PM
dr3d1zzl3
Bay Area
7
Jun 14, 2004 09:44 PM
thebankman
Bay Area
22
Jun 14, 2004 02:58 AM
gdogg
Subaru General
0
May 7, 2004 05:44 AM




All times are GMT -7. The time now is 01:54 AM.