G0dR4p3

anubiscode.fun

Aug 24th, 2020
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title></title>
  9.  
  10. <!-- Bootstrap -->
  11.  
  12. <link href="css/style.css" rel="stylesheet">
  13. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  14. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  15. <!--[if lt IE 9]>
  16. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  17. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  18. <![endif]-->
  19. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  21. <!-- Include all compiled plugins (below), or include individual files as needed -->
  22.  
  23. <script src="js/funcs.js"></script>
  24. </head>
  25. <body>
  26. <video poster="https://anubiscode.fun/anubis.png" id="bgvid" playsinline autoplay loop>
  27. <br />
  28. <b>Warning</b>: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/u1030634/data/www/anubiscode.fun/index.php:27) in <b>/var/www/u1030634/data/www/anubiscode.fun/index.php</b> on line <b>28</b><br />
  29. <br />
  30. <b>Warning</b>: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/u1030634/data/www/anubiscode.fun/index.php:27) in <b>/var/www/u1030634/data/www/anubiscode.fun/index.php</b> on line <b>28</b><br />
  31.  
  32. <source src="/vids/1.mp4" type="video/mp4"><br>
  33. <audio controls autoplay>
  34. <source src="/vids/1.mp3" type="audio/mpeg">
  35. </audio>
  36. </video>
  37. <div id="login-form">
  38. <h1>A N U B I S</h1>
  39. <fieldset>
  40. <div style="height: 20px;">
  41. <div class="alert" id="wrong">
  42. <strong>Wrong!</strong>
  43. </div>
  44. </div>
  45. <form method="post" id="auth">
  46. <input type="text" required name="login" value="LOGIN" onBlur="if(this.value=='')this.value='LOGIN'" onFocus="if(this.value=='LOGIN')this.value='' ">
  47. <input type="password" required name="password" value="Пароль" onBlur="if(this.value=='')this.value='Пароль'" onFocus="if(this.value=='Пароль')this.value='' ">
  48. <input type="submit" value="E N T E R">
  49. </form>
  50. </fieldset>
  51. </div>
  52. <script>
  53. $("#auth").submit(function(e) {
  54. var url = "cmd.php"; // the script where you handle the form input.
  55.  
  56. $.ajax({
  57. type: "POST",
  58. url: url,
  59. data: $("#auth").serialize(), // serializes the form's elements.
  60. success: function(data)
  61. {
  62. if(data == 'true')
  63. location.href = '/table.php';
  64. else
  65. err(); // show response from the php script.
  66. }
  67. });
  68.  
  69. e.preventDefault(); // avoid to execute the actual submit of the form.
  70. });
  71. </script>
  72. </body>
  73. </html>
Add Comment
Please, Sign In to add comment