Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if IE 8]>
  3. <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" lang="en-US">
  4. <![endif]-->
  5. <!--[if !(IE 8) ]><!-->
  6. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  7. <!--<![endif]-->
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  10. <title>The Bot Suite &lsaquo; Log In</title>
  11. <link rel='dns-prefetch' href='//s.w.org' />
  12. <script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
  13. <script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
  14. <link rel='stylesheet' id='pmpro_frontend-css' href='/wp-content/plugins/paid-memberships-pro/css/frontend.css?ver=1.9.2.1' type='text/css' media='screen' />
  15. <link rel='stylesheet' id='pmpro_print-css' href='/wp-content/plugins/paid-memberships-pro/css/print.css?ver=1.9.2.1' type='text/css' media='print' />
  16. <link rel='stylesheet' id='dashicons-css' href='/wp-includes/css/dashicons.css?ver=4.8' type='text/css' media='all' />
  17. <link rel='stylesheet' id='buttons-css' href='/wp-includes/css/buttons.css?ver=4.8' type='text/css' media='all' />
  18. <link rel='stylesheet' id='forms-css' href='/wp-admin/css/forms.css?ver=4.8' type='text/css' media='all' />
  19. <link rel='stylesheet' id='l10n-css' href='/wp-admin/css/l10n.css?ver=4.8' type='text/css' media='all' />
  20. <link rel='stylesheet' id='login-css' href='/wp-admin/css/login.css?ver=4.8' type='text/css' media='all' />
  21. <meta name='robots' content='noindex,follow' />
  22. <meta name="viewport" content="width=device-width" />
  23. </head>
  24. <body class="login login-action-login wp-core-ui locale-en-us">
  25. <div id="login">
  26. <h1><a href="https://wordpress.org/" title="Powered by WordPress" tabindex="-1">The Bot Suite</a></h1>
  27.  
  28. <form name="loginform" id="loginform" action="/wp-login.php" method="post">
  29. <p>
  30. <label for="user_login">Username or Email Address<br />
  31. <input type="text" name="log" id="user_login" class="input" value="" size="20" /></label>
  32. </p>
  33. <p>
  34. <label for="user_pass">Password<br />
  35. <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /></label>
  36. </p>
  37. <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label></p>
  38. <p class="submit">
  39. <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
  40. <input type="hidden" name="redirect_to" value="http://thebotsuite.com" />
  41. <input type="hidden" name="testcookie" value="1" />
  42. </p>
  43. </form>
  44.  
  45. <p id="nav">
  46. <a rel="nofollow" href="/wp-login.php?action=register">Register</a> | <a href="/wp-login.php?action=lostpassword">Lost your password?</a>
  47. </p>
  48.  
  49. <script type="text/javascript">
  50. function wp_attempt_focus(){
  51. setTimeout( function(){ try{
  52. d = document.getElementById('user_login');
  53. d.focus();
  54. d.select();
  55. } catch(e){}
  56. }, 200);
  57. }
  58.  
  59. /**
  60. * Filters whether to print the call to `wp_attempt_focus()` on the login screen.
  61. *
  62. * @since 4.8.0
  63. *
  64. * @param bool $print Whether to print the function call. Default true.
  65. */
  66. wp_attempt_focus();
  67. if(typeof wpOnload=='function')wpOnload();
  68. </script>
  69.  
  70. <p id="backtoblog"><a href="/">&larr; Back to The Bot Suite</a></p>
  71.  
  72. </div>
  73.  
  74.  
  75. <div class="clear"></div>
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement