shell bypass 403

GrazzMean Shell

Uname: Linux serv.m-auto.co 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
Software: nginx/1.28.2
PHP version: 8.1.34 [ PHP INFO ] PHP os: Linux
Server Ip: 41.215.243.19
Your Ip: 216.73.216.151
User: m-auto.co_vxasg6smqe (10000) | Group: psacln (1003)
Safe Mode: OFF
Disable Function:
opcache_get_status,mail

name : october_war.css
/* October War Theme */
:root {
    --primary-color: #dc143c; /* Egyptian Red */
    --secondary-color: #000000; /* Black */
    --accent-color: #ffd700; /* Gold */
    --dark-color: #0f1419;
    --light-gray-color: #f8f9fa;
    --glass-bg: rgba(220, 20, 60, 0.2);
    --glass-blur: 10px;
    --border-color: rgba(255, 215, 0, 0.3);
}

/* October War decorations */
body {
    background: 
        linear-gradient(135deg, rgba(15, 20, 25, 0.8) 0%, rgba(45, 27, 27, 0.8) 50%, rgba(15, 20, 25, 0.8) 100%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="desertSky" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%23FF6B35;stop-opacity:1" /><stop offset="50%" style="stop-color:%23F7931E;stop-opacity:1" /><stop offset="100%" style="stop-color:%23FFD700;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="800" fill="url(%23desertSky)"/><ellipse cx="200" cy="700" rx="150" ry="50" fill="%23DEB887"/><ellipse cx="500" cy="720" rx="200" ry="60" fill="%23DEB887"/><ellipse cx="800" cy="710" rx="180" ry="55" fill="%23DEB887"/><ellipse cx="1100" cy="700" rx="160" ry="50" fill="%23DEB887"/><polygon points="300,600 350,500 400,600" fill="%23228B22"/><rect x="345" y="600" width="10" height="40" fill="%23654321"/><polygon points="600,580 650,480 700,580" fill="%23228B22"/><rect x="645" y="580" width="10" height="40" fill="%23654321"/><polygon points="900,590 950,490 1000,590" fill="%23228B22"/><rect x="945" y="590" width="10" height="40" fill="%23654321"/><circle cx="1000" cy="150" r="40" fill="%23FFD700" opacity="0.8"/><polygon points="100,400 120,380 140,400 120,420" fill="%23DC143C"/><polygon points="300,350 320,330 340,350 320,370" fill="%23DC143C"/><polygon points="500,380 520,360 540,380 520,400" fill="%23DC143C"/><polygon points="700,360 720,340 740,360 720,380" fill="%23DC143C"/><polygon points="900,390 920,370 940,390 920,410" fill="%23DC143C"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgba(220, 20, 60, 0.1) 50%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 215, 0, 0.1) 50%, transparent 60%);
    background-size: 100px 100px;
    opacity: 0.3;
    z-index: -1;
    animation: march 10s linear infinite;
}

@keyframes march {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 100px 100px, -100px 100px; }
}

/* Navbar October War styling */
.navbar {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    border-bottom: 4px solid var(--accent-color);
    box-shadow: 0 4px 20px rgba(220, 20, 60, 0.4);
    position: relative;
}

.navbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary-color) 50%, var(--accent-color) 100%);
}

.navbar-brand .text-warning {
    color: var(--accent-color) !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    font-weight: 900;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav .nav-link:hover {
    color: var(--accent-color) !important;
    transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
    content: '🦅';
    position: absolute;
    top: -5px;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    opacity: 1;
}

/* Hero section October War styling */
.hero {
    background: linear-gradient(rgba(220, 20, 60, 0.8), rgba(0, 0, 0, 0.7));
    border: 3px solid var(--accent-color);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    animation: victory-light 3s ease-in-out infinite;
}

@keyframes victory-light {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: -100%; }
}

.hero h1 {
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1::before {
    content: '🇪🇬';
    margin-right: 15px;
}

.hero h1::after {
    content: '⭐';
    margin-left: 15px;
}

/* Buttons October War styling */
.btn-primary {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: 3px solid var(--accent-color);
    color: #ffffff;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.5), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(220, 20, 60, 0.5);
}

/* Cards October War styling */
.card {
    background: rgba(220, 20, 60, 0.1);
    border: 2px solid var(--accent-color);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--primary-color));
}

.card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(220, 20, 60, 0.4);
    border-color: var(--primary-color);
}

.card-title {
    color: var(--accent-color);
    font-weight: bold;
    text-transform: uppercase;
}

/* Footer October War styling */
footer {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-top: 4px solid var(--accent-color);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: repeating-linear-gradient(
        90deg,
        var(--accent-color) 0px,
        var(--accent-color) 20px,
        var(--primary-color) 20px,
        var(--primary-color) 40px
    );
}

/* Victory animation */
@keyframes victory-wave {
    0%, 100% { transform: rotate(-2deg) scale(1); }
    50% { transform: rotate(2deg) scale(1.05); }
}

.victory-element {
    display: inline-block;
    animation: victory-wave 2s ease-in-out infinite;
}

/* Add patriotic elements to specific sections */
.section-title::before {
    content: '🏆 ';
}

.section-title::after {
    content: ' 🇪🇬';
}

/* October War loading animation */
.loading-october {
    position: relative;
}

.loading-october::after {
    content: '⭐';
    position: absolute;
    animation: victory-pulse 1.5s ease-in-out infinite;
    color: var(--accent-color);
}

@keyframes victory-pulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
    50% { transform: scale(1.3) rotate(180deg); opacity: 0.7; }
}

/* Patriotic stripes */
.patriotic-stripes {
    position: relative;
    overflow: hidden;
}

.patriotic-stripes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 5px,
        rgba(220, 20, 60, 0.1) 5px,
        rgba(220, 20, 60, 0.1) 10px,
        transparent 10px,
        transparent 15px,
        rgba(255, 215, 0, 0.1) 15px,
        rgba(255, 215, 0, 0.1) 20px
    );
    pointer-events: none;
}

/* Strong emphasis for important text */
.october-emphasis {
    color: var(--accent-color);
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}
© 2026 GrazzMean