Advertisement
Guest User

SKDAdjsd

a guest
Feb 13th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>{hotelName} - Client</title>
  6.  
  7. <link rel="stylesheet" href="http://LINKHOTEL/app/tpl/skins/Habbo/style/client.css" type="text/css">
  8.  
  9. <script type="text/javascript" src="http://LINKHOTEL/app/tpl/skins/Habbo/js/swfobject.js"></script>
  10. <script type="text/javascript">
  11. var BaseUrl = "http://LINKHOTEL/images/game/c_images/";
  12. var flashvars =
  13. {
  14. "client.allow.cross.domain" : "1",
  15. "client.notify.cross.domain" : "0",
  16. "connection.info.host" : "IPDOVPS",
  17. "connection.info.port" : "30000",
  18. "site.url" : "http://LINKHOTEL",
  19. "url.prefix" : "http://LINKHOTEL",
  20. "client.reload.url" : "http://LINKHOTEL/client",
  21. "client.fatal.error.url" : "http://LINKHOTEL/disconnected",
  22. "logout.url" : "http://LINKHOTEL/disconnected",
  23. "logout.disconnect.url" : "http://LINKHOTEL/disconnected",
  24. "client.connection.failed.url" : "http://LINKHOTEL/disconnected",
  25. "external.variables.txt" : "http://LINKHOTEL/images/game/gamedata/external_variables.txt",
  26. "external.texts.txt" : "http://LINKHOTEL/images/game/gamedata/external_flash_texts.txt",
  27. "productdata.load.url" : "http://LINKHOTEL/images/game/gamedata/productdata.txt",
  28. "furnidata.load.url" : "http://LINKHOTEL/images/game/gamedata/furnidata.xml",
  29. "avatareditor.promohabbos" : "http://LINKHOTEL/images/game/gamedata/hotlooks.xml",
  30. "use.sso.ticket" : "1",
  31. "sso.ticket" : "{sso}",
  32. "processlog.enabled" : "0",
  33. "client.starting" : "Please wait, {hotelName} is loading",
  34. "client.starting.revolving" : "Quando você menos esperar...terminaremos de carregar.../Carregando mensagem divertida! Por favor espere./Você quer batatas fritas para acompanhar?/Siga o pato amarelo./O tempo é apenas uma ilusão./Já chegamos?!/Eu gosto da sua camiseta./Olhe para um lado. Olhe para o outro. Pisque duas vezes. Pronto!/Não é você, sou eu./Shhh! Estou tentando pensar aqui./Carregando o universo de pixels.", "flash.client.url" : BaseUrl,
  35. "flash.client.origin" : "popup"
  36. };
  37. var params =
  38. {
  39. "base" : BaseUrl + "/",
  40. "allowScriptAccess" : "always",
  41. "menu" : "false"
  42. };
  43. swfobject.embedSWF(BaseUrl + "/Mabbo.swf", "client", "100%", "100%", "10.0.0", "http://LINKHOTEL/images/game/Mabbo.swf", flashvars, params, null);
  44. </script>
  45. </head>
  46.  
  47. <body>
  48.  
  49. <div id="client"></div>
  50. <div id="client-ui" >
  51. <div id="flash-wrapper">
  52. <div id="flash-container">
  53. <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
  54. <div class="cbb clearfix">
  55. <h2 class="title">Atualize o Flash Player para a última versão.</h2>
  56. <div class="box-content">
  57. <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>
  58. <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://wwwimages.adobe.com/www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
  59. </div>
  60. </div>
  61. </div>
  62.  
  63. <script type="text/javascript">
  64. $("content").show();
  65. </script>
  66. <noscript>
  67. <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
  68. <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
  69. </div>
  70. </noscript>
  71. </div>
  72. </div>
  73.  
  74. </div>
  75. <script src="http://code.jquery.com/jquery-latest.js"></script>
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
  77.  
  78. <div id="content" class="client-content"></div>
  79. </div>
  80.  
  81. <script type="text/javascript">
  82. HabboView.run();
  83. </script>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement