HEX
Server: Apache
System: Linux vps-4103104.goatdigital.com.br 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: wwgoat (1001)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwgoat/public_html/GCONV_PATH=./index.php.bak-20260306-002613
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hacked By Team 1945</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@300;500;700&family=Cairo:wght@400;700&display=swap');

        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            background-color: #050000;
            color: #ff0000;
            font-family: 'Cairo', sans-serif;
            overflow: hidden;
        }

        /* تأثير الخطوط (Scanline) */
        body::before {
            content: " ";
            display: block;
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
            background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), 
                        linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
            z-index: 100;
            background-size: 100% 2px, 3px 100%;
            pointer-events: none;
        }

        #particles-js {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .main-frame {
            position: relative;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: radial-gradient(circle, rgba(139, 0, 0, 0.15) 0%, transparent 70%);
            padding: 20px;
            text-align: center;
        }

        .logo-box {
            position: relative;
            margin-bottom: 20px;
        }

        .team-logo {
            width: clamp(120px, 15vw, 160px);
            height: clamp(120px, 15vw, 160px);
            border-radius: 50%;
            border: 3px solid #ff0000;
            padding: 5px;
            box-shadow: 0 0 20px #ff0000, inset 0 0 15px #ff0000;
            animation: pulse 2s infinite ease-in-out;
            object-fit: cover;
        }

        @keyframes pulse {
            0% { transform: scale(1); box-shadow: 0 0 20px #ff0000; }
            50% { transform: scale(1.05); box-shadow: 0 0 40px #ff0000; }
            100% { transform: scale(1); box-shadow: 0 0 20px #ff0000; }
        }

        h1 {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(1.8rem, 5vw, 3.5rem);
            margin: 10px 0;
            letter-spacing: 5px;
            text-transform: uppercase;
            text-shadow: 0 0 10px #ff0000, 0 0 30px #ff0000;
            animation: glitch 1s infinite alternate;
        }

        .highlight { color: #eaff00; text-shadow: 0 0 10px #eaff00; }

        .status-bar {
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(0.8rem, 2vw, 1.1rem);
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: #fff;
            text-shadow: 0 0 5px #fff;
        }

        .description {
            max-width: 700px;
            text-align: center;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            line-height: 1.6;
            margin-bottom: 30px;
            color: #ffffff;
            border-left: 3px solid #ff0000;
            border-right: 3px solid #ff0000;
            padding: 0 20px;
            background: rgba(255, 0, 0, 0.05);
        }

        .hashtags {
            margin-bottom: 25px;
            font-family: 'Orbitron', sans-serif;
            font-size: clamp(0.7rem, 1.5vw, 0.9rem);
            color: #aaaaaa;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }

        /* --- ستايل الأزرار الجديد --- */
        .btn-container {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .btn {
            position: relative;
            padding: 12px 30px;
            color: #fff;
            text-decoration: none;
            font-family: 'Orbitron', sans-serif;
            font-weight: bold;
            font-size: 0.85rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            background: transparent;
            border: 2px solid #ff0000;
            border-radius: 50px; /* زوايا مستديرة */
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: inset 0 0 0 0 #ff0000;
            overflow: hidden;
            z-index: 1;
        }

        .btn:hover {
            color: #000;
            box-shadow: inset 300px 0 0 0 #ff0000, 0 0 25px #ff0000;
            transform: scale(1.05);
        }

        .btn-alt {
            border-color: #eaff00;
            box-shadow: inset 0 0 0 0 #eaff00;
        }

        .btn-alt:hover {
            color: #000;
            box-shadow: inset 300px 0 0 0 #eaff00, 0 0 25px #eaff00;
            border-color: #eaff00;
        }

        .noise {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: url(https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L3AtNDY3LW1vbm9jaHJvbWUtMDIuanBn.jpg);
            opacity: 0.03;
            pointer-events: none;
            z-index: 5;
        }

        @keyframes glitch {
            0% { transform: skew(0.5deg); text-shadow: 2px 0 red; }
            50% { transform: skew(-0.5deg); text-shadow: -2px 0 yellow; }
            100% { transform: skew(0.2deg); }
        }

        /* تعديلات للهاتف */
        @media (max-width: 600px) {
            .btn {
                width: 80%;
                padding: 10px 20px;
            }
            .description {
                border: none;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
        }
    </style>
</head>
<body>

    <div id="particles-js"></div>
    <div class="noise"></div>

    <div class="main-frame">
        <div class="logo-box">
            <img src="https://k.top4top.io/p_3345j8rvz9.jpg" alt="1945 Logo" class="team-logo">
        </div>

        <h1>Hacked By <span class="highlight">Team 1945</span></h1>
        
        <div class="status-bar">SYSTEM STATUS: <span style="color: #00ff00;">PENETRATED</span></div>

        <div class="description">
            Dear Admin, do not be sad if your site has been hacked,<br>
            as this is not a weakness of protection, but<br>
            make sure that in our presence there is<br>
            <strong style="color: #ff0000; font-size: 1.2rem;">NO PROTECTION IN FRONT OF US</strong>.
        </div>

        <div class="hashtags">
            <span>#fuck_Israel</span> <span>#fuck_India</span> <span>#fuck_France</span> <span>#fuck_krd</span>
        </div>

        <div class="btn-container">
            <a href="https://t.me/+ePSEKcSuYCA0YmZk" target="_blank" class="btn">TELEGRAM</a>
            <a href="javascript:void(0)" class="btn btn-alt" onclick="toggleMusic()">PLAY ANTHEM</a>
        </div>
    </div>

    <audio id="bg-music" loop>
        <source src="https://a.top4top.io/m_3476aotcs1.mp3" type="audio/mpeg">
    </audio>

    <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
    <script>
        particlesJS("particles-js", {
            "particles": {
                "number": { "value": 80 },
                "color": { "value": "#ff0000" },
                "shape": { "type": "circle" },
                "opacity": { "value": 0.4 },
                "size": { "value": 2 },
                "line_linked": { "enable": true, "distance": 150, "color": "#ff0000", "opacity": 0.2, "width": 1 },
                "move": { "enable": true, "speed": 2 }
            }
        });

        const music = document.getElementById("bg-music");
        let isPlaying = false;

        function toggleMusic() {
            if (isPlaying) {
                music.pause();
            } else {
                music.play();
            }
            isPlaying = !isPlaying;
        }

        document.addEventListener("contextmenu", e => e.preventDefault());
        document.addEventListener("keydown", e => {
            if (e.key === "F12" || (e.ctrlKey && e.shiftKey && e.key === "I")) e.preventDefault();
        });
    </script>
</body>
</html>