Page 1 of 1

fun with your browser

PostPosted: Mon Jan 08, 2007 10:58 pm
by obzelite
dont ask why, just do it.

cut and paste this into your address bar end hit enter.

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.images; 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; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);

PostPosted: Mon Jan 08, 2007 11:02 pm
by Geoff
Firefox - nothing happened.

PostPosted: Mon Jan 08, 2007 11:10 pm
by sirhc55
Very clever, although I know feel sick :(

Geoff - works in my Firefox :!:

PostPosted: Mon Jan 08, 2007 11:13 pm
by blacknstormy
freaky !!!
try it on the home page :)

PostPosted: Mon Jan 08, 2007 11:14 pm
by Shoot
Tried it in firefox, and in IE and nothing happened.

-Rob.

PostPosted: Mon Jan 08, 2007 11:16 pm
by Geoff
I too tried it in Firefox and IE - zip.

PostPosted: Mon Jan 08, 2007 11:16 pm
by lukeo
if nothing happens you have scripts blocked, its javascript, very funky effect on all the images on the page

PostPosted: Mon Jan 08, 2007 11:17 pm
by Geoff
I have java enabled.

PostPosted: Mon Jan 08, 2007 11:30 pm
by Shoot
Me too :)

Damn, now i want to know what it does. :)

PostPosted: Mon Jan 08, 2007 11:36 pm
by Yi-P
For those who are trying this on an empty browser.... this is not going to work


This type of script are to run with a webpage already opened and it will call the script into the actual webpage you have opened. If you have an empty webpage opened, it will not work.

Just go into dslr main page, and instead of opening a new window or blank page, highlight the dslrusers.com and past the code inside, you will see the madness.


I remember while ago, MSN.com used to work with this type of java code which enables you to create an account under myname[at]microsoft.com, myname[at]msn.com or myname[at]passport.com, etc... and have a 2GB unlimited email account, by just calling the client side web based java code... but now they seem to have fixed this hole... :lol:

These types of javascripts are pretty vulnerable to some specific website, can be used to access some databases without even typing a password.

PostPosted: Mon Jan 08, 2007 11:46 pm
by obzelite
yeah, prob should have mentioned u need to be on a page, preferably with lots of pics, forums with all the icons work well.

you also need to make sure you get all the code. not just a line of it.

PostPosted: Mon Jan 08, 2007 11:46 pm
by colin_12
Like Chris said, it makes you queesy just trying to follow the pics.
Did someone send this to you or do you start these sort of things for yourself?
Regards Colin

PostPosted: Tue Jan 09, 2007 8:26 am
by Yi-P
If you are mathly brained enough, you can try changing the 'forumula' for moving the the pictures, rather than in a Cos Sine function that goes around the place in circles... :lol: