Шаблон:Онлайн: відмінності між версіями

Матеріал з Бастіон-16
Перейти до навігації Перейти до пошуку
Немає опису редагування
Немає опису редагування
 
(Не показано 94 проміжні версії 2 користувачів)
Рядок 1: Рядок 1:
<html>
<html>
<head>
<head>
    <script src="/resources/status.js"></script>
     <title>MC Онлайн Гравці</title>
     <title>MC Онлайн Гравці</title>
     <style>
     <style>
         #widget {
         #widget {
             padding: 1em;
             padding: 1em;
             background-color: #f9f9f9;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border: 1px solid #c8ccd1;
            border-radius: 4px;
         }
         }
         #players {
         #players {
            font-weight: bold;
             list-style: none;
             list-style: none;
             padding: 0;
             padding: 0;
Рядок 18: Рядок 18:
             align-items: center;
             align-items: center;
             padding: 5px 0;
             padding: 5px 0;
             border-bottom: 1px solid #eaecf0;
             border-bottom: 1px solid #b1b3b6;
         }
         }
         #players li:last-child {
         #players li:last-child {
Рядок 29: Рядок 29:
             border-radius: 4px;
             border-radius: 4px;
             border: 1px solid #a2a9b1;
             border: 1px solid #a2a9b1;
        }
        #players a {
            text-decoration: none;
            color: #555;
        }
        #players a:hover {
            text-decoration: underline;
            color: #007bff;
        }
        .server-header {
            text-align: center;
            margin-bottom: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #playerCount {
            font-size: 1.2em;
            font-weight: bold;
            margin-left: 10px;
         }
         }
         #server-icon {
         #server-icon {
Рядок 34: Рядок 52:
             height: 64px;
             height: 64px;
             display: block;
             display: block;
             margin: 0 auto 10px;
             float: left;
         }
         }
         .info {
         .status-container {
             margin: 0.5em 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        .status-indicator {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 10px;
            animation: pulse 1.5s infinite;
        }
        .status-online {
            background-color: #4caf50;
            box-shadow: 0 0 10px #4caf50;
        }
        .status-offline {
            background-color: #f44336;
            box-shadow: 0 0 10px #f44336;
        }
        .status-text {
            font-size: 1.2em;
            font-weight: bold;
        }
        .status-online-text {
            color: #4caf50;
        }
        .status-offline-text {
            color: #f44336;
        }
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.2);
                opacity: 0.7;
            }
        }
        #motd {
                font-size: 1.2em;
                font-weight: bold;
              font-weight: bold;
    color: #0056b3;
    background-color: #000000;
    padding: 20px 10px 10px 10px;
    /* border-radius: 4px; */
    margin-bottom: 1em;
          text-align: center;
            height: 34px;
        }
        #server-ip {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 21%;
            font-size: 1.2em; */
             margin: 1em 0 auto;
            padding: 10px;
            /* background-color: #f1f1f1; */
            /* border: 1px solid #ccc; */
            display: block;
            cursor: pointer;
            text-align: center;
            /* position: absolute; */
            top: 50%;
            background-color: #fff;
            color: #000;
          } 
        #server-ip:hover {
            background-color: #000;
            color: #fff;
        }
        #anketa {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 21%;
            font-size: 1.2em; */
            margin: 1em 0 auto;
            padding: 10px;
            /* background-color: #f1f1f1; */
            /* border: 1px solid #ccc; */
            display: block;
            cursor: pointer;
            text-align: center;
            /* position: absolute; */
            top: 50%;
            background-color: #fff;
            color: #000;
            text-decoration: none;
          } 
        #anketa:hover {
            background-color: #000;
            color: #fff;
        }
        .link-header {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
         }
         }
     </style>
     </style>
</head>
</head>
<body>
<body>
    <div class="mw-body">
        <h1 class="mw-headline">MC Онлайн Гравці</h1>
         <div id="widget">
         <div id="widget">
             <img id="server-icon" src="" alt="Іконка сервера" style="display: none;">
             <div class="server-header">
            <p id="motd" class="info">Завантаження MOTD...</p>
                <img id="server-icon" src="" alt="Іконка сервера">
             <p id="playerCount" class="info">Завантаження...</p>
                <p id="motd" class="info">Завантаження MOTD...</p>
            </div>
            <div class="link-header">
             <p id="server-ip" onclick="copyToClipboard('play.bastion16.co.ua')">IP Сервера</p>
            <a target=”_blank” href="https://bastion16.co.ua/anketa/survey" id="anketa">Анкета</a>
            <a target=”_blank” href="https://map.bastion16.co.ua/" id="anketa">Мапа</a>
            <a target=”_blank” href="https://t.me/bastionanketa_bot" id="anketa">Написати адміну</a>
            </div>
            <div class="status-container">
                <div id="status-indicator" class="status-indicator status-offline"></div>
                <div id="status-text" class="status-text status-offline-text">Offline</div>
                <p id="playerCount" class="info">Завантаження...</p>
            </div>
             <ul id="players"></ul>
             <ul id="players"></ul>
         </div>
         </div>
    </div>
    <script>
      document.addEventListener("DOMContentLoaded", function () {
    const SERVER_IP = "play.bastion16.co.ua";
    async function fetchServerStatus() {
        const motdElement = document.getElementById("motd");
        const playerCountElement = document.getElementById("playerCount");
        const playersElement = document.getElementById("players");
        const serverIconElement = document.getElementById("server-icon");
        if (!motdElement || !playerCountElement || !playersElement || !serverIconElement) {
            console.error("Не вдалося знайти всі потрібні елементи DOM.");
            return;
        }
        try {
            console.log("Виконую запит до mcstatus.io...");
            let response = await fetch(`https://api.mcstatus.io/v2/status/java/${SERVER_IP}`);
            if (!response.ok) throw new Error(`HTTP помилка! Статус: ${response.status}`);
            let data = await response.json();
            console.log("Отримані дані:", data);
            motdElement.innerHTML = data.motd?.html?.join(" ") || "Сервер без MOTD";
            playerCountElement.innerText = `Гравців онлайн: ${data.players?.online || 0}`;
            playersElement.innerHTML = "";
            if (data.players?.online > 0 && data.players.list?.length > 0) {
                data.players.list.forEach(player => {
                    let playerName = player.name_raw || player.name;
                    let playerSkinURL = `https://mineskin.eu/helm/${playerName}/24.png`;
                    let listItem = document.createElement("li");
                    let img = document.createElement("img");
                    let span = document.createElement("span");
                    img.src = playerSkinURL;
                    img.alt = playerName;
                    span.textContent = playerName;
                    listItem.appendChild(img);
                    listItem.appendChild(span);
                    playersElement.appendChild(listItem);
                });
            } else {
                playersElement.innerHTML = "<li>Немає гравців онлайн</li>";
            }
            if (data.icon) {
                serverIconElement.src = data.icon;
                serverIconElement.style.display = "block";
            } else {
                serverIconElement.style.display = "none";
            }
        } catch (error) {
            console.error("Помилка під час отримання статусу сервера:", error);
            motdElement.innerText = "Не вдалося завантажити MOTD";
            playerCountElement.innerText = "Не вдалося завантажити дані";
            playersElement.innerHTML = "<li>Помилка завантаження</li>";
        }
    }
    fetchServerStatus();
    setInterval(fetchServerStatus, 30000); // Оновлення кожні 30 секунд
});
    </script>
</body>
</body>
</html>
</html>

Поточна версія на 16:08, 20 вересня 2025

MC Онлайн Гравці

Іконка сервера

Завантаження MOTD...

Offline

Завантаження...