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

Матеріал з Бастіон-16
Перейти до навігації Перейти до пошуку
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
 
(Не показано 124 проміжні версії 2 користувачів)
Рядок 1: Рядок 1:
* mygadget[ ResourceLoader | rights=foo, bar ] | Example.js | mygadget.css
<html>
<html>
<head>
<head>
    <script src="/resources/status.js"></script>
    <title>MC Онлайн Гравці</title>
     <style>
     <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
        }
         #widget {
         #widget {
            border: 2px solid #333;
             padding: 1em;
             padding: 10px;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 300px;
            margin: 20px auto;
             background-color: #f9f9f9;
         }
         }
         #players {
         #players {
            font-weight: bold;
             list-style: none;
             list-style: none;
             padding: 0;
             padding: 0;
            margin: 0;
         }
         }
         #players li {
         #players li {
             display: flex;
             display: flex;
             align-items: center;
             align-items: center;
             justify-content: center;
             padding: 5px 0;
             margin: 5px 0;
            border-bottom: 1px solid #b1b3b6;
        }
        #players li:last-child {
             border-bottom: none;
         }
         }
         #players img {
         #players img {
             width: 20px;
             width: 24px;
             height: 20px;
             height: 24px;
             margin-right: 10px;
             margin-right: 10px;
             border-radius: 4px;
             border-radius: 4px;
            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;
        }
        .status-container {
            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 id="widget">
        <div id="widget">
        <img id="server-icon" src="" alt="Іконка сервера" style="display: none;">
            <div class="server-header">
        <h3 id="motd">Завантаження MOTD...</h3>
                <img id="server-icon" src="" alt="Іконка сервера">
        <h3>Онлайн гравці:</h3>
                <p id="motd" class="info">Завантаження MOTD...</p>
        <p id="playerCount">Завантаження...</p>
            </div>
        <ul id="players"></ul>
            <div class="link-header">
    </div>
            <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>
    <script>
            <a target=”_blank” href="https://map.bastion16.co.ua/" id="anketa">Мапа</a>
        const SERVER_IP = "play.bastion16.co.ua"; // Замініть на вашу IP-адресу або домен
            <a target=”_blank” href="https://t.me/bastionanketa_bot" id="anketa">Написати адміну</a>
       
            </div>
        async function fetchServerStatus() {
            <div class="status-container">
             try {
                 <div id="status-indicator" class="status-indicator status-offline"></div>
                console.log("Виконую запит до mcstatus.io...");
                 <div id="status-text" class="status-text status-offline-text">Offline</div>
                let response = await fetch(`https://api.mcstatus.io/v2/status/java/${SERVER_IP}`);
                 <p id="playerCount" class="info">Завантаження...</p>
                if (!response.ok) throw new Error(`HTTP помилка! Статус: ${response.status}`);
            </div>
                let data = await response.json();
             <ul id="players"></ul>
                console.log("Отримані дані:", data);
         </div>
               
                let motdElement = document.getElementById("motd");
                if (data.motd && Array.isArray(data.motd.html)) {
                    motdElement.innerHTML = data.motd.html.join(" ");
                } else if (data.motd && typeof data.motd.html === "string") {
                    motdElement.innerHTML = data.motd.html;
                } else {
                    motdElement.innerHTML = "Сервер без MOTD";
                }
               
                let playerCountElement = document.getElementById("playerCount");
                playerCountElement.innerText = `Гравців онлайн: ${data.players ? data.players.online : 0}`;
               
                let playersElement = document.getElementById("players");
                playersElement.innerHTML = "";
               
                if (data.players && data.players.online > 0 && data.players.list && data.players.list.length > 0) {
                    data.players.list.forEach(player => {
                        let playerName = player.name_raw || player.name;
                        let playerSkinURL = `https://mineskin.eu/helm/${playerName}/20.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>";
                }
               
                let serverIconElement = document.getElementById("server-icon");
                 if (data.icon) {
                    serverIconElement.src = data.icon;
                    serverIconElement.style.display = "block";
                } else {
                    serverIconElement.style.display = "none";
                 }
            } catch (error) {
                console.error("Помилка під час отримання статусу сервера:", error);
                document.getElementById("motd").innerText = "Не вдалося завантажити MOTD";
                 document.getElementById("playerCount").innerText = "Не вдалося завантажити дані";
                document.getElementById("players").innerHTML = "<li>Помилка завантаження</li>";
             }
         }
       
        fetchServerStatus();
        setInterval(fetchServerStatus, 30000); // Оновлення кожні 30 секунд
    </script>
</body>
</body>
</html>
</html>

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

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

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

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

Offline

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