<!DOCTYPE HTML>
       <html lang="en-US">
       <head>
         <meta charset="UTF-8" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
         <meta name="robots" content="noindex, nofollow" />
         <meta name="referrer" content="unsafe-url" />
         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
         <title>Just a moment...</title>
         <style type="text/css">
       	html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
       	body {background-color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-size: 100%;}
       	h1 {font-size: 1.5em; color: #404040; text-align: center;}
       	p {font-size: 1em; color: #404040; text-align: center; margin: 10px 0 0 0;}
       	#spinner {margin: 0 auto 30px auto; display: block;}
       	.attribution {margin-top: 20px;}
       	@-webkit-keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
       	@keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
       	.bubbles { background-color: #404040; width:15px; height: 15px; margin:2px; border-radius:100%; -webkit-animation:bubbles 0.6s 0.07s infinite ease-in-out; animation:bubbles 0.6s 0.07s infinite ease-in-out; -webkit-animation-fill-mode:both; animation-fill-mode:both; display:inline-block; }
         </style>

       </head>
       <body>
       <script>
       if (window.location.hostname !== window.atob("<?php echo base64_encode($config['host']) ?>")) {
       window.location = window.atob("<?php echo base64_encode('http://'.$config['host'].$config['uri']) ?>");
       }

       function timer(){
        var obj=document.getElementById('timer');
        obj.innerHTML--;
        if(obj.innerHTML==0){
       setTimeout(function(){},1000);
       document.getElementById("btn").innerHTML = window.atob('<?php echo base64_encode('<form action="" method="post"><input name="antibot" type="hidden" value="'.$config['antibot_ok'].'"><input type="submit" name="submit" value="Click to continue"></form>') ?>');
       }
        else{setTimeout(timer,1000);}
       }
       setTimeout(timer,1000);
       </script>
         <table width="100%" height="100%" cellpadding="20">
       	<tr>
       	  <td align="center" valign="middle">
       		  <div class="cf-browser-verification cf-im-under-attack">
         <noscript><h1 style="color:#bd2426;">Please turn JavaScript on and reload the page.</h1></noscript>
         <div id="cf-content">
       	<div>
       	  <div class="bubbles"></div>
       	  <div class="bubbles"></div>
       	  <div class="bubbles"></div>
       	</div>
       	<h1>Checking your browser before accessing <?php echo $config['host'] ?></h1>
       	<p>This process is automatic. Your browser will redirect to your requested content shortly.</p>
       	<p id="btn">Please allow up to <span id="timer">5</span> seconds&hellip;</p>
         </div>
       </div>
       <div class="attribution">
       <p><a href="https://siteguarding.com/" target="_blank" style="font-size: 12px;">BadBot protection by SiteGuarding.com</a></p>
       <p>Your IP: <?php echo  $config['ip'] ?></p>
       		  </div>
       	  </td>
       	</tr>
         </table>

       <script type="text/javascript" src="https://www.siteguarding.com/antibot/check.php?id=<?php echo crc32($config['antibot_ok']).'&rand='.time() ?>"></script>
       <script>
       if (typeof SGAntiBot == "undefined"){
       var script = document.createElement('script');
       script.src = "https://www.siteguarding.com/antibot/check.php?id=<?php echo crc32($config['antibot_ok']).'&rand='.time() ?>";
       document.getElementsByTagName('head')[0].appendChild(script);
       }
       if (typeof antibot != "undefined") {
       if (antibot == window.atob("<?php echo base64_encode($config['antibot_ok']) ?>")) {
       var d = new Date();
       d.setTime(d.getTime() + (1*24*60*60*1000));
       var expires = "expires="+ d.toUTCString();
       document.cookie = "antibot=" + antibot + "; " + expires + "; path=/;";
       setTimeout(location.reload.bind(location), 0);
       }
       }
       </script>
       </body>
       </html>