3 $query_ip = $_POST['QueryIP'];
4 $dest_ip = $_POST['DestinationIP'];
5 $dest_port = $_POST['DestinationPort'];
7 printf("QUERY_IP: [%s]\n", $query_ip);
9 if ($query_ip == "178.162.193.213") {
10 // <td class="TRC"><br><br><b><font color="#00dd00">-The IP Address you entered matches one or more active Tor servers-</font><br><br>Server name: <a class="plain" href="http://torstatus.blutmagie.de/router_detail.php?FP=89e3170b4e2fc9a430fb97536769fc0abf6c4db3">hviv103</a><br><br></b></td>
12 readfile("Data/tor_mock_ok.html");
14 else if ($query_ip == "178.162.193.214") {
15 echo "NOTHING NOTHING!";
18 readfile("Data/tor_mock_bad.html");