Server IP : 172.16.15.8 / Your IP : 3.145.57.5 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/cngray/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <html> <center> <body background="1884773.jpg"> <style> #header { background-color:#F5F3EE; color:blue; text-align:center; height: 10%; padding: 70px; } #left { line-height:40px; background-color:#88A236; height:600px; width: 45%; vertical-align: middle; float:left; padding:10px; positon: absolute; } #right { background-color:#AA8939; height:600px; width:45%; vertical-align: middle; padding:10px; right:0px; float:right; } #clearfix { clear:both; } < </style> <body> <div id = "header"> <font size = 40><b>Welcome to Black Board</b></font> </div> <Form action=BBMain.php method = post> <br> <div id = "left"> <font size = 20><br> Log In Here<br><br></font> <font size = 5> Enter Username: <input type = text name = "username"> <br><br> Enter Password: <input type = password name = "pass"> <?php $_SESSION['username'] = $_GET['username']; $_SESSION['pass'] = $_GET['pass']; $_SESSION['check'] = 1; ?> <br><br> <input type = submit value = Submit style = "height:40px; width: 60px"> <input type = reset value = Reset style = "height:40px; width: 60px"> <p> <INPUT Type="button" VALUE="Back" onClick="window.location.href = 'blackboard.php'" style="height:40px; width:60px"> </div> <div id = "right"><font size = 20> Welcome to the Black Board Log In page.<br> Please enter your username and password to the left. <br><br> </font><font size = 3>Guest access<br> username = username<br> password = password </div>