It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://tersoft.ru

  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <title>Новый сайт успешно создан и готов к работе</title>
  6.  <!-- b0a8e2d8ccb04b24683d347076e80d29e451a385:d3aa2e6571e673001cb012eda23bd97d02234f0b -->
  7.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.  <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js"></script>
  9.  <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  10.  <link href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css" rel="stylesheet">
  11.  <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script>
  12.  <link href="https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=cyrillic,latin-ext" rel="stylesheet">
  13.  <link href="https://fonts.googleapis.com/css?family=PT+Sans+Caption&amp;subset=cyrillic,latin-ext" rel="stylesheet">
  14.  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/solid.css"
  15.        integrity="sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z" crossorigin="anonymous">
  16.  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/fontawesome.css"
  17.        integrity="sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6" crossorigin="anonymous">
  18.  <style>
  19.  
  20.  
  21.    #ru, #en {
  22.      display: -webkit-box;
  23.      display: -ms-flexbox;
  24.      display: flex;
  25.      -webkit-box-orient: vertical;
  26.      -webkit-box-direction: normal;
  27.      -ms-flex-direction: column;
  28.      flex-direction: column;
  29.      font-family: 'PT Sans', Arial, sans-serif;
  30.      font-size: 16px;
  31.      height: 100%;
  32.      min-height: 768px;
  33.      margin: 0;
  34.    }
  35.  
  36.    html {
  37.      height: 100%;
  38.    }
  39.  
  40.    .top, .bottom, hr {
  41.      flex-shrink: 0;
  42.    }
  43.  
  44.    hr {
  45.      height: 2px;
  46.      border: 0;
  47.      box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  48.      margin: 0;
  49.    }
  50.  
  51.    a {
  52.      color: #2fa3e7;
  53.      text-decoration: none
  54.    }
  55.  
  56.    a:focus, a:hover {
  57.      color: #157ab5;
  58.      text-decoration: none
  59.    }
  60.  
  61.    body {
  62.      font-family: 'PT Sans', Arial, sans-serif;
  63.      font-size: 16px;
  64.      height: 100%;
  65.      margin: 0;
  66.    }
  67.  
  68.    .b-alert {
  69.        font-family: 'PT Sans', Arial, sans-serif;
  70.        position: relative;
  71.        padding: 20px 20px 20px 65px;
  72.        min-height: 60px;
  73.        box-sizing: border-box;
  74.        border: 1px solid #000;
  75.        border-radius: 0;
  76.        background-color: #fff;
  77.        background-repeat: no-repeat;
  78.        color: #000;
  79.        text-align: left;
  80.        font-size: 16px;
  81.        line-height: 20px;
  82.        -webkit-box-shadow: 0 2px 4px rgba(146,149,163,.5);
  83.        box-shadow: 0 2px 4px rgba(146,149,163,.5)
  84.    }
  85.  
  86.    .b-alert:before {
  87.        background-image: url(https://cp.beget.com/img/icons/new_alert/alert.svg)
  88.    }
  89.  
  90.    .b-alert:before {
  91.        content: "";
  92.        display: block;
  93.        position: absolute;
  94.        top: 19px;
  95.        left: 0;
  96.        width: 45px;
  97.        height: 20px;
  98.        border-radius: 0 4px 4px 0;
  99.        background-repeat: no-repeat;
  100.        background-position: center right 4px
  101.    }
  102.  
  103.    .b-alert.b-alert--info {
  104.        border-color: #2fa3e7
  105.    }
  106.  
  107.    .b-alert.b-alert--info:before {
  108.        background-color: #2fa3e7
  109.    }
  110.  
  111.    .b-alert.b-alert--warning {
  112.        border-color: #fba700
  113.    }
  114.  
  115.    .b-alert.b-alert--warning:before {
  116.        background-color: #fba700
  117.    }
  118.  
  119.    .b-alert.b-alert--danger {
  120.        border-color: #bd2327
  121.    }
  122.  
  123.    .b-alert.b-alert--danger:before {
  124.        background-color: #bd2327
  125.    }
  126.  
  127.    .b-alert.b-alert--success {
  128.        border-color: #6ec331
  129.    }
  130.  
  131.    .b-alert.b-alert--success:before {
  132.        background-color: #6ec331
  133.    }
  134.  
  135.    .b-alert.b-alert--icon-alarm:before {
  136.        background-image: url(https://cp.beget.com/img/icons/new_alert/alarm.svg)
  137.    }
  138.  
  139.    .b-alert.b-alert--icon-backup:before {
  140.        background-image: url(https://cp.beget.com/img/icons/new_alert/backup.svg)
  141.    }
  142.  
  143.    .b-alert.b-alert--icon-card:before {
  144.        background-image: url(https://cp.beget.com/img/icons/new_alert/card.svg)
  145.    }
  146.  
  147.    .b-alert.b-alert--icon-check:before {
  148.        background-image: url(https://cp.beget.com/img/icons/new_alert/check.svg)
  149.    }
  150.  
  151.    .b-alert.b-alert--icon-database:before {
  152.        background-image: url(https://cp.beget.com/img/icons/new_alert/database.svg)
  153.    }
  154.  
  155.    .b-alert.b-alert--icon-delete:before {
  156.        background-image: url(https://cp.beget.com/img/icons/new_alert/delete.svg)
  157.    }
  158.  
  159.    .b-alert.b-alert--icon-domain:before {
  160.        background-image: url(https://cp.beget.com/img/icons/new_alert/domain.svg)
  161.    }
  162.  
  163.    .b-alert.b-alert--icon-info:before {
  164.        background-image: url(https://cp.beget.com/img/icons/new_alert/info.svg)
  165.    }
  166.  
  167.    .b-alert.b-alert--icon-locked:before {
  168.        background-image: url(https://cp.beget.com/img/icons/new_alert/locked.svg)
  169.    }
  170.  
  171.    .b-alert.b-alert--icon-mail:before {
  172.        background-image: url(https://cp.beget.com/img/icons/new_alert/mail.svg)
  173.    }
  174.  
  175.    .b-alert.b-alert--icon-phone:before {
  176.        background-image: url(https://cp.beget.com/img/icons/new_alert/phone.svg)
  177.    }
  178.  
  179.    .b-alert.b-alert--icon-php:before {
  180.        background-image: url(https://cp.beget.com/img/icons/new_alert/php.svg)
  181.    }
  182.  
  183.    .b-alert.b-alert--icon-redis:before {
  184.        background-image: url(https://cp.beget.com/img/icons/new_alert/redis.svg)
  185.    }
  186.  
  187.    .b-alert.b-alert--icon-setup:before {
  188.        background-image: url(https://cp.beget.com/img/icons/new_alert/setup.svg)
  189.    }
  190.  
  191.    .b-alert.b-alert--icon-support:before {
  192.        background-image: url(https://cp.beget.com/img/icons/new_alert/support.svg)
  193.    }
  194.  
  195.    h1, h2 {
  196.      font-family: 'PT Sans Caption', Arial, sans-serif;
  197.      font-weight: normal;
  198.      margin: 0;
  199.    }
  200.  
  201.    h1 {
  202.      font-size: 21px;
  203.      line-height: 30px;
  204.    }
  205.  
  206.    h2 {
  207.      font-size: 18px;
  208.    }
  209.  
  210.    @media screen and (min-width: 801px) {
  211.  
  212.      body {
  213.        display: -webkit-box;
  214.        display: -ms-flexbox;
  215.        display: flex;
  216.        -webkit-box-orient: vertical;
  217.        -webkit-box-direction: normal;
  218.        -ms-flex-direction: column;
  219.        flex-direction: column;
  220.        min-height: 768px;
  221.      }
  222.  
  223.      .top {
  224.        background-color: #f7f9fa;
  225.        display: -webkit-box;
  226.        display: -ms-flexbox;
  227.        display: flex;
  228.        -webkit-box-orient: vertical;
  229.        -webkit-box-direction: normal;
  230.        -ms-flex-direction: column;
  231.        flex-direction: column;
  232.        -webkit-box-flex: 1;
  233.        -ms-flex-positive: 1;
  234.        flex-grow: 1;
  235.      }
  236.  
  237.      .bottom {
  238.        display: -webkit-box;
  239.        display: -ms-flexbox;
  240.        display: flex;
  241.      }
  242.  
  243.      header, footer, .hint {
  244.        width: 690px;
  245.        margin: 0 auto;
  246.      }
  247.  
  248.      .hint {
  249.        padding-top: 30px;
  250.      }
  251.  
  252.      header {
  253.        display: -webkit-inline-box;
  254.        display: -ms-inline-flexbox;
  255.        display: inline-flex;
  256.        -webkit-box-orient: horizontal;
  257.        -webkit-box-direction: normal;
  258.        -ms-flex-direction: row;
  259.        flex-direction: row;
  260.        -webkit-box-pack: justify;
  261.        -ms-flex-pack: justify;
  262.        justify-content: space-between;
  263.      }
  264.  
  265.      main {
  266.        display: -webkit-box;
  267.        display: -ms-flexbox;
  268.        display: flex;
  269.        -webkit-box-pack: start;
  270.        -ms-flex-pack: start;
  271.        justify-content: flex-start;
  272.        -webkit-box-orient: vertical;
  273.        -webkit-box-direction: normal;
  274.        -ms-flex-direction: column;
  275.        flex-direction: column;
  276.        width: 740px;
  277.        margin: 0 auto;
  278.      }
  279.  
  280.      footer {
  281.        display: -webkit-inline-box;
  282.        display: -ms-inline-flexbox;
  283.        display: inline-flex;
  284.        -webkit-box-orient: horizontal;
  285.        -webkit-box-direction: normal;
  286.        -ms-flex-direction: row;
  287.        flex-direction: row;
  288.        -webkit-box-pack: justify;
  289.        -ms-flex-pack: justify;
  290.        justify-content: space-between;
  291.        width: 690px;
  292.      }
  293.  
  294.      .logo img {
  295.        max-width: 100%;
  296.        max-height: 75px;
  297.        position: relative;
  298.        top: 15px;
  299.      }
  300.  
  301.      nav {
  302.        display: -webkit-inline-box;
  303.        display: -ms-inline-flexbox;
  304.        display: inline-flex;
  305.        -webkit-box-pack: end;
  306.        -ms-flex-pack: end;
  307.        justify-content: flex-end;
  308.        -webkit-box-align: center;
  309.        -ms-flex-align: center;
  310.        align-items: center;
  311.        padding-right: 10px;
  312.      }
  313.  
  314.      nav a {
  315.        padding: 0 15px
  316.      }
  317.  
  318.      .octo {
  319.        display: -webkit-box;
  320.        display: -ms-flexbox;
  321.        display: flex;
  322.        -webkit-box-pack: center;
  323.        -ms-flex-pack: center;
  324.        justify-content: center;
  325.      }
  326.  
  327.      .octo img {
  328.        height: 230px;
  329.        max-height: 230px;
  330.      }
  331.  
  332.      .icon img {
  333.        height: 75px;
  334.      }
  335.  
  336.      .footer-col {
  337.        display: -webkit-box;
  338.        display: -ms-flexbox;
  339.        display: flex;
  340.        -webkit-box-orient: vertical;
  341.        -webkit-box-direction: normal;
  342.        -ms-flex-direction: column;
  343.        flex-direction: column;
  344.        padding: 15px 0;
  345.      }
  346.  
  347.      .footer-col > * {
  348.        padding: 2px;
  349.      }
  350.  
  351.      .bottom-mobile {
  352.        display: none;
  353.      }
  354.    }
  355.  
  356.    @media screen and (max-width: 800px) {
  357.  
  358.      .top {
  359.        margin: 0 auto;
  360.        background-color: #f7f9fa;
  361.      }
  362.  
  363.      .bottom {
  364.        margin: 0 auto;
  365.        width: 95%;
  366.      }
  367.  
  368.      header, footer, main {
  369.        width: 95%;
  370.      }
  371.  
  372.      header, footer, main, .hint {
  373.        margin: 0 auto;
  374.      }
  375.  
  376.      .hint {
  377.        padding-top: 30px;
  378.        margin-bottom: 30px;
  379.      }
  380.  
  381.      .logo {
  382.        display: block;
  383.        width: 60%;
  384.        margin: 0 auto;
  385.      }
  386.  
  387.      .logo img {
  388.        width: 100%;
  389.      }
  390.  
  391.      .icon img {
  392.        display: none;
  393.      }
  394.  
  395.      .octo {
  396.        width: 60%;
  397.        margin: 0 auto;
  398.      }
  399.  
  400.      .octo img {
  401.        width: 100%;
  402.      }
  403.  
  404.      header nav {
  405.        display: none;
  406.      }
  407.  
  408.      .bottom {
  409.        display: none;
  410.      }
  411.  
  412.      .bottom-mobile footer {
  413.        display: table;
  414.        width: 95%;
  415.        margin-bottom: 35px;
  416.      }
  417.  
  418.      .bottom-mobile footer span {
  419.        text-align: right;
  420.        display: table-cell;
  421.      }
  422.  
  423.      .bottom-mobile footer txt {
  424.        display: table-cell;
  425.      }
  426.  
  427.      .bottom-mobile footer h2 {
  428.        margin-top: 20px;
  429.        margin-bottom: 5px;
  430.      }
  431.  
  432.      .bottom-mobile footer p {
  433.        display: table-row;
  434.        width: 100%;
  435.        line-height: 25px;
  436.      }
  437.    }
  438.  
  439.    .instruction-row, li {
  440.      margin-bottom: .5rem;
  441.    }
  442.  
  443.    .fa-li {
  444.      color: #84c738;
  445.    }
  446.  
  447.    .fa-ul {
  448.      margin-left: 1.3em;
  449.    }
  450.  
  451.    span.key {
  452.      background-color: white;
  453.      padding: 5px;
  454.      border-radius: 5px;
  455.      box-shadow: 0 0 4px 0 rgba(86, 94, 113, 0.2);
  456.    }
  457.  
  458.    .gallery {
  459.      padding-top: 20px;
  460.      display: none;
  461.    }
  462.  
  463.    .gallery a {
  464.      display: block;
  465.      margin-bottom: 30px;
  466.      margin-top: 15px;
  467.    }
  468.  </style>
  469. </head>
  470. <body>
  471. <div id="ru">
  472.  <div class="top">
  473.    <header>
  474.      <noindex>
  475.        <a href="http://beget.com" target="_blank" title="Перейти на сайт хостинг-провайдера" class="logo" rel="nofollow">
  476.          <img src="https://cp.beget.com/i/logo.png">
  477.        </a>
  478.      </noindex>
  479.      <nav>
  480.        <noindex><a href="https://cp.beget.com" target="_blank" rel="nofollow">Панель управления</a></noindex>
  481.        <noindex><a href="https://beget.com/ru/domain-register" target="_blank" rel="nofollow">Регистрация доменов</a></noindex>
  482.        <noindex><a href="https://beget.com/ru/virtual-hosting" target="_blank" rel="nofollow">Тарифы</a></noindex>
  483.      </nav>
  484.    </header>
  485.    <main>
  486.      <div class="octo">
  487.        <img src="https://cp.beget.com/img/octo/octo_coffee.png">
  488.      </div>
  489.      <div class="b-alert b-alert--success b-alert--icon-check">
  490.          Новый сайт успешно создан и готов к работе. Если у Вас возникли вопросы, мы с удовольствием ответим на них.
  491.      </div>
  492.      <div class="hint" id="cache-hint"></div>
  493.    </main>
  494.  </div>
  495.  <hr>
  496.  <div class="bottom-mobile">
  497.    <footer>
  498.      <h2>Тех. поддержка</h2>
  499.      <p>
  500.        <txt>Почта:</txt>
  501.        <span><noindex><a href="/cdn-cgi/l/email-protection#c6b5b3b6b6a9b4b286a4a3a1a3b2e8a5a9ab" rel="nofollow"><span class="__cf_email__" data-cfemail="c4b7b1b4b4abb6b084a6a1a3a1b0eaa7aba9">[email&#160;protected]</span></a></noindex></span></p>
  502.      <p>
  503.        <txt>Россия:</txt>
  504.        <span>+7 (800) 700-06-08</span></p>
  505.      <p>
  506.        <txt>Украина:</txt>
  507.        <span>+380 (800) 802-192</span></p>
  508.    </footer>
  509.  </div>
  510.  <div class="bottom">
  511.    <footer>
  512.      <div class="footer-col">
  513.        <div>Тех. поддержка:</div>
  514.        <div>Бухгалтерия:</div>
  515.        <div>Руководство:</div>
  516.        <div>Telegram:</div>
  517.        <div>Skype:</div>
  518.      </div>
  519.      <div class="footer-col" style="padding-right: 100px;">
  520.        <noindex><a href="/cdn-cgi/l/email-protection#20535550504f52546042454745540e434f4d" rel="nofollow"><span class="__cf_email__" data-cfemail="a3d0d6d3d3ccd1d7e3c1c6c4c6d78dc0ccce">[email&#160;protected]</span></a></noindex>
  521.        <noindex><a href="/cdn-cgi/l/email-protection#c0a2a9acacb380a2a5a7a5b4eea3afad" rel="nofollow"><span class="__cf_email__" data-cfemail="2c4e4540405f6c4e494b4958024f4341">[email&#160;protected]</span></a></noindex>
  522.        <noindex><a href="/cdn-cgi/l/email-protection#d4b9b5bab5b3b1a694b6b1b3b1a0fab7bbb9" rel="nofollow"><span class="__cf_email__" data-cfemail="2d404c434c4a485f6d4f484a4859034e4240">[email&#160;protected]</span></a></noindex>
  523.        <noindex><a href="tg://resolve?domain=begetbot" rel="nofollow">@begetbot</a></noindex>
  524.        <noindex><a href="https://join.skype.com/bot/ceda3526-d09b-4157-b6f0-91a646073c7e?add" target="_blank" rel="nofollow">Добавить в контакты</a></noindex>
  525.      </div>
  526.      <div class="footer-col">
  527.        <div>Россия:</div>
  528.        <div>СПб:</div>
  529.        <div>Москва:</div>
  530.        <div>Украина:</div>
  531.        <div>Киев:</div>
  532.      </div>
  533.      <div class="footer-col">
  534.        <b>+7 (800) 700-06-08</b>
  535.        <b>+7 (812) 3854136</b>
  536.        <b>+7 (495) 721-80-88</b>
  537.        <b>+380 (800) 802-192</b>
  538.        <b>+380 (44) 300-02-18</b>
  539.      </div>
  540.    </footer>
  541.  </div>
  542. </div>
  543.  
  544. <div id="en" style="display: none">
  545.  <div class="top">
  546.    <header>
  547.      <noindex>
  548.        <a href="http://beget.com" target="_blank" title="Web hosting home page" class="logo" rel="nofollow">
  549.          <img src="https://cp.beget.com/i/logo.png">
  550.        </a>
  551.      </noindex>
  552.      <nav>
  553.        <noindex><a href="https://cp.beget.com" target="_blank" rel="nofollow">Control Panel</a></noindex>
  554.        <noindex><a href="https://beget.com/en/domain-register" target="_blank" rel="nofollow">Domain registration</a></noindex>
  555.        <noindex><a href="https://beget.com/en/virtual-hosting" target="_blank" rel="nofollow">Plans</a></noindex>
  556.      </nav>
  557.    </header>
  558.    <main>
  559.      <div class="octo">
  560.        <img src="https://cp.beget.com/img/octo/octo_coffee.png">
  561.      </div>
  562.      <div class="b-alert b-alert--success b-alert--icon-check">
  563.          The new site has been successfully created and is ready to work. If you have any questions we will be happy to answer them.
  564.      </div>
  565.      <div class="hint" id="cache-hint"></div>
  566.    </main>
  567.  </div>
  568.  <hr>
  569.  <div class="bottom-mobile">
  570.  </div>
  571.  <div class="bottom">
  572.  </div>
  573. </div>
  574. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/template" id="hotkeyTemplate">
  575.  <% if ((browser.isOpera || browser.isFirefox || browser.isChrome) && browser.isMac) { %>
  576.  <span class="key">⌘</span> + <span class="key">R</span>
  577.  <% } %>
  578.  <% if ((browser.isOpera || browser.isFirefox || browser.isChrome) && !browser.isMac) { %>
  579.  <span class="key">Ctrl</span> + <span class="key">R</span>
  580.  <% } %>
  581.  <% if (browser.isIE || browser.isEdge) { %>
  582.  <span class="key">Ctrl</span> + <span class="key">F5</span>
  583.  <% } %>
  584.  <% if (browser.isSafari) { %>
  585.  <span class="key">⌥</span> + <span class="key">⌘</span> + <span class="key">E</span>
  586.  <% } %>
  587. </script>
  588. <script type="text/template" id="instructionTemplateRu">
  589.  <div>
  590.    <% _.forEach(data, function(item, index) { %>
  591.    <div class="instruction-row">
  592.      <div><%- index + 1 %>. <%- item.text %></div>
  593.      <% if (item.image) { %>
  594.        <noindex>
  595.          <a href="<%- item.image.normal %>" data-srcset="<%- item.image.normal %> 1x, <%- item.image.retina %> 2x"
  596.             data-fancybox="instruction" data-caption="<%- item.text %>" rel="nofollow">
  597.            <img src="<%- item.image.normal %>" srcset="<%- item.image.normal %> 1x, <%- item.image.retina %> 2x" width="99"
  598.                 alt="<%- item.text %>">
  599.          </a>
  600.        </noindex>
  601.      <% } %>
  602.    </div>
  603.  
  604.    <% }) %>
  605.  </div>
  606. </script>
  607. <script type="text/template" id="instructionTemplateEn">
  608.  <% if (browser.isFirefox) { %>
  609.  <div>
  610.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  611.    <div class="instruction-row">2. Select "Preferences"</div>
  612.    <div class="instruction-row">3. Go to the "Privacy & Security" section.</div>
  613.    <div class="instruction-row">4. Click "Clear history..."</div>
  614.    <div class="instruction-row">5. In the window that appears, click "Clear Now”</div>
  615.  </div>
  616.  <% } %>
  617.  <% if (browser.isChrome && !browser.isYandex) { %>
  618.  <div>
  619.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  620.    <div class="instruction-row">2. Select "More tools" > "Clear browsing data..."</div>
  621.    <div class="instruction-row">3. Click "Clear data"</div>
  622.  </div>
  623.  <% } %>
  624.  <% if (browser.isSafari) { %>
  625.  <div>
  626.    <div class="instruction-row">1. In the menu bar select “Safari” > “Preferences”</div>
  627.    <div class="instruction-row">2. Enable “Show Develop menu in menu bar” in Advanced section and close the window</div>
  628.    <div class="instruction-row">3. In the menu bar select “Develop” > “Empty caches”</div>
  629.  </div>
  630.  <% } %>
  631.  <% if (browser.isYandex) { %>
  632.  <div>
  633.    <div class="instruction-row">1. Open the browser menu (three horizontal bars in the upper right corner of the window)</div>
  634.    <div class="instruction-row">2. Go to the "History" > "Settings - Clear browsing data"</div>
  635.    <div class="instruction-row">3. Select "Cookies and other site data" and "Cached files", click "Clear browsing data"</div>
  636.  </div>
  637.  <% } %>
  638.  <% if (browser.isOpera) { %>
  639.  <div>
  640.    <div class="instruction-row">1. Type ”opera://settings/clearBrowserData" in the address bar, press Enter</div>
  641.    <div class="instruction-row">2. Select "Cookies and other site data" and "Cached images and files", click "Clear browsing data"</div>
  642.  </div>
  643.  <% } %>
  644.  <% if (browser.isIE) { %>
  645.  <div>
  646.    <div class="instruction-row">1. Select “Tools” > “Delete browsing history"</div>
  647.    <div class="instruction-row">2. Select “Temporary Internet files and website files” and press “Delete”</div>
  648.  </div>
  649.  <% } %>
  650. </script>
  651. <script type="text/template" id="cacheTemplateRu">
  652.  <div class="hint">
  653.    <h2>Проблема уже решена? Попробуйте сбросить кэш</h2>
  654.    <ul class="fa-ul">
  655.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a class="clear-cache"
  656.                                                                          onclick="clearCache(event)" href="#">Очистите
  657.        кэш автоматически</a></li>
  658.      <% if (browser.isSafari) { %>
  659.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Нажмите <b id="hotkey"></b>, затем перезагрузите
  660.        страницу.
  661.      </li>
  662.      <% } else { %>
  663.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Перезагрузите страницу, нажав <b id="hotkey"></b>
  664.      </li>
  665.      <% } %>
  666.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a onclick="toggleInstruction(event)" href="#">Очистите кэш из настроек браузера <i class="fas fa-angle-down instruction-collapse-angle"></i></a>
  667.        <div class="gallery">
  668.          <div id="instruction"></div>
  669.          Если не помогло - вы можете связаться с нашей службой технической поддержки с помощью раздела «Обратная связь»
  670.          в панели управления хостингом или любым удобным для вас способом.
  671.        </div>
  672.      </li>
  673.  
  674.    </ul>
  675.  </div>
  676. </script>
  677. <script type="text/template" id="cacheTemplateEn">
  678.  <div class="hint">
  679.    <h2>Is the problem solved? Try to reset the cache</h2>
  680.    <ul class="fa-ul">
  681.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a class="clear-cache"
  682.                                                                          onclick="clearCache(event)" href="#">Clear the
  683.        cache automatically</a></li>
  684.      <% if (browser.isSafari) { %>
  685.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Press <b id="hotkey"></b> and reload the page
  686.      </li>
  687.      <% } else { %>
  688.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span>Reload the page by pressing <b id="hotkey"></b>
  689.      </li>
  690.      <% } %>
  691.      <li><span class="fa-li"><i class="fas fa-angle-right"></i></span><a onclick="toggleInstruction(event)" href="#">Clear the cache from your browser settings <i class="fas fa-angle-down instruction-collapse-angle"></i></a>
  692.        <div class="gallery">
  693.          <div id="instruction"></div>
  694.          If it does not help - you can contact our technical support service using the "Feedback" section in the
  695.          hosting management panel or in any way convenient for you.
  696.        </div>
  697.      </li>
  698.    </ul>
  699.  </div>
  700. </script>
  701. <script type="text/template" id="bottomEn">
  702.  <footer>
  703.    <div class="footer-col">
  704.      <div>Support:</div>
  705.    </div>
  706.    <div class="footer-col" style="padding-right: 100px;">
  707.      <noindex><a href="mailto:support@beget.com" rel="nofollow">support@beget.com</a></noindex>
  708.    </div>
  709.    <div class="footer-col">
  710.      <div>Management:</div>
  711.    </div>
  712.    <div class="footer-col">
  713.      <noindex><a href="mailto:manager@beget.com" rel="nofollow">manager@beget.com</a></noindex>
  714.    </div>
  715.  </footer>
  716. </script>
  717. <script type="text/template" id="bottomRu">
  718.  <footer>
  719.    <div class="footer-col">
  720.      <div>Тех. поддержка:</div>
  721.      <div>Бухгалтерия:</div>
  722.      <div>Руководство:</div>
  723.      <div>Telegram:</div>
  724.      <div>Skype:</div>
  725.    </div>
  726.    <div class="footer-col" style="padding-right: 100px;">
  727.      <noindex><a href="mailto:support@beget.com" rel="nofollow">support@beget.com</a></noindex>
  728.      <noindex><a href="mailto:bills@beget.com" rel="nofollow">bills@beget.com</a></noindex>
  729.      <noindex><a href="mailto:manager@beget.com" rel="nofollow">manager@beget.com</a></noindex>
  730.      <noindex><a href="tg://resolve?domain=begetbot" rel="nofollow">@begetbot</a></noindex>
  731.      <noindex><a href="https://join.skype.com/bot/ceda3526-d09b-4157-b6f0-91a646073c7e?add" target="_blank" rel="nofollow">Добавить в контакты</a></noindex>
  732.    </div>
  733.    <div class="footer-col">
  734.      <div>Россия:</div>
  735.      <div>СПб:</div>
  736.      <div>Москва:</div>
  737.      <div>Украина:</div>
  738.      <div>Киев:</div>
  739.    </div>
  740.    <div class="footer-col">
  741.      <b>+7 (800) 700-06-08</b>
  742.      <b>+7 (812) 3854136</b>
  743.      <b>+7 (495) 721-80-88</b>
  744.      <b>+380 (800) 802-192</b>
  745.      <b>+380 (44) 300-02-18</b>
  746.    </div>
  747.  </footer>
  748. </script>
  749. <script type="text/template" id="bottomMobileEn">
  750.  <footer>
  751.    <h2>Support</h2>
  752.      <p><txt>Mail: </txt><span><noindex><a href="mailto:support@beget.com" rel="nofollow">support@beget.com</a></noindex></span></p>
  753.  </footer>
  754. </script>
  755. <script type="text/template" id="bottomMobileRu">
  756.  <footer>
  757.    <h2>Тех. поддержка</h2>
  758.    <p><txt>Почта: </txt><span><noindex><a href="mailto:support@beget.com" rel="nofollow">support@beget.com</a></noindex></span></p>
  759.    <p><txt>Россия:</txt> <span>+7 (800) 700-06-08</span></p>
  760.    <p><txt>Украина:</txt> <span>+380 (800) 802-192</span></p>
  761.  </footer>
  762. </script>
  763.  
  764. <script>
  765.    var browser = {
  766.        // Opera 8.0+
  767.        isOpera: (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0,
  768.        // Firefox 1.0+
  769.        isFirefox: typeof InstallTrigger !== 'undefined',
  770.        // Safari 3.0+ "[object HTMLElementConstructor]"
  771.        isSafari: /constructor/i.test(window.HTMLElement) || (function (p) {
  772.            return p.toString() === "[object SafariRemoteNotification]";
  773.        })(!window['safari'] || (typeof safari !== 'undefined' && safari.pushNotification)),
  774.        // Internet Explorer 6-11
  775.        isIE: /*@cc_on!@*/false || !!document.documentMode,
  776.        // Edge 20+
  777.        isEdge: !(/*@cc_on!@*/false || !!document.documentMode) && !!window.StyleMedia,
  778.        // Chrome 1+
  779.        isChrome: !!window.chrome && !!window.chrome.webstore,
  780.        isYandex: !!window.yandex,
  781.        isMac: window.navigator.platform.toUpperCase().indexOf('MAC') >= 0
  782.    };
  783.  
  784.    var instructions = {
  785.        firefox: [
  786.            {
  787.                "text": "Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)"
  788.            },
  789.            {
  790.                "text": 'Выберите "Настройки"',
  791.                "image": {
  792.                    normal: "https://cp.beget.com/shared/9fc46578a3f3beebbc6e3058537a3fcf/firefox2.png",
  793.                    "retina": "https://cp.beget.com/shared/5fc2dd546f53e0902e15a3a70e4fe653/firefox22x.png"
  794.                }
  795.            },
  796.            {
  797.                "text": 'Перейдите в раздел “Приватность и защита”',
  798.                "image": {
  799.                    normal: "https://cp.beget.com/shared/6b5c3dfee3602b060a644965f11eabed/firefox3.png",
  800.                    "retina": "https://cp.beget.com/shared/1f93b61fdeeed1161d5ff5aa36e76dc4/firefox32x.png"
  801.                }
  802.            },
  803.            {
  804.                "text": 'Нажмите кнопку "Удалить историю"',
  805.                "image": {
  806.                    normal: "https://cp.beget.com/shared/a41c785d3b44adcba2e1b90db2b77a37/firefox4.png",
  807.                    "retina": "https://cp.beget.com/shared/1a512f91bcc8975205f979acf71d7d29/firefox42x.png"
  808.                }
  809.            },
  810.            {
  811.                "text": 'В появившемся окне нажмите “Удалить сейчас”',
  812.                "image": {
  813.                    "normal": "https://cp.beget.com/shared/a4f7c26338626b94ead39246a91aa4b3/firefox5.png",
  814.                    "retina": "https://cp.beget.com/shared/745b3450fc1f4471ff21f6d64fc737b1/firefox52x.png"
  815.                }
  816.            }
  817.  
  818.        ],
  819.        chrome: [
  820.            {
  821.                "text": "Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)"
  822.            },
  823.            {
  824.                "text": 'Выберите "Дополнительные инструменты" > "Очистить данные просмотров"',
  825.                "image": {
  826.                    "normal": "https://cp.beget.com/shared/f38d02735868ba6f0f0f6d0056fcb600/chrome2.png",
  827.                    "retina": "https://cp.beget.com/shared/3c7ced0b4d09861e1884f5661f239fc0/chrome22x.png"
  828.                }
  829.            },
  830.            {
  831.                "text": 'В окне "Очистить историю" выберите "Изображения и другие файлы, сохранённые в кэше" и нажмите кнопку "Удалить данные"',
  832.                "image": {
  833.                    "normal": "https://cp.beget.com/shared/82ed82f2d8ca8099998398f34f6aa01a/chrome3.png",
  834.                    "retina": "https://cp.beget.com/shared/5433ccd2ab6359de9db5b621c3a0b633/chrome32x.png"
  835.                }
  836.            }
  837.  
  838.        ],
  839.        safari: [
  840.            {
  841.                "text": 'В меню браузера выберите пункт “Safari” > “Настройки”',
  842.                "image": {
  843.                    "normal": "https://cp.beget.com/shared/80113015aafa3f261ff2fe54ebd6508d/safari1.png",
  844.                    "retina": "https://cp.beget.com/shared/f8f7096f67c0e3d82446d0ce6217b27d/safari12x.png"
  845.                }
  846.            },
  847.            {
  848.                "text": 'В  дополнениях включите опцию “Показывать меню «Разработка» в строке меню” и закройте окно',
  849.                "image": {
  850.                    "normal": "https://cp.beget.com/shared/1193ae0503f94daafb5dd14c87a1ddde/safari2.png",
  851.                    "retina": "https://cp.beget.com/shared/138c05f2803ea0b167a7f975265ce43b/safari22x.png"
  852.                }
  853.            },
  854.            {
  855.                "text": 'В меню браузера выберите пункт “Разработка” > “Очистить кэши”',
  856.                "image": {
  857.                    "normal": "https://cp.beget.com/shared/87421068ec6d6013cade7cc6a37e9566/safari3.png",
  858.                    "retina": "https://cp.beget.com/shared/13520f6e24d62a88aa7c54519eb1a647/safari32x.png"
  859.                }
  860.            }
  861.  
  862.        ],
  863.        yandex: [
  864.            {
  865.                "text": 'Откройте меню браузера (три горизонтальные полоски в правом верхнем углу окна)'
  866.            },
  867.            {
  868.                "text": 'Перейдите во вкладку "История"',
  869.                "image": {
  870.                    "normal": "https://cp.beget.com/shared/80ce1ee88a6a1cec9f2c7620f08a58c2/yandex2.png",
  871.                    "retina": "https://cp.beget.com/shared/0693faca5588f69ca7da9fe4212cdc97/yandex22x.png"
  872.                }
  873.            },
  874.            {
  875.                "text": 'Нажмите "Очистить историю" (справа)',
  876.                "image": {
  877.                    "normal": "https://cp.beget.com/shared/ff268c78b70d486538ecede196a9c1f2/yandex3.png",
  878.                    "retina": "https://cp.beget.com/shared/12096cc377f80dda5798cfe745bb66ec/yandex32x.png"
  879.                }
  880.            },
  881.            {
  882.                "text": 'Отметьте пункты "Файлы cookie и другие данные сайтов и модулей" и "файлы, сохраненные в кэше",  нажмите кнопку "Очистить историю"',
  883.                "image": {
  884.                    "normal": "https://cp.beget.com/shared/80e7ada09ac4b7da555a5119237ff108/yandex4.png",
  885.                    "retina": "https://cp.beget.com/shared/daa75ad57baee73ff347e589e11fc90f/yandex42x.png"
  886.                }
  887.            }
  888.  
  889.        ],
  890.        opera: [
  891.            {
  892.                "text": 'Введите в адресной строке “opera://settings/clearBrowserData”, нажмите клавишу Enter',
  893.                "image": {
  894.                    "normal": "https://cp.beget.com/shared/cfb3606fa62fb6a2f951d3e7cd24a8d9/opera1.png",
  895.                    "retina": "https://cp.beget.com/shared/f72a61de7929ef3236d54a7eda5f27e2/opera12x.png"
  896.                }
  897.            },
  898.            {
  899.                "text": 'Поставьте галочки у пунктов "Файлы cookie и прочие данные сайтов" и "Кэшированные изображения и файлы", нажмите кнопку "Очистить историю посещений"',
  900.                "image": {
  901.                    "normal": "https://cp.beget.com/shared/d336439cc49a04a1885186dc1930c02c/opera2.png",
  902.                    "retina": "https://cp.beget.com/shared/6d6888aac8d3896da5cd201e8d31670b/opera22x.png"
  903.                }
  904.            }
  905.        ],
  906.        ie: [
  907.            {
  908.                "text": 'Выберите “Сервис” > “Удаление журнала обозревателя…”',
  909.                "image": {
  910.                    "normal": "https://cp.beget.com/shared/3585ac62cef9f65d999df211007ce578/explorer.png",
  911.                    "retina": "https://cp.beget.com/shared/33ae907b8ce690fe724d9616cb809d35/explorer2x.png"
  912.                }
  913.            }
  914.        ],
  915.    };
  916.  
  917.    function clearCache(event) {
  918.        event.preventDefault();
  919.        window.location.reload(true);
  920.    }
  921.  
  922.    function toggleInstruction(e) {
  923.        e.preventDefault();
  924.        $(".gallery").slideToggle();
  925.    };
  926.  
  927.    var language = window.navigator.language || navigator.userLanguage,
  928.        ru = document.getElementById("ru"),
  929.        en = document.getElementById("en");
  930.  
  931.    language = language.substr(0, 2).toLowerCase();
  932.  
  933.    var mainDiv = ru;
  934.  
  935.    if (language !== "ru") {
  936.        document.title = "The new site has been successfully created and is ready to work"
  937.        ru.style.display = "none"
  938.        en.style.display = "flex"
  939.        mainDiv = en;
  940.    }
  941.    var data = instructions.chrome;
  942.  
  943.    if (browser.isFirefox) {
  944.        data = instructions.firefox;
  945.    }
  946.    if (browser.isChrome && !browser.isYandex) {
  947.        data = instructions.chrome;
  948.    }
  949.    if (browser.isYandex) {
  950.        data = instructions.yandex;
  951.    }
  952.    if (browser.isSafari) {
  953.        data = instructions.safari;
  954.    }
  955.    if (browser.isOpera) {
  956.        data = instructions.opera;
  957.    }
  958.    if (browser.isIE) {
  959.        data = instructions.ie;
  960.    }
  961.  
  962.    window.onload = function () {
  963.        if (language === "ru") {
  964.            mainDiv.querySelector("#cache-hint").innerHTML = _.template(document.getElementById("cacheTemplateRu").innerHTML)({browser: browser});
  965.            mainDiv.querySelector("#hotkey").innerHTML = _.template(document.getElementById("hotkeyTemplate").innerHTML)({browser: browser});
  966.            mainDiv.querySelector("#instruction").innerHTML = _.template(document.getElementById("instructionTemplateRu").innerHTML)({data: data});
  967.            mainDiv.querySelector(".bottom").innerHTML = document.getElementById("bottomRu").innerHTML;
  968.            mainDiv.querySelector(".bottom-mobile").innerHTML = document.getElementById("bottomMobileRu").innerHTML;
  969.        } else {
  970.            mainDiv.querySelector("#cache-hint").innerHTML = _.template(document.getElementById("cacheTemplateEn").innerHTML)({browser: browser});
  971.            mainDiv.querySelector("#hotkey").innerHTML = _.template(document.getElementById("hotkeyTemplate").innerHTML)({browser: browser});
  972.            mainDiv.querySelector("#instruction").innerHTML = _.template(document.getElementById("instructionTemplateEn").innerHTML)({data: data});
  973.            mainDiv.querySelector(".bottom").innerHTML = document.getElementById("bottomEn").innerHTML;
  974.            mainDiv.querySelector(".bottom-mobile").innerHTML = document.getElementById("bottomMobileEn").innerHTML;
  975.        }
  976.        $('[data-fancybox="instruction"]').fancybox({
  977.            afterLoad: function (instance, current) {
  978.                var pixelRatio = window.devicePixelRatio || 1;
  979.  
  980.                if (pixelRatio > 1.5) {
  981.                    current.width = current.width / pixelRatio;
  982.                    current.height = current.height / pixelRatio;
  983.                }
  984.            }
  985.        });
  986.    };
  987.  
  988. </script>
  989. </body>
  990. </html>
  991.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda