\n"; echo "\n"; echo "\n"; echo "\t", $config['title'], "\n"; echo "\t\n"; echo "\t\n"; echo "\t\n"; echo "\t\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "\t

$numbans IPs have been banned since $config[launchDate]

\n"; // Menu echo "\t
\n"; echo "\t\t
\n"; echo "\t\t\tHome\n"; echo "\t\t\tRecidivist\n"; echo "\t\t\tCurrent ban\n"; echo "\t\t\tLast 24h\n"; echo "\t\t\tAll time\n"; echo "\t\t\tTop 10 countries\n"; echo "\t\t\tTop 10 services\n"; echo "\t\t
\n"; echo "\t
\n"; if ($page === 'home' || empty($page)) { require 'page/home.php'; } if ($page === 'recidivist') { require 'page/recidivist.php'; } if ($page === 'currentBan') { require 'page/currentBan.php'; } if ($page === 'lastBan') { require 'page/lastBan.php'; } if ($page === 'topTen') { require 'page/topTen.php'; } if ($page === 'topTenService') { require 'page/topTenService.php'; } if ($page === 'allBans') { require 'page/allBans.php'; } echo "
\n"; echo '

Go top

'; $stop = microtime(true); $total = round($stop - $start, 4); echo 'Generate in ', $total, ' secondes
'; echo "\n"; echo "\n"; echo "\n"; ?>