Any know where to get habbo background changer?
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks.

Any know where to get habbo background changer?
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks.
Last edited by Lµke; 19-02-2007 at 04:20 PM.
youve seen Habbo FM's latest layout. Try www.dynamicdrive.com there may be a script on there that will let u do it. Have a look round.
you can change the background with javascript, http://www.google.com/search?q=javas...e7&rlz=1I7GGLJ
Lets set the stage on fire, and hollywood will be jealous.
Clubhabbo acually
They probably wouldn't like it, but you can just copy and paste from their source... it's just in two chunks.
This is their <body> tag and the part directly after it:
This is the part with the images that change the background"Code:<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <script language="javascript" type="text/javascript"> <!-- function changeBGImage(image){ document.body.background=image; } //--> </script> <script> var backgr1="http://www.habbofm.co.uk/images/layout/purple_bg.PNG" var backgr2="http://www.habbofm.co.uk/images/layout/orange_bg.PNG" var backgr3="http://www.habbofm.co.uk/images/layout/green_bg.PNG" var backgr3="http://www.habbofm.co.uk/images/layout/red_bg.PNG" var backgr3="http://www.habbofm.co.uk/images/layout/blue_bg.gif" var cur=Math.round(6*Math.random()) if (cur<=1) backgr=backgr1 else if (cur<=4) backgr=backgr2 else backgr=backgr3 document.write('<body background="'+backgr+'" bgcolor="#FFFFFF">') </script>
Code:<img border="0" src="http://www.habbofm.co.uk/images/layout/purple_bg.PNG" width="12" height="12" onclick="changeBGImage('http://www.habbofm.co.uk/images/layout/purple_bg.PNG')"></a> <img border="0" src="http://www.habbofm.co.uk/images/layout/red_bg.PNG" width="12" height="12" onclick="changeBGImage('http://www.habbofm.co.uk/images/layout/red_bg.PNG')"></a> <img border="0" src="http://www.habbofm.co.uk/images/layout/blue_bg.gif" width="12" height="12" onclick="changeBGImage('http://www.habbofm.co.uk/images/layout/blue_bg.gif')"></a> <img border="0" src="http://www.habbofm.co.uk/images/layout/orange_bg.PNG" width="12" height="12" onclick="changeBGImage('http://www.habbofm.co.uk/images/layout/orange_bg.PNG')"></a> <img border="0" src="http://www.habbofm.co.uk/images/layout/green_bg.PNG" width="12" height="12" onclick="changeBGImage('http://www.habbofm.co.uk/images/layout/green_bg.PNG')"></a>
help the code does not work![]()
How would one go about a skin changer thingy
EDTALKING
do i put the code together?
code works![]()
Want to hide these adverts? Register an account for free!