<!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'>
</head>
<body>
		
<div class="container-fluid">
<div class="alert alert-warning"><center><h2>Your connection has been Blocked by the Server</h2></center></div>
<div class="alert alert-info"><h3>Your Blocked IP address is: <b>172.82.160.222</b></h3><p>You can try to unblock yourself using ReCAPTCHA:</p></div>
	<br />
	

	<form action="" method="POST">
		<div class="row">
			<div class="col-md-4 col-md-offset-4">
				<div class="panel panel-default">
					<div class="panel-body">
						<div class="g-recaptcha" data-sitekey="6LcyX-kUAAAAAHhngQ4zB1U8RUv_WF5FOGYfR61V"></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">Please note: Not all unblock requests will be successful as it is dependent on how your IP address is being blocked. If the unblock fails you will need to contact the hosting service provider for further information.</div>


	<h3>Common IP Block Reasons can be:</h3>
	
	<div class="alert alert-danger"><h3>Multiple Consecutive failed login attempts to Email service</h3>
	<p>This is typically due to making login attempts from a device such as a <strong>mobile phones/ipads</strong> or email client like <strong>Outlook/Thunderbird</strong> on a laptop/PC that has an incorrect email address and/or password being used. To protect the email account, server blocks the IP address from which failed logins occurred as a security precaution.</p></div>
	
	<div class="alert alert-danger"><h3>Failed cPanel or Webmail Logins</h3>	
	<p>The “Failed cPanel login” block can be triggered two different ways. The first is by making failed login attempts to cPanel login page. In this event, we recommend that you reset your cPanel password and verify the username is correct. IP address block can also be triggered from failed “webmail” logins as well. It is advised to also ensure you are using the correct email address & password for webmail login in addition to cPanel to make sure the block does not continue to happen.</p></div>

	<div class="alert alert-danger"><h3>Mod_Security Block</h3>
	<p>In the event you see a “mod_security” block being triggered, you will need to contact our support. There are many reasons on why a mod_security related block can be triggered, so we’d need to investigate further. The reasons can range from issues with website modules/plugins triggering a SQL injection block to simply too many failed WordPress or Joomla logins</p>.
	</div>
	<p>Please contact Server Support Team for further information on why the IP Address being Blocked</p>

	<br><br><br><br>
</div>
</body>
</html>