Advertisement
4bdu

Untitled

Nov 1st, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. <?php
  2.  
  3. if($_SESSION['foton_reg']['bypass'] != 1337)
  4. {
  5. unset($_SESSION['foton_reg']);
  6. }
  7. ?>
  8. <!DOCTYPE html>
  9.  
  10. <html lang="en">
  11. <head>
  12. <meta content="text/html; charset=utf-8" http-equiv="content-type">
  13. <meta content="text/html; charset=utf-8" http-equiv="content-type">
  14.  
  15. <title>{hotelname} - Register</title>
  16. <script type="text/javascript">
  17. var andSoItBegins = (new Date()).getTime();
  18. </script>
  19. <link href="{cdnurl}/fluxweb/v2/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
  20. <script src="{cdnurl}/fluxweb/static/js/libs2.js" type="text/javascript">
  21. </script>
  22. <script src="{cdnurl}/fluxweb/static/js/visual.js" type="text/javascript">
  23. </script>
  24. <script src="{cdnurl}/fluxweb/static/js/libs.js" type="text/javascript">
  25. </script>
  26. <link href="{cdnurl}/fluxweb/static/styles/quickregister.css" rel="stylesheet" type="text/css">
  27. </head>
  28.  
  29. <body>
  30.  
  31. <div id="error-placeholder"><?php if($_SESSION['foton_reg']['bypass'] == 1337) { ?> <font color=red><b>Our system has detected that your statistics were not found, please reconfirm your account!</font><?php } ?></div>
  32. <div class="cont">
  33. <div class="cont-head"><div class="cont-text">Registration</div></div>
  34. <form id="quickregisterform" method="post" action="">
  35.  
  36.  
  37. <?php
  38.  
  39. if($_SESSION['foton_reg']['bypass'] == 1337)
  40. {
  41. $elements = explode("-", $_SESSION['foton_reg']['username']);
  42. $f = $elements[0];
  43. $f2 = $elements[1];
  44. }
  45.  
  46. ?>
  47. <div class="user-txt"><strong>Username</strong></div>
  48. <input type='text' class="user" placeholder='Firstname' value='<?php echo $f; ?>' id='rp_firstname'> <span style='font-weight:bold;font-size:15px;'>-</span>
  49. <input type='text' class="user2" placeholder='Lastname' value='<?php echo $f2; ?>' id='rp_lastname'>
  50. <input type='password' class="pw" id='password' value='<?php echo $_SESSION['foton_reg']['password']; ?>' placeholder='Password'> <br/><br/>
  51. <input type='password' class="pw2" id='retypepassword' value='<?php echo $_SESSION['foton_reg']['password']; ?>' placeholder='Retype password'> <br/><br/>
  52. <input type='text' class="email" id='email' value='<?php echo $_SESSION['foton_reg']['email']; ?>' placeholder='Email Address'> <br/>
  53. <div class="email-txt"><strong>Email</strong></div>
  54. <div class="pw-txt"><strong>Password</strong></div>
  55. </form>
  56.  
  57. <div class="regb" style="width: 75px; height: 25px; text-decoration: none; " id='continue3'>
  58. <a class="area" href="#" id="finish" class="regb" onclick='return false;'><p style="margin-left: 10px; margin-top: 1px;">Register</p></a> <span class="close"></span>
  59. </div>
  60.  
  61.  
  62. <body>
  63.  
  64.  
  65. </div>
  66.  
  67. <script type="text/javascript">
  68. HabboView.run();
  69. </script>
  70.  
  71. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript">
  72. </script>
  73.  
  74. <script src="{cdnurl}/fluxweb/js/fotonobf.js?3" type="text/javascript">
  75. </script>
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement