Advertisement
Guest User

Client.php?p=30000&sso=1

a guest
May 14th, 2016
2,763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. <?php
  2. if(isset($_POST) && strlen($_POST["agent"] > 0))
  3. {
  4. foreach($_POST as $key => $value)
  5. {
  6. echo $key . " - " . $value . "</br>";
  7. }
  8. die();
  9. }
  10.  
  11. ?>
  12. <!DOCTYPE html>
  13. <html lang="en">
  14. <head>
  15. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  16. <title>Test - Client</title>
  17. <script type="text/javascript">
  18. document.habboLoggedIn = true;
  19. var habboName = "EpicMadneZ";
  20. var habboId = "516697";
  21. var facebookUser = false;
  22. var habboReqPath = "";
  23. var habboStaticFilePath = "";
  24. var habboImagerUrl = "";
  25. var habboPartner = "";
  26. var habboDefaultClientPopupUrl = "";
  27. window.name = "014b29e9975f81a238221e30dac0259776b15bc1";
  28. if (typeof HabboClient != "undefined") {
  29. HabboClient.windowName = "014b29e9975f81a238221e30dac0259776b15bc1";
  30. HabboClient.maximizeWindow = true;
  31. }
  32. </script>
  33.  
  34. <script type="text/javascript" src="js/libs2.js"></script>
  35. <script type="text/javascript" src="js/visual.js"></script>
  36. <script type="text/javascript" src="js/libs.js"></script>
  37. <script type="text/javascript" src="js/common.js"></script>
  38. <link rel="stylesheet" href="styles/client.css" type="text/css">
  39. <script type="text/javascript" src="js/swfobject.js"></script>
  40. <script type="text/javascript" src="js/habboflashclient.js"></script>
  41. <script type="text/javascript">
  42. FlashExternalInterface.loginLogEnabled = true;
  43.  
  44. FlashExternalInterface.logLoginStep("web.view.start");
  45.  
  46. if (top == self) {
  47. FlashHabboClient.cacheCheck();
  48. }
  49. var BaseUrl = "http://localhost/game/";
  50. var flashvars =
  51. {
  52. "special.url" : "http://localhost/game/c_images/",
  53. "client.allow.cross.domain" : "0",
  54. "client.notify.cross.domain" : "1",
  55. "client.starting" : "Please wait, the hotel is loading",
  56. "client.starting.revolving" :"For science, you monster/Loading funny message…please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It's not you, it's me./Shhh! I'm trying to think here./Loading pixel universe.",
  57. "client.allow.cross.domain" : "1",
  58. "client.notify.cross.domain" : "0",
  59. "connection.info.host" : "127.0.0.1",
  60. "connection.info.port" : "<?php if(!isset($_GET['p'])) { echo "30000"; } else { echo $_GET['p']; } ?>",
  61. "site.url" : "http://localhost/",
  62. "url.prefix" : "http://localhost/",
  63. "client.reload.url" : "http://localhost/disconnected.php",
  64. "client.fatal.error.url" : "http://localhost/disconnected.php",
  65. "client.connection.failed.url" : "http://localhost/disconnected.php",
  66. "external.override.variables" : "http://localhost/game/external_override_variables.txt",
  67. "external.variables.txt" : "http://localhost/game/external_override_variables2.txt",
  68. "external.texts.txt" : "http://localhost/game/external_flash_texts.txt",
  69. "external.override.texts.txt" : "http://localhost/game/external_flash_override_texts.txt",
  70. "external.figurepartlist.txt" : "http://localhost/game/figuredata.xml",
  71. "productdata.load.url" : "http://localhost/game/productdata.txt",
  72. "furnidata.load.url" : "http://localhost/game/furnidataNL_xml.xml",
  73. "hotelview.banner.url" : "http://localhost/game/rs4.php",
  74. "use.sso.ticket" : "1",
  75. "sso.ticket" : "<?php echo $_GET['sso']; ?>",
  76. "processlog.enabled" : "1",
  77. "flash.client.url" : BaseUrl,
  78. "flash.client.origin" : "popup",
  79. "spaweb" : "1",
  80. "has.identity" : "1",
  81. "unique_habbo_id" : "hhus-63b508ed59831718dc6b6c29400f9bdb",
  82. "avatareditor.promohabbos" : "http://localhost/game/hotlooks.xml"
  83. };
  84. var params =
  85. {
  86. "base" : BaseUrl + "/",
  87. "allowScriptAccess" : "always",
  88. "menu" : "false"
  89. };
  90. if (!(HabbletLoader.needsFlashKbWorkaround())) {
  91. params["wmode"] = "opaque";
  92. }
  93. <!--swfobject.embedSWF(BaseUrl + "/PRODUCTION-201510082204-970367081.swf", "client", "100%", "100%", "10.0.0", "http://localhost/7/web-gallery/expressInstall.swf", flashvars, params, null); -->
  94.  
  95. <!--swfobject.embedSWF(BaseUrl + "/PRODUCTION-201506052204-864294515.swf", "client", "100%", "100%", "10.0.0", "http://localhost/7/web-gallery/expressInstall.swf", flashvars, params, null); -->
  96.  
  97. swfobject.embedSWF(BaseUrl + "/PRODUCTION-201601012205-226667486.swf", "client", "100%", "100%", "10.0.0", "http://localhost/7/web-gallery/expressInstall.swf", flashvars, params, null);
  98.  
  99. </script>
  100. </head>
  101.  
  102. <body>
  103.  
  104. <div id="client"></div>
  105.  
  106. </body>
  107. </html>
  108. <!--
  109. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement