Information Security Lab Limited - 5th Floor, Beaux Lane House Mercer Street Lower, Dublin 2 Company Number: 558346 Legal information
Q-ID PROTECTING YOUR PRIVACY Q-ID: password vault

 Comments

Mail

'; } else if($action=="send_msg") { if (isset($_REQUEST['Mail'])) $email = $_REQUEST['Mail']; if (isset($_REQUEST['comment'])) $comment = $_REQUEST['comment']; if (isset($_REQUEST['g-recaptcha-response'])) $captcha = $_REQUEST['g-recaptcha-response']; if (!$captcha) { // NO CAPTCHA CHECK!! echo'

 Please, check the CAPTCHA!

'; } else { $response = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=6Ldb4BETAAAAALff4gmh5JTTsa7GgVf-Hh5Wmn1v&response=".$captcha."&remoteip=".$_SERVER['REMOTE_ADDR']); if($response.success==false){ // SPAMMER CASE !! echo '

You are spammer!

'; } else { // CAPTCHA OK, CHECK CONTENT! $checker_email = true; $checker_content = true; // Check e-mail if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { $checker_email = false; } // Check comment if (!isset($comment) || $comment=="") { $checker_content = false; } if ($checker_email == false || $checker_content == false) { // Something wrong... echo '

 E-Mail is not valid and / or comment is empty!

'; } else { // Semd e-mail! $to = 'info@gt50.org'; $subject = '[Q-ID] Contacts Page - Message from: '.$email; $message = $comment; $headers = 'From: noreply@q-id.net' . "\r\n" . 'Reply-To: info@gt50.org' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); if(!mail($to, $subject, $message, $headers)) { // Send error! echo '

 Sorry, there\'s a problem with the server... Plese try again later!

'; } else { // Send ok! echo '

  The message has been sent!

'; } } } } } ?>

Fill this form please, we will reply to you as soon as possible

If you are a Premium or Corporate User, please login to access to your support area

PREMIUM SERVICE
Q-ID PROTECTING YOUR PRIVACY