* Phpddos is a program for ddos attack (ip, url). * * Phpddos is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * * Phpddos is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, * along with this program. If not, see * */ $allow = array("::1", "127.0.0.1"); if (!in_array ($_SERVER['REMOTE_ADDR'], $allow)) { exit(); } ?> phpddos

phpddos program methods



location.href='$automatic'"); } // end if of submit automatic method else if (isset($_POST['submit_manual'])) { $manual = "__CORE__/manual.php"; echo (""); } // end if of submit manual method ?>