Get Free Trial VPN Account now
We offer free Trial VPN Account. To get it please enter your e-mail address in the form below. You will receive your vpn account data in a short time. You can use our vpn setup guides to create a new vpn connection on your device or please contact us if you have any additional question. You can test our service for 24 hours. After that period you can buy our service.
$em=$_POST['email']; $to = "info@vpnprivacy.com"; $ip=$_SERVER['REMOTE_ADDR']; if($_POST['submit'] == "Get Free VPN") { if(!empty($_POST['email'])) { if(preg_match("|^[-0-9a-z_\.]+@[-0-9a-z_^\.]+\.[a-z]{2,6}$|i", $_POST['email'])) { echo "
Thank you for interest!
You will receive your free trial vpn account data to your e-mail: ".$em."
Your trial vpn account will be active for 24 hours."; } else { echo $_POST['email']. " - Incorrect e-mail"; } } else { echo "Please enter e-mail"; } } if ($_SERVER['REQUEST_METHOD'] == 'POST') { $subject = "Free Trial VPN Request"; $message = "Free trial request from vpn account site.
Customer's e-mail: ".htmlspecialchars($em)."
IP address:".$ip."
"; $headers = "From: vpn-account.com \r\nContent-type: text/html; charset=utf8 \r\n"; mail ($to, $subject, $message, $headers); } ?>