Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <?php
  2. if($_SESSION['user']['id']){
  3.  
  4. }
  5. else{
  6.  
  7. Header("location: index.php");
  8. exit;
  9. }
  10. ?>
  11. <html>
  12. <head>
  13. <style>
  14. body {
  15. margin:0px;
  16. padding:0px;
  17. font:12px 'Lucida Grande',Arial,sans-serif;
  18. background-color:#000000;
  19. }
  20. .box {
  21. width:300px;
  22. margin:30px auto;
  23. background-color:#fff;
  24. border:1px solid #dcdada;
  25. padding:5px;
  26. -webkit-border-radius: 4px;
  27. -moz-border-radius: 4px;
  28. border-radius: 4px;
  29. }
  30. .error {
  31. background-color:#ffbcbb;
  32. border:1px solid #ff7777;
  33. padding:8px;
  34. margin-bottom:4px;
  35. }
  36. input {
  37. padding:4px;
  38. }
  39. input[type=password] {
  40. border:1px solid #dcdada;
  41. width:230px;
  42. -webkit-border-radius: 4px;
  43. -moz-border-radius: 4px;
  44. border-radius: 4px;
  45. }
  46. input[type=submit] {
  47. width:65px;
  48. }
  49. </style>
  50. </head>
  51. <!DOCTYPE html>
  52. <html lang="en">
  53. <head>
  54. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  55. <title>Habbor - Gioco</title>
  56. <link rel="shortcut icon" type="img/png" href="/content/skin/Gold/assets/img/coins.png">
  57. <link rel="stylesheet" href="http://localhost/app/tpl/skins/Hebbust/style/client.css" type="text/css">
  58.  
  59. <script type="text/javascript" src="http://localhost/app/tpl/skins/Hebbust/js/swfobject.js"></script>
  60. <script type="text/javascript">
  61. var BaseUrl = "http://localhost/r63/";
  62. var flashvars = {
  63. "client.allow.cross.domain" : "1",
  64. "client.notify.cross.domain" : "0",
  65. "connection.info.host" : "localhost",
  66. "connection.info.port" : "30001",
  67. "site.url" : "localhost",
  68. "url.prefix" : "localhost",
  69. "client.reload.url" : "http://localhost/logout.php",
  70. "client.fatal.error.url" : "http://localhost/logout.php",
  71. "client.connection.failed.url" : "http://localhost/logout.php",
  72. "external.variables.txt" : "http://localhost/r63/gamedata/external_variables.txt",
  73. "external.texts.txt" : "http://localhost/r63/gamedata/external_flash_texts.txt",
  74. "productdata.load.url" : "http://localhost/r63/gamedata/productdata.txt",
  75. "furnidata.load.url" : "http://localhost/r63/gamedata/furnidata.txt",
  76. "use.sso.ticket" : "1",
  77. "sso.ticket" : "<?php echo $myticket; ?>",
  78. "processlog.enabled" : "0",
  79. "account_id" : "0",
  80. "client.starting" : "Attendi perfavore! Habbor sta caricando.",
  81. "flash.client.url" : "http://localhost/client.php",
  82. "user.hash" : "",
  83. "has.identity" : "0",
  84. "flash.client.origin" : "popup"
  85. };
  86. var params = {
  87. "base" : "http://localhost/r63/gordon/new/",
  88. "allowScriptAccess" : "always",
  89. "menu" : "false"
  90. };
  91. swfobject.embedSWF(BaseUrl + "/habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/flashclient/expressInstall.swf", flashvars, params, null);
  92. </script>
  93. </head>
  94.  
  95.  
  96. <body>
  97.  
  98. <div id="i"></div>
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement