AnonSec Shell
Server IP : 104.21.26.206  /  Your IP : 216.73.216.227   [ Reverse IP ]
Web Server : Apache
System : Linux frog 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web13 ( 5017)
PHP Version : 8.3.31
Disable Function : NONE
Domains : 41 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/clients/client12/web13/web/ahelos/resources/views/errors/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/clients/client12/web13/web/ahelos/resources/views/errors/503.blade.php
<!DOCTYPE html>
<html lang="bg">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Ahelos.bg - Миграция към Евро</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #e22342 0%, #a01830 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            padding: 20px;
        }

        .container {
            max-width: 700px;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            padding: 60px 40px;
            text-align: center;
            animation: fadeIn 0.8s ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .logo {
            max-width: 250px;
            height: auto;
            margin-bottom: 40px;
            animation: logoFloat 3s ease-in-out infinite;
        }

        @keyframes logoFloat {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }

        .icon-euro {
            width: 100px;
            height: 100px;
            background: #e22342;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            box-shadow: 0 10px 30px rgba(226, 35, 66, 0.3);
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                box-shadow: 0 10px 30px rgba(226, 35, 66, 0.3);
            }
            50% {
                transform: scale(1.05);
                box-shadow: 0 15px 40px rgba(226, 35, 66, 0.5);
            }
        }

        .icon-euro svg {
            width: 50px;
            height: 50px;
            fill: #ffffff;
        }

        h1 {
            color: #e22342;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .status-badge {
            display: inline-block;
            background: #e22342;
            color: #ffffff;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        p {
            color: #333;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .highlight {
            color: #e22342;
            font-weight: 600;
        }

        .info-box {
            background: #f8f9fa;
            border-left: 4px solid #e22342;
            padding: 20px;
            margin: 30px 0;
            border-radius: 8px;
            text-align: left;
        }

        .info-box h3 {
            color: #e22342;
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .info-box p {
            font-size: 16px;
            margin-bottom: 0;
        }

        .progress-bar {
            width: 100%;
            height: 8px;
            background: #e8e8e8;
            border-radius: 10px;
            margin: 30px 0;
            overflow: hidden;
            position: relative;
        }

        .progress-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, #e22342, #ff4560);
            border-radius: 10px;
            animation: progress 2s ease-in-out infinite;
            width: 75%;
        }

        @keyframes progress {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(200%);
            }
        }

        .contact-info {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 2px solid #e8e8e8;
        }

        .contact-info p {
            font-size: 16px;
            color: #666;
        }

        .contact-info a {
            color: #e22342;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
        }

        .contact-info a:hover {
            color: #a01830;
        }

        footer {
            margin-top: 30px;
            color: #999;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 40px 25px;
            }

            h1 {
                font-size: 26px;
            }

            p {
                font-size: 16px;
            }

            .logo {
                max-width: 200px;
            }

            .icon-euro {
                width: 80px;
                height: 80px;
            }

            .icon-euro svg {
                width: 40px;
                height: 40px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <img src="/frontend/images/logo.png" alt="Ahelos.bg" class="logo">

        <div class="icon-euro">
            <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                <path d="M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15l1-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15l1-2H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3l-1 2h4.06c-.04.33-.06.66-.06 1 0 .34.02.67.06 1H3l-1 2h4.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"/>
            </svg>
        </div>

        <span class="status-badge">🔧 Временно затворено</span>

        <h1>Миграция към Евро като основна валута</h1>

        <p>Уважаеми клиенти,</p>
        <p>В момента <span class="highlight">Ahelos.bg</span> е временно недостъпен поради важна технологична надстройка.</p>

        <div class="info-box">
            <h3>🇪🇺 Преминаваме към Евро</h3>
            <p>Работим по въвеждането на еврото като основна валута в нашия онлайн магазин, за да Ви предоставим още по-добро пазарско изживяване.</p>
        </div>

        <div class="progress-bar">
            <div class="progress-bar-fill"></div>
        </div>

        <p><strong>Очаквайте ни скоро обратно!</strong></p>
        <p>Благодарим Ви за разбирането и търпението.</p>

        <div class="contact-info">
            <p>При въпроси можете да се свържете с нас на:</p>
            <p>📧 Email: <a href="mailto:[email protected]">[email protected]</a></p>
        </div>

        <footer>
            &copy; {{ date('Y') }} Ahelos.bg - Всички права запазени
        </footer>
    </div>
</body>
</html>

Anon7 - 2022
AnonSec Team