Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="ru-RU">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width">
  6. <title>Mailster 2.2.3 - Cron</title>
  7. <meta name='robots' content='noindex,nofollow'>
  8. <meta http-equiv="refresh" content="300">
  9. <style type="text/css">
  10. html{background:#f1f1f1}body{background:#fff;color:#444;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:50px auto 2em;padding:1em 2em;max-width:700px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}h1{border-bottom:1px solid #dadada;clear:both;color:#666;font:24px "Open Sans",sans-serif;margin:30px 0 0;padding:0 0 7px}body p,ul li{font-size:14px}body p{line-height:1.5;margin:25px 0 20px}body code{font-family:Consolas,Monaco,monospace}ul li{margin-bottom:10px}a{color:#0073aa}a:active,a:hover{color:#00a0d2}a:focus{color:#124964;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);outline:0}h2{font-size:18px;font-weight:100}pre{padding:0;font-size:12px;white-space:pre;white-space:pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;word-wrap:break-word}.button{background:#f7f7f7;border:1px solid #ccc;color:#555;display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;-webkit-border-radius:3px;-webkit-appearance:none;border-radius:3px;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;vertical-align:top}.button.button-large{height:30px;line-height:28px;padding:0 12px 2px}.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}.button:focus{border-color:#5b9dd9;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8);outline:0}.button:active{background:#eee;border-color:#999;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}table{margin-bottom:20px;border-top:1px solid #ccc}table tr.odd{background-color:#fafafa}table tr.even{background-color:#fff}table,td{font-size:12px;border-collapse:collapse}td{padding:5px 9px;border-bottom:1px solid #ccc}
  11. </style>
  12. </head>
  13. <body>
  14. <div>
  15. <script type="text/javascript">
  16. var finished = false;
  17. window.addEventListener('load', function () {
  18. if(!finished) document.getElementById('info').innerHTML = '<h2>Your servers execution time has been exceed!</h2><p>No worries, emails still get sent. But it\'s recommended to increase the "max_execution_time" for your server, add <code>define("WP_MEMORY_LIMIT", "256M");</code> to your wp-config.php file or decrease the <a href="https://teeman.ru/rootteeman/wp-admin/edit.php?post_type=newsletter&page=mailster_settings#delivery" target="_blank">number of mails sent</a> maximum in the settings!</p><p><a onclick="location.reload();" class="button" id="button">OK, now reload</a></p>';
  19. });
  20.  
  21. </script>
  22. <div id="info"><p>выполняется&hellip;</p></div>
  23. <p>
  24. <a onclick="location.reload();clearInterval(i);" class="button" id="button">reload</a>
  25. </p>
  26. <p>
  27. <small>0.1531 sec.</small>
  28. </p>
  29. <script type="text/javascript">finished = true;document.getElementById('info').innerHTML = ''</script>
  30.  
  31.  
  32.  
  33. </div>
  34. <script type="text/javascript">
  35. var a = 300,
  36. b = document.getElementById('button'),
  37. c = document.title,
  38. d = b.innerHTML,
  39. e = new Date().getTime(),
  40. f = setInterval(function(){
  41. var x = a-Math.ceil((new Date().getTime()-e)/1000),
  42. t = new Date(x*1000),
  43. h = t.getHours()-1,
  44. m = t.getMinutes(),
  45. s = t.getSeconds(),
  46. o = (x>=3600 ? (h<10?'0'+h:h)+':' : '')+(x>=60 ? (m<10?'0'+m:m)+':' : '' )+(s<10?'0'+s:s),
  47. p = '('+o+')';
  48.  
  49. if(x<=0){
  50. o = '(&#x27F2;)';
  51. p = 'progressing';
  52. clearInterval(f);
  53. }
  54. document.title = p+' '+c;
  55. b.innerHTML = d+' ('+o+')';
  56. }, 1000);
  57. </script>
  58. </body>
  59. </html><!-- hyper cache 2017-03-29 11:14:36 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement