Guest User

Untitled

a guest
Nov 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. </table>
  2. <?
  3.  
  4. ?>
  5. <div style="padding-left:8px; padding-right: 8px; padding-bottom: 8px">
  6. <div class="bcontentsection">
  7. <div class="bcontenthead">Register for an account</div>
  8. <div class="contenttext">
  9.  
  10. <?
  11. if ($limitplays ==1 && $nocredits ==1)
  12. echo "<B>You have run out of guest plays for today. Please register for an account below to continue playing.</B><br><br>";
  13. ?><center>
  14.  
  15. Please fill out the following information to become a member of <?=$site_title;?>.<br><br>
  16. Benefits of Registering<br>
  17. - Keep Track Your Total Games Played<br>
  18. - Earn Points For Every Game Played<br>
  19. - Win Prizes For Game Play<br>
  20. - Become The <strong>TOP PLAYER</strong> At Our Arcade<br>
  21. - Leave Comments On Games Your Play<br>
  22. - and Much Much More!<br><br>
  23. <?echo "<B>".$_SESSION['status']."</B>";?>
  24. <form name="form1" method="post" action="index.php?action=newmember">
  25. <div class="registration">Username:
  26. <input name="newusername" type="text" id="newusername"></div>
  27. <br><br>
  28. <div class="registration">Password:
  29. <input name="newpasswordone" type="password" id="newpasswordone"></div>
  30. <br><br>
  31. <div class="registration">Re-Type Password:
  32. <input name="newpasswordtwo" type="password" id="newpasswordtwo"></div>
  33. <br><br>
  34. <div class="registration">E-Mail Address:
  35. <input name="newemailaddress" type="text" id="newemailaddress"></div>
  36. <br>
  37. <br><br><center>
  38. <input type="submit" name="Submit" value="Register"><br></center>
  39. <?
  40. if ($_SESSION['status'] == "Invalid Username or Password")
  41. {
  42. echo "<br>";
  43. ?>
  44. If you forgot your username or password, <a location = "_blank" TITLE = "Click to Tell A Friend About This Game!" href="javascript:popRecoverPassword('<?=$base_url;?>index.php?action=passwordrecovery')">Click Here</a>
  45. <?
  46. }
  47. ?>
  48.  
  49. </form>
  50. <br>
  51. <center>A confirmation e-mail will be send to your e-mail address before you will be able to user your account.</center>
  52.  
  53. </div>
  54.  
  55. </div>
  56. </div>
Add Comment
Please, Sign In to add comment