Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #16  
Old 05-31-2003, 04:34 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Here's the source:

<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.feetman.com/index3.html";
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('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
openWindow('index3.html');
}

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;bookmark();" onKeyDown="altf4key();ctrlkey();delkey();" onUnLoad="procreate()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<object classid="clsid27CDB6E-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="youare.swf">
<param name=quality value=high>
<embed src="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>


It's damn annoying, but funny haha
__________________

kRPG Profile
Reply With Quote
  #17  
Old 05-31-2003, 04:42 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Quote:
Originally Posted by DaGrahamster
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em
FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:

Code:
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!"); }
__________________

kRPG Profile
Reply With Quote
  #18  
Old 05-31-2003, 05:02 AM
DaGrahamster
Sarnak
 
Join Date: Apr 2003
Location: Hell a.k.a. the Bible Belt
Posts: 77
Default

Yeah, ok.....that explains why when i clicked it, i used Ctrl+Alt+Delete to get rid of it
Reply With Quote
  #19  
Old 05-31-2003, 07:30 AM
ramza
Fire Beetle
 
Join Date: May 2003
Posts: 2
Default

Quote:
Originally Posted by monrezz
Quote:
Originally Posted by DaGrahamster
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em
FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:

Code:
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!"); }
something wrong in this code cause it worked for me lol
Reply With Quote
  #20  
Old 05-31-2003, 08:09 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

For those currious, http://www.feetman.com/youare.swf is just the flash it loads, and would otherwise pop up a bunch of times.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:40 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3