Error 404
Page Not Found
$combine
\n
User Agent = $httpagent \n
$note
\n
$httpref ";
$message2 = "$today \n
$combine \n
User Agent = $httpagent \n
$note \n
$httpref ";
$to = "support@mainstreamgaming.com";
$subject = "Mainstream Gaming Error Page";
$from = "From: support@mainstreamgaming.com\r\n";
mail($to, $subject, $message2, $from);
echo $message;
?>