- <?php
- $input = $_POST["input"];
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="Robots" content="index,follow" />
- <link rel="stylesheet" href="style.css" type="text/css" />
- <title>Home - Aha2Y.com</title>
- </head>
- <body>
- <?php include "include/header.php";?>
- <div id="content">
- <form method="post" action="<?php echo $PHP_SELF;?>">
- Search <input type="text" size="20" maxlength="30" name="input">
-
- <input type="submit" value="Search" name="submit"><br/>
- <div id="container">
- <center>
- <pre>
- <table width="600">
- <?php
- if (!$input) { echo "Enter a network and press Search."; }
- if (strtoupper($input) == "RIZON") { $servers = array("irc.exopowered.com", "irc.x1n.org", "irc.rizon.io", "irc.sxci.net", "irc.uworld.se", "irc.siglost.com", "irc.chanfix.net", "irc.lolipower.org", "irc.rizon.no", "irc.shakeababy.net", "irc.broke-it.com", "irc2.x1n.org", "irc.thefear.ca", "irc.impact-media.me.uk", "irc.x2x.cc", "irc.cyberdynesystems.net", "rizon.mibbit.org", "irc.cccp-project.net", "irc.pantsuland.net"); }
- if (strtoupper($input) == "CJMZ") { $servers = array("shadow.cjmz.eu", "impulse.cjmz.eu"); }
- $timeout = 1;
- $port = 6667;
- foreach ($servers as $key => $value) {
- print "SERVER";
- }
- else { print "Unknown network."; }
- ?>
- </table>
- </center>
- </div>
- </body>
- </html>