Welcome to the RaGEZONE - MMORPG development forums.

Habbo New Loader (JS)

This is a discussion on Habbo New Loader (JS) within the Habbo Releases forums, part of the Habbo Hotel category; Hello, Here I release the new loader! It works 100% and is equals to the loader of the flash client! ...

LyncusMU
Page 1 of 8 12345678 LastLast
Results 1 to 15 of 118
  1. #1
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Habbo New Loader (JS)

    Tabo Hotel
    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:
    1. Unrar the downloaded rar in a directory of your cms.
    2. Go to your client and search for `habboflashclient.js` and change the url to own `habboflashclient.js` that you unrared out of the pack.
    3. Above the `habboflashclient.js` rule add:
      Code:
      <script src="YOUR URL TO >/Loader.js" type="text/javascript"></script>
    4. Now search for:
      Code:
      var params = {
              "base" : "BASE URL",
              "allowScriptAccess" : "always",
              "menu" : "false"          
          };
      and replace it with:
      Code:
      var params = {
              "base" : "BASE URL",
              "allowScriptAccess" : "always",
              "menu" : "false",   
      	"bgcolor" : "#000",
      	"wmode" : "transparent"             
          };
    5. 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.


    Quote Originally Posted by anthony93260 View Post
    little modification ;p

    file required : flashdetect.rar

    Place in page-client

    Code:
    if(FlashDetect.installed)
    {
    jjLoader.init('client', 6, 'hhttp://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');
    }
    After

    Code:
    var habboDefaultClientPopupUrl = "%www%/client";
    -------------

    Before habboflashclient.js add

    Code:
    <script src="YOUR URL TO >/flashdetect.js" type="text/javascript"></script>
    tadaaaaaaaaa : Now when flash is not installed, the installation page is displayed
    Credits:
    • Me making the script
    • Basmil for the idea of using the habboflashclient.js
    Last edited by joopie; 15-12-11 at 04:45 PM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    458
    Liked
    44

    Re: Habbo New Loader (JS)

    Nice release does this work with phoenix Emu non Cracked ?

  4. #3
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: Habbo New Loader (JS)

    Quote Originally Posted by tomsaundo View Post
    Nice release does this work with phoenix Emu non Cracked ?
    It's non emulator related so yes

  5. #4
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    458
    Liked
    44

    Re: Habbo New Loader (JS)

    Ok thanks for this hopefully it will work for me

    I dont have a habboflashclient.js im using ubercms or a client folder

  6. #5
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: Habbo New Loader (JS)

    @tomsaundo, Then add it ;/

  7. #6
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    458
    Liked
    44

    Re: Habbo New Loader (JS)

    Thanks Worked a Charm just have to change the habbo and the background ! +Rep !!

  8. #7
    What you looking at?
    Rank
    Subscriber
    Join Date
    Oct 2009
    Location
    London
    Posts
    221
    Liked
    112

    Re: Habbo New Loader (JS)

    Thanks Bro ;)

  9. #8
    Average Member
    Rank
    Newbie
    Join Date
    Oct 2011
    Posts
    72
    Liked
    2

    Re: Habbo New Loader (JS)

    nice! butt i have this client::


    <?php

    require_once('./data_classes/server-data.php_data_classes-core.php.php');
    require_once('./data_classes/server-data.php_data_classes-session.php.php');

    mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());

    $ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
    $ticketrow = mysql_fetch_assoc($ticketsql);

    $client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
    $client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
    $client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
    $client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
    $client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
    $client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
    $client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
    $client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));
    $client_limit = mysql_fetch_assoc($client_limit = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));

    if($user_rank > 15 && $_SESSION['acp'] == 0){

    echo"<script>alert(\"Gelieve eerst in te loggen voor je in client gaat.\");</script>
    <meta http-equiv=\"refresh\" content=\"0;url=".$adminpath."/index/p/login&do=secretcode\">";

    } elseif($user_rank < 15 && $online_count >= $client_limit['value']){

    require_once('./templates/login_subheader.php');
    require_once('./templates/login_header.php');

    ?>

    <br>
    <div id="intermediate">
    <h2><center>Clientlimit</center></h2>
    <div id="enter-hotel">
    <div class="open enter-btn">
    <a href="<?php echo $path; ?>/client" target="client" onclick="return onClientOpen(this)">Einchecken<i></i></a><b></b>
    </div>
    </div>

    <div id="info">
    Zurzeit sind <b><?php echo $online_count; ?></b> Online!<br>Clientlimit: <b><?php echo $client_limit['value']; ?></b><br><br>Sobald <b><?php echo $online_count + 1 - $client_limit['value']; ?></b> Mitglieder Offline gegangen sind, kannst du Einchecken!
    </div>

    <div id="enter-mypage">
    <a href="<?php echo $path; ?>/client" class="new-button green-button" style="left: -250px;"><b>Aktualsieren &raquo;</b><i></i></a>
    <a href="<?php echo $path; ?>" class="new-button red-button" style="left: -250px;"><b>&laquo; Zurück</b><i></i></a>
    </div>
    <?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>
    <script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;

    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
    FlashHabboClient.cacheCheck();
    }
    var flashvars = {
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : "5.77.174.76",
    "connection.info.port" : "30000",
    "site.url" : "<?php echo $path; ?>",
    "url.prefix" : "<?php echo $path; ?>",
    "client.reload.url" : "<?php echo $path; ?>/client",
    "client.fatal.error.url" : "<?php echo $path; ?>/vastgelopen",
    "client.connection.failed.url" : "<?php echo $path; ?>/vastgelopen",
    "external.variables.txt" : "<?php echo $client_variables['value']; ?>",
    "external.texts.txt" : "<?php echo $client_texts['value']; ?>",
    "use.sso.ticket" : "1",
    "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
    "processlog.enabled" : "1",
    "account_id" : "1",
    "client.starting" : "Wacht even! <?php echo $shortname; ?> wordt geladen.",
    "flash.client.url" : "<?php echo $client_swf_path['value']; ?>",
    "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
    "has.identity" : "1",
    "flash.client.origin" : "popup",
    "logout.disconnect.url" : "<?php echo $path; ?>/vastgelopen",
    "logout.url" : "<?php echo $path; ?>/vastgelopen"

    };
    var params = {
    "base" : "<?php echo $client_swf_path['value']; ?>",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";

    var clientUrl = "<?php echo $client_habbo_swf['value']; ?>";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/web-gallery/flash/expressInstall.swf", flashvars, params);

    window.onbeforeunload = unloading;
    function unloading() {
    var clientObject;
    if (navigator.appName.indexOf("Microsoft") != -1) {
    clientObject = window["flash-container"];
    } else {
    clientObject = document["flash-container"];
    }
    try {
    clientObject.unloading();
    } catch (e) {}
    }
    </script>

    <meta name="description" content="Habbo Hotel - Freunde treffen, Spaß haben und berühmt werden." />
    <meta name="keywords" content="Habbo Hotel , virtuell, Welt, social network, gratis, community, avatar, chat, online, teen, Rollenspiel, anmelden, sozial, Gruppen, Foren, sicher, spielen, games, online, Freunde, teens, rares, rare Möbel, sammeln, erstellen, sammeln, treffen, Möbel, furni, Haustiere, Raum erstellen, teilen, Ausdruck, Badges, Treffpunkt, Musik, Stars, Starchats, VIPs, mmo, mmorpg, massiv multiplayer" />



    <!--[if IE 8]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
    <script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
    <script type="text/javascript">
    try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
    </script>

    <style type="text/css">
    body { behavior: url(/js/csshover.htc); }
    </style>
    <![endif]-->

    <meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />
    </head>

    <body id="client" class="flashclient">
    <div id="overlay"></div>

    <div id="bar">

    <div id="welcome">We hebben nu Habster stream, ook al werkt hij nog niet zo goed!. <span id=rounded><a href="http://forum.ragezone.com/f353/logout.php">Afmelden</a></div>

    <div id="right">
    <div id="share">
    <a href="http://forum.ragezone.com/f353/articles.php" target="_blank">Habster Nieuws</a>
    </div>

    <div id="buyvip">
    <a href="http://forum.ragezone.com/f353/vip.php" target="_blank">Word VIP</a>&nbsp; &nbsp;
    </div>
    </div>
    </div>
    <div id="overlay"></div>
    <div id="client-ui" >
    <div id="flash-wrapper">
    <div id="flash-container">
    <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
    <div class="cbb clearfix">
    <h2 class="title">Je hebt wel Adobe Flash Player nodig!.</h2>

    <div class="box-content">
    <p>Hier kan je adope Flash Player downloaden: <a href="http://get.adobe.com/flashplayer/">installeer flash player</a>. Mehr Informationen und Anweisungen zur Installation sind hier zu finden: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Mehr Informationen</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    $('content').show();
    </script>

    <noscript>
    <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
    <p>If you are not automatically redirected, please <a href="/client">click here</a></p>
    </div>
    </noscript>
    </div>
    </div>
    <div id="content" class="client-content"></div>
    </div>
    <div style="display: none">
    <div id="habboCountUpdateTarget">
    1,323 Mitglieder online
    </div>
    <script language="JavaScript" type="text/javascript">
    setTimeout(function() {
    HabboCounter.init(600);
    }, 20000);
    </script>

    </div>
    <script type="text/javascript">
    RightClick.init("flash-wrapper", "flash-container");
    if (window.opener && window.opener != window && window.opener.location.href == "/") {
    window.opener.location.replace("/me");
    }
    $(document.body).addClassName("js");
    HabboClient.startPingListener();
    </script>
    <div id="fb-root"></div>
    <script type="text/javascript">
    (function() {
    var e = document.createElement('script');
    e.async = true;
    e.src = 'https://connect.facebook.net/de_DE/all.js';
    document.getElementById('fb-root').appendChild(e);
    }());
    </script>


    <iframe name="logframe" src="/bc/logframe?" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>


    <iframe name="conversion-tracking" src="/conversion_tracking_frame" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>


    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-448325-18']);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>
    <script type="text/javascript">
    HabboView.run();
    </script>

    </body>
    </html>
    <?php } ?>


    what now?

  10. #9
    Average Member
    Rank
    Member
    Join Date
    Aug 2011
    Location
    Netherlands
    Posts
    63
    Liked
    1

    Re: Habbo New Loader (JS)

    This doesn't work using PhoenixCF client.

  11. #10
    Delta Subscription
    Rank
    Subscriber
    Join Date
    Nov 2008
    Location
    Manchester, UK
    Posts
    3,264
    Liked
    821

    Re: Habbo New Loader (JS)

    I love it Joopie <3 Works perfectly.

  12. #11
    Average Member
    Rank
    Newbie
    Join Date
    Oct 2011
    Posts
    72
    Liked
    2

    Re: Habbo New Loader (JS)

    Please, can you help me?!?

  13. #12
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    334
    Liked
    58

    Re: Habbo New Loader (JS)

    Already had something like this, still awesome though.

    Cheers

  14. #13
    Otaku and programmer <3
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    227
    Liked
    40

    Re: Habbo New Loader (JS)

    Ahh, awesome man! Thank you very much. It works perfectly :)

  15. #14
    Hamas 4 life!
    Rank
    Member +
    Join Date
    Dec 2008
    Location
    Amsterdam
    Posts
    578
    Liked
    75

    Re: Habbo New Loader (JS)

    1. Problem Help?
    http://i39.tinypic.com/5oigp1.png

    make image tut please

  16. #15
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: Habbo New Loader (JS)

    Quote Originally Posted by mohje View Post
    1. Problem Help?
    http://i39.tinypic.com/5oigp1.png

    make image tut please
    To lazy and did you change the habboflashclient.js to the new one?

 

 
Page 1 of 8 12345678 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •