| Server IP : 23.254.227.96 / Your IP : 216.73.216.183 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/cwpsrv/var/services/users/cwp_theme/original/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Control Web Panel</title>
<link href="{{url}}/css/bootstrap.min.css" rel="stylesheet">
<link href="{{url}}/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="{{url}}/css/animate.css" rel="stylesheet">
<link href="{{url}}/css/style.css" rel="stylesheet">
<link rel="icon" href="{{url}}/img/ico/favicon.ico" type="image/png">
</head>
<body class="gray-bg">
<div class="lock-word animated fadeInDown" style="margin-top: 30px">
<span class="first-word">LOCKED</span><span>SCREEN</span>
</div>
<div class="middle-box text-center animated fadeInDown">
<div>
<div>
<img src="/login/cwp_theme/original/img/new_logo_small.png">
</div>
<div class="lockscreen" style="margin-top: 120px">
<h3>Your {{myip}} IP address has been blocked</h3>
<p>You reached the maximum of failed attempts, please try again in</p>
<p>10 Minutes</p>
</div>
</div>
</div>
<!-- Mainly scripts -->
<script src="{{url}}/js/jquery-3.1.1.min.js"></script>
<script src="{{url}}/js/popper.min.js"></script>
<script src="{{url}}/js/bootstrap.js"></script>
<script>
function loadThumb(){
$.ajax({
type: "POST",
url: "/login/index.php?acc=locked",
complete: function(datos2){
//console.log(datos2.responseText);
if(datos2.responseText<=0) {
window.location = '/';
}else if(datos2.responseText=='END'){
window.location = '/';
}else{
setTimeout('loadThumb()', 3600);
}
return false;
}
});
}
loadThumb();
</script>
</body>
</html>