Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/venkat/check/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/venkat/check/index.php
<?php
?>
<html>
	<body bgcolor="#F0F8FF"> <center>
	<h2> <font color="blue"> Program Submission Portal</font> </h2>
	<form enctype="multipart/form-data" name="r" action="main.php" method="post">
	<table width="40%" height="40%" cellspacing="1" cellpadding="1" border="1">
	<tr>
		<td>
		Choose the section You belongs to
		</td>
		<td>&nbsp; &nbsp; &nbsp;
			<select name="section">
  				<option value="sec_a">A</option>
  				<option value="sec_b">B</option>
  				<option value="sec_c">C</option>
  				<option value="rgiit">RGIIT</option>
			</select>
		</td>
	</tr>
	<tr>
		<td>
		Choose the Program Type
		</td>
		<td>&nbsp; &nbsp; &nbsp;
			<select name="type">
  				<option value="C">C</option>
  				<!--<option value="C++">C++</option>-->
  				<option value="Python">Python</option>
  				<!--<option value="Perl">Perl</option>-->
			</select>
	        </td>
	</tr>
	<tr>
	<tr>
		<td>
		Choose the Question No. 
		</td>
		<td> &nbsp; &nbsp; &nbsp;
			<select name="no">
  				<option value="1">1</option>
  				<option value="2">2</option>
  				<option value="3">3</option>
  				<option value="4">4</option>
  				<option value="5">5</option>
  				<option value="6">6</option>
  				<option value="7">7</option>
  				<option value="8">8</option>
  				<option value="9">9</option>
  				<option value="10">10</option>
			</select>
		</td>
	</tr>

		<td>
			Upload the file
		</td>	
		<td> &nbsp; &nbsp; &nbsp;
			<input type="file" name="file" size="20">
		</td>
	</tr>
	<tr>
		<td> 
			<input type="submit" value="Submit the Program">
		</td>
		<td>
			&nbsp;
		</td>
	</tr>
	</table>
	</center> </body>
</html>
<?php



?>

ZeroDay Forums Mini