Hello,
Here I release the new loader!
It works 100% and is equals to the loader of the flash client!
Download the pack:
http://downloads.jospiek.nl/NewLoader.rar
Preview (Without client):
New Loader
Preview (With client):
Mabbo Hotel - Where else can you party, 24/7? Where else can you buy pet Monkeys, Turtles? Where else can you decorate your own rooms, at no cost?!
How to set-up:
- Unrar the downloaded rar in a directory of your cms.
- Go to your client and search for `habboflashclient.js` and change the url to own `habboflashclient.js` that you unrared out of the pack.
- Above the `habboflashclient.js` rule add:
Code:<script src="YOUR URL TO >/Loader.js" type="text/javascript"></script>- Now search for:
and replace it with:Code:var params = { "base" : "BASE URL", "allowScriptAccess" : "always", "menu" : "false" };
Code:var params = { "base" : "BASE URL", "allowScriptAccess" : "always", "menu" : "false", "bgcolor" : "#000", "wmode" : "transparent" };- Now add somewhere below the page (In the body tag) the following rules:
Code:<script type="text/javascript"> jjLoader.init('client', 6, 'http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/737/web-gallery/v2/images/habbologo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel_view_images_hq/hotelview_xmas10_000.png'); </script>
Declaration of `jjLoader.init`
- Param `client`: The ID of a main div tag.
- Param `6`: The client sended habbo update request (AJAX) until the `flash_step`: `auth_ok` (You can view the request by clicking right button > element inspect > netwerk.
- Param `first url`: The logo that appears.
- Param `second url`: The background that appears.
Credits:
- Me making the script
- Basmil for the idea of using the habboflashclient.js







