Your Image Verification Code did not match the letters you typed.\n";
}
unset($_SESSION['CAPTCHAString']);
?>
Server Emergency Form
If you can't view your website or your whole website email is not working
(test it via Webmail as well to be sure it is not your computer or local
network), use this form to submit a support ticket to our engineering group.
This
form is to be used ONLY in case of major server emergency (example:
server is down).
For any other issue, click here to use our standard
contact form.
\n");
# SEND EMAIL TO BLUE 105
mail("$email_105", $_POST['subject'], "$message_105", "From: {$_POST['name']} <{$_POST['from_email']}>\n");
# SEND EMAIL TO CLIENT
//mail("$from_email", $_POST['subject'], "$message_client", "From: Blue 105 Support \n");
$file_exists = file_exists($log_file);
$fp = fopen($log_file, "a");
fwrite($fp,"$date_time, $ip, {$_POST['subject']}, {$_POST['name']}, {$_POST['from_email']}, {$_POST['phone']}, {$_POST['domain']}, {$_POST['comments']}\n");
fclose($fp);
// If the file was just created let's change the permissions so we can delete it after we download the data
if ($file_exists != 1)
{
chmod($log_file, 0777);
}
?>
Thank You!
Your message has been sent
to our engineering team.
We are sorry, your message could not be sent.