Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  5. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  6. <title>Just a moment...</title>
  7. <script>
  8. function onSubmit() {
  9. document.getElementById('lsrecaptcha-form').submit();
  10. }
  11.  
  12. var onloadCallback = async function() {
  13. var cont = grecaptcha.render('recaptchadiv', {
  14. 'sitekey': '<!--#echo var="ENV:LSRECAPTCHA_SITE_KEY"-->',
  15. 'callback': onSubmit,
  16. <!--#echo var="ENV:LSRECAPTCHA_TYPE_PARAM"-->
  17. });
  18. await grecaptcha.execute(cont);
  19. };
  20. </script>
  21. <style>
  22. html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
  23. body {background-color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-size: 100%;}
  24. h1 {font-size: 1.5em; color: #404040; text-align: center;}
  25. p {font-size: 1em; color: #404040; text-align: center; margin: 10px 0 0 0;}
  26. #spinner {margin: 0 auto 30px auto; display: block;}
  27. .attribution {margin-top: 20px;}
  28. .recaptcha-center {
  29. margin-top: 35px;
  30. margin-bottom: 20px;
  31. margin-left: 13%;
  32. margin-right: 13%;
  33. display: block;
  34. }
  35. </style>
  36. </head>
  37. <body>
  38. <table width="100%" height="100%" cellpadding="20">
  39. <tr>
  40. <td align="center" valign="middle">
  41. <div class="cf-browser-verification cf-im-under-attack">
  42. <noscript><h1 data-translate="turn_on_js" style="color:#bd2426;">Please turn JavaScript on and reload the page.</h1></noscript>
  43. <div id="cf-content" style="display:none">
  44. <img id="spinner" src="/cdn-cgi/images/spinner-2013.gif" />
  45. <h1><span data-translate="checking_browser">Checking your browser before accessing</span> xxxxxx.net.</h1>
  46. <p data-translate="process_is_automatic">This process is automatic. Your browser will redirect to your requested content shortly.</p>
  47. <p data-translate="allow_5_secs">Please allow up to 5 seconds&hellip;</p>
  48. </div>
  49. <form id="lsrecaptcha-form" method="POST" action="/.lsrecap/recaptcha?<!--#echo var="ENV:LSRECAPTCHA_QUERY"-->">
  50. <div id="recaptchadiv" class="recaptcha-center"></div>
  51. </form>
  52. </div>
  53.  
  54. <div class="attribution">
  55. <a href="http://www.cloudflare.com/" target="_blank" style="font-size: 12px;">DDoS protection by CloudFlare</a>
  56. <br>
  57. Ray ID: 1c0****c03****37
  58. </div>
  59. </td>
  60. </tr>
  61. </table>
  62. <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
  63. async defer>
  64. </script>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement