Решено Ищу код выключенного форума

Добро пожаловать!

Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.

Зарегистрироваться!
Статус
В этой теме нельзя размещать новые ответы.
ℙ𝕒𝕨𝕟𝕠 𝕙𝕖𝕝𝕡 // ...
Активный
Регистрация
28 Июл 2024
Сообщения
1,090
Ищу код выключенного форума
Такого помогите пожайлуста у кого будет пожайлуста дайте срочно нужен
Буду очень благодарен, заранее спасиб большое
1000050291.png
 
Решение
Решено! Помоги теперь тут

Поставь галочку
Пользователь
Регистрация
17 Авг 2025
Сообщения
261
Код:
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Форум временно отключен</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <style>
        * {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
        }

        body {
            margin: 0;
            min-height: 100vh;
            background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }

        .card {
            background: #181818;
            border-radius: 18px;
            padding: 48px 36px;
            max-width: 520px;
            width: 100%;
            text-align: center;
            box-shadow:
                0 0 0 1px rgba(255,255,255,0.05),
                0 25px 60px rgba(0,0,0,0.6);
        }

        .icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            background: linear-gradient(135deg, #ff3b5c, #b81e3a);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .icon span {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        h1 {
            font-size: 26px;
            margin: 0 0 16px;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            color: #bdbdbd;
            margin: 0 0 36px;
        }

        .brand {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-weight: 600;
            color: #e6e6e6;
        }

        .brand-logo {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: #ff3b5c;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }
    </style>
</head>
<body>

    <div class="card">
        <div class="icon">
            <span>&lt;/&gt;</span>
        </div>

        <h1>Форум временно отключен</h1>

        <p>
            Мы проводим плановое техническое обслуживание,
            чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше.
            Приносим извинения за неудобства и скоро вернёмся!
        </p>

        <div class="brand">
            <div class="brand-logo">&lt;/&gt;</div>
            EasyScripts
        </div>
    </div>

</body>
</html>

Вот код с выключенного форума с твоего скрина, куда вставлять:

Параметры - настройки - открытие / закрытие форума - вставить данный html код в строку снизу
 
Пользователь
Регистрация
17 Авг 2025
Сообщения
261
Код:
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Форум временно отключен</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <style>
        * {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            width: 100%;
            background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }

        .card {
            background: #181818;
            border-radius: 18px;
            padding: 48px 36px;
            width: 100%;
            max-width: 600px;
            text-align: center;
            box-shadow:
                0 0 0 1px rgba(255,255,255,0.05),
                0 25px 60px rgba(0,0,0,0.6);
        }

        .icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            background: linear-gradient(135deg, #ff3b5c, #b81e3a);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .icon span {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        h1 {
            font-size: 26px;
            margin: 0 0 16px;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            color: #bdbdbd;
            margin: 0 0 36px;
        }

        .brand {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-weight: 600;
            color: #e6e6e6;
        }

        .brand-logo {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: #ff3b5c;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }
    </style>
</head>
<body>

    <div class="card">
        <div class="icon">
            <span>&lt;/&gt;</span>
        </div>

        <h1>Форум временно отключен</h1>

        <p>
            Мы проводим плановое техническое обслуживание,
            чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше.
            Приносим извинения за неудобства и скоро вернёмся!
        </p>

        <div class="brand">
            <div class="brand-logo">&lt;/&gt;</div>
            EasyScripts
        </div>
    </div>

</body>
</html>
 
ℙ𝕒𝕨𝕟𝕠 𝕙𝕖𝕝𝕡 // ...
Активный
Регистрация
28 Июл 2024
Сообщения
1,090
Код:
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Форум временно отключен</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <style>
        * {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            width: 100%;
            background: radial-gradient(ellipse at top, #1e1e1e 0%, #0f0f0f 70%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }

        .card {
            background: #181818;
            border-radius: 18px;
            padding: 48px 36px;
            width: 100%;
            max-width: 600px;
            text-align: center;
            box-shadow:
                0 0 0 1px rgba(255,255,255,0.05),
                0 25px 60px rgba(0,0,0,0.6);
        }

        .icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            background: linear-gradient(135deg, #ff3b5c, #b81e3a);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .icon span {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        h1 {
            font-size: 26px;
            margin: 0 0 16px;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            color: #bdbdbd;
            margin: 0 0 36px;
        }

        .brand {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-weight: 600;
            color: #e6e6e6;
        }

        .brand-logo {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: #ff3b5c;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }
    </style>
</head>
<body>

    <div class="card">
        <div class="icon">
            <span>&lt;/&gt;</span>
        </div>

        <h1>Форум временно отключен</h1>

        <p>
            Мы проводим плановое техническое обслуживание,
            чтобы сделать <span style="color:#ff3b5c;">EasyScripts</span> ещё лучше.
            Приносим извинения за неудобства и скоро вернёмся!
        </p>

        <div class="brand">
            <div class="brand-logo">&lt;/&gt;</div>
            EasyScripts
        </div>
    </div>

</body>
</html>
1000050324.jpg

А я хочу чтобы было закрыто все, на андроид и на пк пожайлуста
 
Пользователь
Регистрация
17 Авг 2025
Сообщения
261
Статус
В этой теме нельзя размещать новые ответы.
Сверху