Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. <?php
  2.  
  3. if(isset($_GET['userref'])) {
  4. $userref = $_GET['userref'];
  5. }
  6. else{
  7. $userref = '';
  8. }
  9.  
  10. ?>
  11. <link type="text/css" rel="stylesheet" href="<?php echo H. $config['skin']; ?>/assets/css/materialize.min.css" media="screen,projection"/>
  12. <link type="text/css" rel="stylesheet" href="<?php echo H. $config['skin']; ?>/assets/css/index.css" media="screen,projection"/>
  13. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  14. <link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
  15. <title>Swift: Luodaan hahmoa..</title>
  16. <meta name="description" content="T..."><meta property="og:type" content="website"><meta property="og:site_name" content="Habbo"><meta property="og:title" content="Habbo"><meta property="og:description" content="T.">
  17. <meta property="og:url" content="https:">
  18. <meta itemprop="description" content="T.">
  19.  
  20. <nav class="nav-extended" style="background-color: rgba(167, 217, 242, 0.6);">
  21. <div class="nav-wrapper" style=" height: 250px !important; background: url(<?php echo H. $config['skin']; ?>/assets/images/header.png);background-position: -20px; border-bottom: 2px solid #eee;margin-top: -8px; "> <div class="onlineBox" style="top:60px;margin-left: -60px;margin-top: 38px;"><div class="arrow"></div>
  22.  
  23. <font color="white"><a href="/index"><div class="btn" style="margin-left:-0px;background:#5D8E6D;border-bottom:35px solid rgba(0,0,0,.4);margin-top:0px;margin-right:-4px;font-family: sans-serif;"><b>Peruuta</b></div></font>
  24. </div>
  25. <a><div class="logo" style="font-family: sans-serif;font-size: 60px;"><?= $config['hotelName'] ?></div></a>
  26. </div>
  27. <nav style="margin-top:-66px;line-height:30px;">
  28. <div class="nav-wrapper" style="line-height:30px;">
  29. </div>
  30. </nav>
  31.  
  32. </nav>
  33.  
  34. <div class="container">
  35. <div class="grid_9" style="float:left;">
  36. <?php User::Register();?>
  37.  
  38. <div class="contentBox" style="padding-right:17px;">
  39. <div class="contentTitle"><i class="material-icons right">account_circle</i>L</div>
  40. <div class="row">
  41. <form class="col s12" method="POST" action="#">
  42. <div class="row" style="margin-top:2px;">
  43. <small style="margin-left:30px;color:#444"></small><br>
  44. <input minlength="2" maxlength="15" placeholder="" name="username" id="habbo-name" type="text" class="validate" style=" padding: 0px 12px; height: 34px; width: 275px; margin-left:30px; border-radius: 2px; line-height: 18px; font-size: 12px; border: 2px solid #999; box-shadow: inset 0px 3px 0px 0px #f1f1f1; background:#fff; color:#666; " required="">
  45. </div>
  46. <div class="row" style="margin-top:-30px;margin-bottom:-10px;">
  47. <small style="margin-left:30px;color:#444"><?php echo $lang['Remail']; ?></small><br>
  48. <input placeholder="<?php echo $lang['Remail']; ?>" id="habbo-email" name="email" class="validate" style=" padding: 0px 12px; height: 34px; width: 275px; margin-left:30px; border-radius: 2px; line-height: 18px; font-size: 12px; border: 2px solid #999; box-shadow: inset 0px 3px 0px 0px #f1f1f1; background:#fff; color:#666; " required="">
  49. </div>
  50. <div class="row" style="margin-bottom:-10px;">
  51. <small style="margin-left:30px;color:#444"><?php echo $lang['Rpassword']; ?></small><br>
  52. <input placeholder="<?php echo $lang['Rpassword']; ?>" id="habbo-password" name="password" type="password" class="validate" style=" padding: 0px 12px; height: 34px; width: 275px; margin-left:30px; border-radius: 2px; line-height: 18px; font-size: 12px; border: 2px solid #999; background:#fff; box-shadow: inset 0px 3px 0px 0px #f1f1f1; color:#666; " required="">
  53. </div>
  54. <div class="row" style="margin-bottom:-10px;">
  55. <small style="margin-left:30px;color:#444"><?php echo $lang['Rrepeatpassword']; ?></small><br>
  56. <input placeholder="<?php echo $lang['Rrepeatpassword']; ?>" id="habbo-password2" name="password_repeat" type="password" class="validate" style=" padding: 0px 12px; height: 34px; width: 275px; background:#fff; margin-left:30px; border-radius: 2px; line-height: 18px; font-size: 12px; border: 2px solid #999; box-shadow: inset 0px 3px 0px 0px #f1f1f1; color:#666; " required="">
  57. </div>
  58. <div class="row" style="margin-top:2px;">
  59. <small style="margin-left:30px;color:#444"></small><br>
  60. <input minlength="2" value="<?= $userref; ?>" maxlength="15" name="referrer" placeholder="<?php echo $lang['Rrefer2']; ?>" name="registrationBean_username" id="habbo-name" type="text" class="validate" style=" padding: 0px 12px; height: 34px; width: 275px; margin-left:30px; border-radius: 2px; line-height: 10px; font-size: 12px; border: 2px solid #999; box-shadow: inset 0px 3px 0px 0px #f1f1f1; background:#fff; color:#666; ">
  61. </div>
  62. <input type="submit" class="btn" value="<?php echo $lang['Rbutton']; ?>" name="register" style="background:#593147;border-bottom:2px solid rgba(0,0,0,.4);width:304px;margin-top: -25px;margin-left:17px;"> </form></div>
  63.  
  64.  
  65. <div style="margin-left:18px;"><p><font color="red"></font></p></div>
  66. </div>
  67.  
  68.  
  69. </div>
  70.  
  71. <div class="grid_15" style="float:right;">
  72. <div class="contentBox" style="float:left;background:#fff;padding:10px;border: 2px solid #f3f3f3;width:291px">
  73.  
  74. <div style="float:left;background:url(<?php echo H. $config['skin']; ?>/assets/images/pinatas_contents.png) no-repeat;width:80px;height:100px;background-position: -20px -210px;"></div>
  75. <div style="float:right;margin-top:-110px;margin-left:85px"><h6><b><?php echo $lang["Rtitle1"] ?></b></h6>
  76. <br><p style="margin-top:-20px"><?php echo $lang["Rtext1"] ?></p></div>
  77. </div>
  78.  
  79. <div class="contentBox" style="float:left;background:#fff;padding:10px;border: 2px solid #f3f3f3;width:291px;margin-left:8px">
  80.  
  81. <div style="float:left;background:url(<?php echo H. $config['skin']; ?>/assets/images/pinatas_contents.png) no-repeat;width:80px;height:100px;background-position: -110px -210px;"></div>
  82. <div style="float:right;margin-top:-110px;margin-left:85px"><h6><b><?php echo $lang["Rtitle2"] ?></b></h6>
  83. <br><p style="margin-top:-20px"><?php echo $lang["Rtext2"] ?></p></div>
  84. </div>
  85.  
  86. <div class="contentBox" style="float:left;background:#fff;padding:10px;border: 2px solid #f3f3f3;width:291px;">
  87.  
  88. <div style="float:left;background:url(<?php echo H. $config['skin']; ?>/assets/images/pinatas_contents.png) no-repeat;width:80px;height:100px;background-position: -190px -210px;"></div>
  89. <div style="float:right;margin-top:-110px;margin-left:85px"><h6><b><?php echo $lang["Rtitle3"] ?></b></h6>
  90. <br><p style="margin-top:-20px"><?php echo $lang["Rtext3"] ?></p></div>
  91. </div>
  92.  
  93. <div class="contentBox" style="float:left;background:#fff;padding:10px;border: 2px solid #f3f3f3;width:291px;margin-left:8px">
  94.  
  95. <div style="float:left;background:url(<?php echo H. $config['skin']; ?>/assets/images/pinatas_contents.png) no-repeat;width:80px;height:100px;background-position: -378px -128px;"></div>
  96. <div style="float:right;margin-top:-110px;margin-left:85px"><h6><b><?php echo $lang["Rtitle4"] ?></b></h6>
  97. <br><p style="margin-top:-20px"><?php echo $lang["Rtext4"] ?></p></div>
  98. </div>
  99.  
  100. <div class="grid_15" style="float:right;">
  101. <div class="contentBox" style="background:url(<?php echo H. $config['skin']; ?>/assets/images/headerhallowen.png) -1px -350px;padding:0;border: 2px solid #f3f3f3;">
  102. <div style="color:white;background:rgba(0,0,0,.4);padding:8px;">
  103. <center><h5> <?php echo $lang["imgboxtitle"] ?></h5>
  104. </h5><?php echo $lang["imgboxsub"] ?></h5>
  105. <br/></center>
  106. <div style="margin-left:180px;">
  107. <i class="fa fa-check-circle"></i><?php echo $lang["imgboxsub1"] ?><br/>
  108. <i class="fa fa-check-circle"></i><?php echo $lang["imgboxsub2"] ?><br/>
  109. <i class="fa fa-check-circle"></i><?php echo $lang["imgboxsub3"] ?><br/>
  110. <i class="fa fa-check-circle"></i><?php echo $lang["imgboxsub4"] ?><br/>
  111. <i class="fa fa-check-circle"></i><?php echo $lang["imgboxsub5"] ?><br/>
  112. </div>
  113. <h4><center><?php echo $lang["imgboxsub6"] ?></center></h4>
  114. </div>
  115. </div>
  116.  
  117. </div>
  118.  
  119. </div>
  120.  
  121.  
  122. <div class="grid_15" style="float:right;width:960px;margin-top: 50px;">
  123. <div class="contentBox" style="padding:22px;">
  124. <div style="width:910px;">
  125. <a href="#"><?= $config['hotelName'] ?></a>
  126. <hr/>
  127. <center>
  128. <?php echo $lang["ICopyright1"] ?><br/>
  129. <small style="font-size:12px;"><?php echo $lang["ICopyright2"] ?></small>
  130. </center>
  131. </div>
  132. </div>
  133. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement