if ($_SERVER['HTTP_HOST'] == "heimdall.skymail.us") {
Header("HTTP/1.1 404 Not Found");
?>
/index.php - 404 Not Found
404 Not Found
The page you are looking for could not be located.
} else if (strtolower($_SERVER['HTTP_HOST']) == "www.etcforums.net" || strtolower($_SERVER['HTTP_HOST']) == "etcforums.net") {
Header("HTTP/1.1 500 Server Error");
?>
etcforums - Web site error
500 Web site error
This website has encountered an error and was shut down. Please try again later.
Request URI: //forums.sancguild.net/index.php
} else {
Header("HTTP/1.1 404 Not Found");
?>
/index.php - Web site suspended
Web site suspended
This website has been suspended and is no longer available. Please contact SkyMail! if you are the site owner.
Request URI: //forums.sancguild.net/index.php
} ?>