Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. <script type="text/javascript">
  2. var habboName = "Admin";
  3. var habboReqPath = "{url}";
  4. var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
  5. var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
  6. var habboPartner = "";
  7. var habboDefaultClientPopupUrl = "http://127.0.0.1/arcturus/client";
  8. window.name = "ClientWndw";
  9. if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
  10. </script>
  11.  
  12. <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" />
  13. <script src="client/libs2.js" type="text/javascript"></script>
  14. <script src="client/visual.js" type="text/javascript"></script>
  15. <script src="client/libs.js" type="text/javascript"></script>
  16. <script src="client/common.js" type="text/javascript"></script>
  17.  
  18. <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" />
  19.  
  20. <noscript>
  21. <meta http-equiv="refresh" content="0;url=/client/nojs" />
  22. </noscript>
  23.  
  24. <link rel="stylesheet" href="client/client.css" type="text/css" />
  25. <script src="client/habboflashclient.js" type="text/javascript"></script>
  26.  
  27. <script type="text/javascript">
  28. FlashExternalInterface.loginLogEnabled = false;
  29. FlashExternalInterface.logLoginStep("web.view.start");
  30.  
  31. if (top == self) {
  32. FlashHabboClient.cacheCheck();
  33. }
  34. var flashvars = {
  35. "client.allow.cross.domain" : "1",
  36. "client.notify.cross.domain" : "1",
  37. "connection.info.host" : "127.0.0.1",
  38. "connection.info.port" : "3000",
  39. "site.url" : "http://127.0.0.1/arcturus/",
  40. "url.prefix" : "http://127.0.0.1/arcturus/",
  41. "client.reload.url" : "http://127.0.0.1/arcturus/client",
  42. "client.fatal.error.url" : "http://127.0.0.1/arcturus/disconnected",
  43. "client.connection.failed.url" : "http://127.0.0.1/arcturus/disconnected",
  44. "external.variables.txt" : "http://127.0.0.1/arcturus/gamedata/external_variables.txt",
  45. "external.texts.txt" : "http://127.0.0.1/arcturus/gamedata/external_flash_texts.txt",
  46. "productdata.load.url" : "http://127.0.0.1/arcturus/gamedata/productdata.txt",
  47. "furnidata.load.url" : "http://127.0.0.1/arcturus/gamedata/furnidata_xml.xml",
  48. "use.sso.ticket" : "1",
  49. "sso.ticket" : "1",
  50. "processlog.enabled" : "0",
  51. "account_id" : "4",
  52. "client.starting" : "Please wait! {hotelName} is starting up",
  53. "flash.client.url" : "http://127.0.0.1/arcturus/gordon/PRODUCTION-201601012205-226667486/",
  54. "user.hash" : "1",
  55. "has.identity" : "0",
  56. "flash.client.origin" : "popup",
  57. "token" : "1"
  58. };
  59. var params = {
  60. "base" : "http://127.0.0.1/arcturus/gordon/PRODUCTION-201601012205-226667486/",
  61. "allowScriptAccess" : "always",
  62. "menu" : "false"
  63. };
  64.  
  65. if (!(HabbletLoader.needsFlashKbWorkaround())) {
  66. params["wmode"] = "opaque";
  67. }
  68.  
  69. var clientUrl = "http://127.0.0.1/arcturus/gordon/PRODUCTION-201601012205-226667486/PRODUCTION-201601012205-226667486.swf";
  70.  
  71. swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params);
  72.  
  73. window.onbeforeunload = unloading;
  74. function unloading() {
  75. var clientObject;
  76. if (navigator.appName.indexOf("Microsoft") != -1) {
  77. clientObject = window["flash-container"];
  78. } else {
  79. clientObject = document["flash-container"];
  80. }
  81. try {
  82. clientObject.unloading();
  83. } catch (e) {}
  84. }
  85. </script>
  86.  
  87. <body id="client" class="flashclient">
  88. <div id="overlay"></div>
  89. <img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />
  90.  
  91. <div id="overlay"></div>
  92. <div id="client-ui" >
  93. <div id="flash-wrapper">
  94. <div id="flash-container">
  95. <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
  96.  
  97. <div class="cbb clearfix">
  98. <h2 class="title">Please update your Flash Player to the latest version.</h2>
  99. <div class="box-content">
  100. <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
  101. <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
  102. </div>
  103. </div>
  104.  
  105. </div>
  106. <script type="text/javascript">
  107. $('content').show();
  108. </script>
  109. <noscript>
  110. <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
  111. <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
  112. </div>
  113. </noscript>
  114. </div>
  115. </div>
  116.  
  117. </div>
  118. <div style="display: none">
  119.  
  120. <div id="habboCountUpdateTarget">
  121. {status}
  122. </div>
  123. <script language="JavaScript" type="text/javascript">
  124. setTimeout(function() {
  125. HabboCounter.init(600);
  126. }, 20000);
  127. </script>
  128. </div>
  129. <script type="text/javascript">
  130. RightClick.init("flash-wrapper", "flash-container");
  131. if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
  132. window.opener.location.replace(window.opener.location.href);
  133. }
  134. $(document.body).addClassName("js");
  135. HabboClient.startPingListener();
  136. </script>
  137.  
  138. <script type="text/javascript">
  139. HabboView.run();
  140. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement