From Violet Curlew, 13 Years ago, written in Plain Text.
Embed
  1. <?php
  2.    $input = $_POST["input"];
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.    <head>
  7.       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.       <meta name="Robots" content="index,follow" />
  9.       <link rel="stylesheet" href="style.css" type="text/css" />
  10.       <title>Home - Aha2Y.com</title>
  11.    </head>
  12.    <body>
  13.    <?php include "include/header.php";?>
  14.    <div id="content">
  15.       <form method="post" action="<?php echo $PHP_SELF;?>">
  16.          Search <input type="text" size="20" maxlength="30" name="input">
  17.         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  18.         <input type="submit" value="Search" name="submit"><br/>
  19.         <div id="container">
  20.         <center>
  21.         <pre>
  22.         <table width="600">
  23.        
  24.         <?php          
  25.             if (!$input) { echo "Enter a network and press Search."; }
  26.                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"); }
  27.                if (strtoupper($input) == "CJMZ") { $servers = array("shadow.cjmz.eu", "impulse.cjmz.eu"); }
  28.                $timeout = 1;
  29.                $port = 6667;
  30.                foreach ($servers as $key => $value) {
  31.                   print "SERVER";  
  32.             }
  33.             else { print "Unknown network."; }
  34.             ?>
  35.             </table>
  36.       </center>
  37.    </div>
  38. </body>
  39. </html>