diff --git a/www/nas.nintendowifi.net/public_html/ac b/www/nas.nintendowifi.net/public_html/ac
deleted file mode 100644
index 16f05f7..0000000
--- a/www/nas.nintendowifi.net/public_html/ac
+++ /dev/null
@@ -1,155 +0,0 @@
- $value)
-{
- $str .= parse($key, $value);
-
- if(//$key == "action" ||
- $key == "gsbrcd" ||
- //$key == "sdkver" ||
- $key == "userid" ||
- $key == "passwd" ||
- $key == "bssid" ||
- //$key == "apinfo" ||
- $key == "gamecd" ||
- //$key == "makercd" ||
- //$key == "unitcd" ||
- //$key == "macadr" ||
- //$key == "lang" ||
- $key == "birth" ||
- //$key == "devtime" ||
- $key == "devname" ||
- $key == "ingamesn")
- {
- $authkey .= $key . "\\" . frombase64($value) . "|";
- }
-
- if($key == "action")
- {
- $action = frombase64($value);
- }
-}
-$str .= "\r\n";
-
-// Gets are not a part of the spec, but they allow for easy testing without having to POST every time
-$str .= "GET:\r\n";
-foreach ($_GET as $key => $value)
-{
- $str .= parse($key, $value);
-
- if(//$key == "action" ||
- $key == "gsbrcd" ||
- //$key == "sdkver" ||
- $key == "userid" ||
- $key == "passwd" ||
- $key == "bssid" ||
- //$key == "apinfo" ||
- $key == "gamecd" ||
- //$key == "makercd" ||
- //$key == "unitcd" ||
- //$key == "macadr" ||
- //$key == "lang" ||
- $key == "birth" ||
- //$key == "devtime" ||
- $key == "devname" ||
- $key == "ingamesn")
- {
- $authkey .= $key . "\\" . frombase64($value) . "|";
- }
-
- if($key == "action")
- {
- $action = frombase64($value);
- }
-}
-$str .= "\r\n";
-$str .= "\r\n";
-$str .= "\r\n";
-
-// Write data gotten from POST/GET so we can view it later more easily
-fwrite($file, $str);
-fclose($file);
-
-$now = getdate();
-$time = sprintf("%04d%02d%02d%02d%02d%02d", $now['year'], $now['mon'], $now['mday'], $now['hours'], $now['minutes'], $now['seconds']);
-$time = base64_encode($time);
-$time = str_replace("=", "*", $time);
-$retry = tobase64("0");
-
-if($action == "login")
-{
- $returncd = tobase64("001");
- $challenge_key = gen_random_str(8);
- $challenge = tobase64($challenge_key);
- $locator = tobase64("gamespy.com");
-
- $authkey .= "challenge\\" . $challenge_key;
-
- // Encode the information we need to handle logins on the gamespy server.
- // This informaiton is not the same as the real server would return, but we don't need to maintain
- // interoperability with the real server, so we can ignore that detail.
- $token = tobase64("NDS" . base64_encode($authkey));
-
- echo "challenge=" . $challenge . "&locator=" . $locator . "&retry=" . $retry . "&returncd=" . $returncd . "&token=" . $token . "&datetime=" . $time;
-}
-else if($action = "acctcreate")
-{
- $returncd = tobase64("002");
- echo "retry=" . $retry . "&returncd=" . $returncd . "&datetime=" . $time;
-}
-?>
\ No newline at end of file
diff --git a/www/naswii.nintendowifi.net/public_html/ac b/www/naswii.nintendowifi.net/public_html/ac
deleted file mode 100644
index d963837..0000000
--- a/www/naswii.nintendowifi.net/public_html/ac
+++ /dev/null
@@ -1,159 +0,0 @@
- $value)
-{
- $str .= parse($key, $value);
-
- if(//$key == "action" ||
- $key == "gsbrcd" ||
- //$key == "sdkver" ||
- $key == "userid" ||
- $key == "passwd" ||
- //$key == "bssid" ||
- //$key == "apinfo" ||
- $key == "gamecd" ||
- //$key == "makercd" ||
- //$key == "unitcd" ||
- $key == "macadr" ||
- //$key == "lang" ||
- $key == "birth" ||
- //$key == "devtime" ||
- $key == "devname" ||
- $key == "ingamesn" ||
- $key == "csnum" ||
- $key == "cfc")
- {
- $authkey .= $key . "\\" . frombase64($value) . "|";
- }
-
- if($key == "action")
- {
- $action = frombase64($value);
- }
-}
-$str .= "\r\n";
-
-// Gets are not a part of the spec, but they allow for easy testing without having to POST every time
-$str .= "GET:\r\n";
-foreach ($_GET as $key => $value)
-{
- $str .= parse($key, $value);
-
- if(//$key == "action" ||
- $key == "gsbrcd" ||
- //$key == "sdkver" ||
- $key == "userid" ||
- $key == "passwd" ||
- //$key == "bssid" ||
- //$key == "apinfo" ||
- $key == "gamecd" ||
- //$key == "makercd" ||
- //$key == "unitcd" ||
- $key == "macadr" ||
- //$key == "lang" ||
- $key == "birth" ||
- //$key == "devtime" ||
- $key == "devname" ||
- $key == "ingamesn" ||
- $key == "csnum" ||
- $key == "cfc")
- {
- $authkey .= $key . "\\" . frombase64($value) . "|";
- }
-
- if($key == "action")
- {
- $action = frombase64($value);
- }
-}
-$str .= "\r\n";
-$str .= "\r\n";
-$str .= "\r\n";
-
-// Write data gotten from POST/GET so we can view it later more easily
-fwrite($file, $str);
-fclose($file);
-
-$now = getdate();
-$time = sprintf("%04d%02d%02d%02d%02d%02d", $now['year'], $now['mon'], $now['mday'], $now['hours'], $now['minutes'], $now['seconds']);
-$time = base64_encode($time);
-$time = str_replace("=", "*", $time);
-$retry = tobase64("0");
-
-if($action == "login")
-{
- $returncd = tobase64("001");
- $challenge_key = gen_random_str(8);
- $challenge = tobase64($challenge_key);
- $locator = tobase64("gamespy.com");
-
- $authkey .= "challenge\\" . $challenge_key;
-
- // Encode the information we need to handle logins on the gamespy server.
- // This informaiton is not the same as the real server would return, but we don't need to maintain
- // interoperability with the real server, so we can ignore that detail.
- $token = tobase64("NDS" . base64_encode($authkey));
-
- echo "challenge=" . $challenge . "&locator=" . $locator . "&retry=" . $retry . "&returncd=" . $returncd . "&token=" . $token . "&datetime=" . $time;
-}
-else if($action = "acctcreate")
-{
- $returncd = tobase64("002");
- echo "retry=" . $retry . "&returncd=" . $returncd . "&datetime=" . $time;
-}
-?>
\ No newline at end of file