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: https://cabbage.news

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