Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The welcome page.
  4.  */
  5. ?>
  6. <!-- <DIV ALIGN=CENTER><IMG SRC=images/mini_title.gif></DIV> -->
  7. <BR>
  8. <TABLE BORDER=0 CELLSPACING=4 WIDTH=100% id="welcomepagecontent">
  9. <TR VALIGN=TOP>
  10. <TD WIDTH=60%>
  11. Welcome on your own installation of the Nowhere Engine.
  12. You may directly log in as administrator to start designing your world
  13. or create one or more accounts to test it as a player.<BR>
  14. <BR>
  15. Remember to change the administration password as well as this welcome
  16. message which can be found in the file "welcome.php".<BR>
  17. <BR>
  18. <!-- By default your game engine contain two accounts:<BR>
  19. <BR>
  20. <table border=0 BGCOLOR=#E0E0E0 CELLSPACING=0 CELLPADDING=2>
  21. <tr><td><B>Username:</B></td><td><B>Password:</B></td></tr>
  22. <tr><td>admin</td><td>admin</td></tr>
  23. <tr><td>player</td><td>player</td></tr>
  24. </table> -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement