Advertisement
Guest User

Untitled

a guest
May 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. <?php
  2. // Caso o usuarıo esteja banıdo.
  3. include "bans/checkipban.php";
  4. include "bans/checktheban.php";
  5. ?>
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <title>{username} jogando {hotelName}</title>
  10. <link rel="shortcut icon" href="{url}/content/ico/favicon.ico" type="image/vnd.microsoft.icon" />4
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  12. <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
  13. <link rel="stylesheet" href="ase/victrap.css" type="text/css">
  14. <link rel="stylesheet" href="content/css/client.css" type="text/css">
  15. <link href="content/css/buttons.css" rel="stylesheet" type="text/css"/>
  16. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  17. <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
  18. </head>
  19. <script type="text/javascript">
  20. var BaseUrl = "http://25.82.250.174/swf/gordon/PRODUCTION-201607262204-86871104//";
  21. var flashvars =
  22. {
  23. "client.starting" : "Aguarde! {hotelName} esta cargando!",
  24. "client.starting.revolving" : "Para la ciencia, su monstruo/Cargando mensaje divertido ... espere./¿Usted quisiera patatas fritas con qué? / Siga el pato amarillo. / El tiempo es apenas una ilusión. / Somos nosotros allí todavía?!/Me gustó su camisa. / A la izquierda. Mire a la derecha. ¡Pisque 2 veces!/No es usted, soy yo./Shhh! Estoy tratando de pensar aquí./Cargando el universo de píxeles.",
  25. "client.allow.cross.domain" : "1",
  26. "client.notify.cross.domain" : "0",
  27. "connection.info.host" : "25.82.250.174",
  28. "connection.info.port" : "30000",
  29. "site.url" : "http://25.82.250.174",
  30. "url.prefix" : "http://25.82.250.174",
  31. "client.reload.url" : "http://25.82.250.174/client",
  32. "client.fatal.error.url" : "http://25.82.250.174/disconnected",
  33. "client.connection.failed.url" : "http://25.82.250.174/disconnected",
  34. "external.variables.txt" : "http://25.82.250.174/swf/gamedata/external_variables.txt?44551855348517",
  35. "external.texts.txt" : "http://25.82.250.174/swf/gamedata/external_flash_texts.txt?1",
  36. "external.override.texts.txt" : "http://25.82.250.174/swf/gamedata/override/external_flash_override_texts.txt?25",
  37. "productdata.load.url" : "http://25.82.250.174/swf/gamedata/productdata.txt",
  38. "furnidata.load.url" : "http://25.82.250.174/swf/gamedata/furnidata.xml",
  39. "use.sso.ticket" : "1",
  40. "sso.ticket" : "{sso}",
  41. "processlog.enabled" : "0",
  42. "flash.client.url" : BaseUrl,
  43. "flash.client.origin" : "popup"
  44. };
  45. var params =
  46. {
  47. "base" : BaseUrl + "/",
  48. "allowScriptAccess" : "always",
  49. "menu" : "false"
  50. }
  51. swfobject.embedSWF(BaseUrl + "/HabboCloud.swf?3544446754476585858", "client", "100%", "100%", "10.0.0", "{url}/r63/expressInstall.swf", flashvars, params, null);
  52. </script>
  53. </head>
  54. <div class="client__buttons" style="left: 50px;">
  55.  
  56. <button ngsf-toggle-fullscreen="" class="client__fullscreen" onclick="resizeClient()"><b><i class="fa fa-snowflake-o " aria-hidden="true"></i> descongelar</b></button>
  57. </div>
  58. <div class="client__buttons">
  59. <button ngsf-toggle-fullscreen="" class="client__fullscreen" onclick="toggleFullScreen()" style=" height: 30px;width: 33px;"><i show-if-fullscreen="false" class="client__fullscreen__icon icon icon--fullscreen"></i> <i show-if-fullscreen="" class="client__fullscreen__icon icon icon--fullscreen-back ng-hide"></i></button>
  60. </div>
  61. <script type="text/javascript">
  62. function toggleFullScreen() {
  63. if ((document.fullScreenElement && document.fullScreenElement !== null) ||
  64. (!document.mozFullScreen && !document.webkitIsFullScreen)) {
  65. if (document.documentElement.requestFullScreen) {
  66. document.documentElement.requestFullScreen();
  67. } else if (document.documentElement.mozRequestFullScreen) {
  68. document.documentElement.mozRequestFullScreen();
  69. } else if (document.documentElement.webkitRequestFullScreen) {
  70. document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
  71. }
  72. } else {
  73. if (document.cancelFullScreen) {
  74. document.cancelFullScreen();
  75. } else if (document.mozCancelFullScreen) {
  76. document.mozCancelFullScreen();
  77. } else if (document.webkitCancelFullScreen) {
  78. document.webkitCancelFullScreen();
  79. }
  80. }
  81. }
  82. </script>
  83.  
  84. <script type="text/javascript">
  85. function resizeClient(){
  86. var theClient = document.getElementById('client');
  87. var theWidth = theClient.clientWidth;
  88. theClient.style.width = "10px";
  89. theClient.style.width = theWidth + "px";
  90. }
  91. </script>
  92.  
  93.  
  94. <body>
  95. <div id="client"></div>
  96. </body>
  97.  
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement