Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/check/old/
Upload File :
Current File : /var/www/html/venkat/check/old/copymain.php

<?php
$section1 = $_GET["match"];
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
$section = strstr($section1, ':', true);
$ff = substr($section1, strrpos($section1, ':')+1);
$file11 = strstr($ff, '|', true);
$file21 = substr($section1, strrpos($section1, '|')+1);
$uploaddir = "file/".$section."/";
$uploadfile2 = $uploaddir.$file11;
$uploadfile3 = $uploaddir.$file21;
?>
<body bgcolor="#F0F8FF"> <center>
<h2> <font color="blue"> Program Similarity Window</font> </h2>
<br> <center>
<table width="100%" border="1" cellpadding="0">
	<tr>
		<td colspan="2"> <center> <h3> <?php echo("Program Name :  ".$file11); ?> </h3> </center>  
			<br> <?php echo ("<pre>".htmlspecialchars(shell_exec("cat $uploadfile2"))."</pre>"); ?> </td> 
		<td colspan="2"> <center> <h3> <?php echo("Program Name :  ".$file21); ?> </h3> </center>  
			<br> <?php echo ("<pre>".htmlspecialchars(shell_exec("cat $uploadfile3"))."</pre>"); ?> </td> 
		</tr> 			
</table> </center>
<?php	
?>