This is splendid!!
Hi
Usually when i come across things like this almost half the globe has seen it before me, but just incase you havent then check this out
open a webpage that has a lot of images on and paste this into the address line
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(%22img%22); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+%22px%22; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+%22px%22}R++}setInterval('A()',5); void(0);
Am impressed!!
Lee H
Usually when i come across things like this almost half the globe has seen it before me, but just incase you havent then check this out
open a webpage that has a lot of images on and paste this into the address line
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(%22img%22); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+%22px%22; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+%22px%22}R++}setInterval('A()',5); void(0);
Am impressed!!
Lee H
.
Comments
-
mamono Member Posts: 776 ■■□□□□□□□□Hahaha... nice... Good luck trying to click the reply button after that. :P
-
Kaminsky Member Posts: 1,235GAH !
NO HAZZARD WARNING !
Be carefull if you have had too many shandies when you look at this... nearly fell off my chair !Kam. -
JDMurray Admin Posts: 13,089 AdminI can't wait to make that into a Vista Gadet or a screensaver!
Try using images from images.google.com, like: http://images.google.com/images?hl=en&safe=off&q=jupiter+planet+source%3Alife&btnG=Search+Images -
ConstantlyLearning Member Posts: 445JDMurray wrote:I can't wait to make that into a Vista Gadet or a screensaver!
Try using images from images.google.com, like: http://images.google.com/images?hl=en&safe=off&q=jupiter+planet+source%3Alife&btnG=Search+Images
Felt like it was going to burst through my screen and attack me."There are 3 types of people in this world, those who can count and those who can't" -
skrpune Member Posts: 1,409very cool...although had to switch over to IE (blah) to get it to work properly, looks kinda funky in FF3.Currently Studying For: Nothing (cert-wise, anyway)
Next Up: Security+, 291?
Enrolled in Masters program: CS 2011 expected completion -
JDMurray Admin Posts: 13,089 Adminskrpune wrote:very cool...although had to switch over to IE (blah) to get it to work properly, looks kinda funky in FF3.
And the effect looks fine in my FF3.
I just tried it in Chrome and what it does to the Google logo is hilarious! -
Mrock4 Banned Posts: 2,359 ■■■■■■■■□□Pretty cool. Looked good on FF3. I definitely didn't expect that.
-
Lee H Member Posts: 1,135Guys you will never guess, but I posted this same thread on another forum and i then got this message from the administrator
that little copy and paste you posted this morning is listed on other forums regarding stealing passwords on forums.
you've been suspended for 7 days while i look into this
How can a simple cut and paste into a browser reveal your passwords?
Any idea if this is true?
Lee H. -
ladiesman217 Member Posts: 416Sounds cool but I'm afraid to try it. can u post a pic. where u get it? :P
what will happen if I paste it on the address bar while browsing techexams.net ?No Sacrifice, No Victory. -
Lee H Member Posts: 1,135It works on here, i doubt its a hack, i think the other administrator on the forum is too paranoid
notice that he said
"regarding stealing passwords on forums"
I think this of all forums would be aware of such a hack which leads me to beleive its all bull****. -
ladiesman217 Member Posts: 416its not working. also tried to use IE but it says:
Forbidden
You don't have permission to access /javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0); on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Red Hat) Server at techexams.net Port
maybe I'm doing it wrong.... when I try to paste it, it always says forbidden.No Sacrifice, No Victory. -
ladiesman217 Member Posts: 416Lee H wrote:I just tried it on www.argos.co.uk, and it works
now its working and I got your password. How did u do that?
cool man!No Sacrifice, No Victory. -
Lee H Member Posts: 1,135lol ladiesman, dont even joke about that, i doubt Johan has a sense of humor when it comes to users passwords, i have PM'd him to let him know so you may not see this thread later
can someone please decipher this text, i cant beleive i have been banned from the other forum, i just need to know now cos i have this on another forum. -
Webmaster Admin Posts: 10,292 AdminOnly when it's actually funny
JavaScript is a 'client-side' script, the code you posted only uses the contents of the page that is already loaded into your browser, which of course does not include your password. It simply creates an array of the images (based on the img tags in the page in your browser) and then enumerates through it to update the positions, nothing harmful. Replace 'img' with any other html tag (such as 'table') and then run it again. But besides that the passwords are encrypted (one-way), even I cannot read them (since they aren't really there, just the hash value).
Nice script btw, haven't seen anything like that over the past decade+. Reminds of the viruses before the Internet became common, like the ones that made all characters drop to the bottom of the screen (and also didn't do actual harm).
That said, if you can't predict the results of running such code don't run it at all, especially not at TE. Well, unless you want to try it a www.****.com or similar next time
Thanks for the pm.
Johan -
JDMurray Admin Posts: 13,089 AdminWebmaster wrote:Reminds of the viruses before the Internet became common, like the ones that made all characters drop to the bottom of the screen (and also didn't do actual harm).
-
Webmaster Admin Posts: 10,292 AdminJDMurray wrote:And it was so funny to secretly install it on someone's machine, watcher their reaction, and give them tech support. ("Oh yeah, you have that character drop-off problem. I think it's cause your RAM worn out." )