<!doctype html>
<html lang="en">
<head>
        <title>Unauthorized Access</title>
        <meta charset="UTF-8">
        <script src="https://www.google.com/recaptcha/api.js" async defer></script>
        <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
        <style>body { padding-top: 20px; }</style>
</head>
<body>
                
<div class="container-fluid">
        <div class="alert alert-warning"><h2>The firewall on this server is blocking your connection.</h2></div>
        <p>You need to contact the server owner or hosting provider for further information.</p>
        <p>Your blocked IP address is: <b>178.151.138.186</b></p>
        <p>The hostname of this server is: <b>s02bd.syd6.hostingplatform.net.au</b></p>

        <br />
        <p>You can try to unblock yourself using ReCAPTCHA:</p>

        <form action="" method="POST">
                <div class="row">
                        <div class="col-md-4">
                                <div class="panel panel-default">
                                        <div class="panel-body">
                                                <div align="center" class="g-recaptcha" data-sitekey="6Ld18SUUAAAAAHw48BQN-lsyEKk8uXgtqSkZQk8d"></div>
                                        </div>
                                        <div class="panel-footer text-center">
                                                <button class='btn btn-primary' type="submit" name="submit">Unblock</button>
                                        </div>
                                </div>
                        </div>
                </div>
        </form>

        <br />
        
        <div class="alert alert-info">If the unblock fails and you are the owner of this website, you need to login to VIPControl https://vip.ventraip.com.au where you will be advised you have been blocked, and the process to unblock yourself.</div>
        </div>
</div>
</body>
</html>
