
December 16th, 2003, 03:54 PM
|
|
|
|
Join Date: Apr 2007
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
RE: Help Urgent!!!!
Here
php Code:
Original
- php Code |
|
|
|
<html> </html> <head> <title>Login</title> <?php include("gameconfig.php"); include("style.css"); ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> </head> <body> <div id="Layer1" style="position:absolute; left:396px; top:31px; width:308px; height:194px; z-index:1"><form action="check.php" method="post"> <p> </p> <table width="246" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width= "100"><div align= "right"><strong><font color= "#000000">E- Mail :</font></strong> </div></td> <td width="145"><input type="text" name="email" style="border: 2px solid white; background-color: transparent; color: white; font-weight:bold"></td> <td width="1"></td> </tr> <tr> <td><div align="right"><strong><font color="#000000">Password :</font></strong> </div></td> <td><input type="password" name="password" style="border: 2px solid white; background-color: transparent; color: white; font-weight:bold"></td> <td></td> </tr> </table> <p align="center"> <input type="submit" name="Submit" value="Login" style="border: 1px solid Black; background-color: transparent; color: Black"> <br> </p> </form></div> <div align="left"> <p><img src="images/index_07.jpg" width=200" height="200"><img src="images/index_06.jpg" width=160" height="1"><img src="images/index_08.jpg" width="298" height="404"> </p> <p align="left"><a href=signup.php>Create</a> | <a href=signup.php?action=verify>Verify Account</a> | <a href=about.php>About Us</a> | <a href=help.php>Help Files</a> | <a href=.php>Advertise</a> | <a href=update.php>Updates</a> | <a href=contact.php>Contact Us</a><br> <br> <b>hero</b> ( P ) Pronunciation Key (hîr )<br> <i>n. pl.</i><br> In mythology and legend, a man, often of divine ancestry, who is endowed with great courage and strength, celebrated for his bold exploits, and favored by the gods. A person noted for feats of courage or nobility of purpose, especially one who has risked or sacrificed his or her life: <?php //the start of the players logged in thing echo "<p><B>$people_signed_up</B> Total Citizens."; $bleh = $timestamp - 240; $foo = mysql_query("select * from usersonline where timeon >= '$1'"); echo "<BR><b>$this_many_players</b> Citizens online."; ?> </body> </html> </div> </body> </html>
|