$76 GRAYBYTE WORDPRESS FILE MANAGER $72

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.217.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bravetechrwanda/academy.bravetech.rw/

HOME
Current File : /home/bravetechrwanda/academy.bravetech.rw//index.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HCCTeam.org & Yoostore.net - Trusted Services</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            min-height: 100vh;
            padding: 40px 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }

        /* Card Style for both websites */
        .card {
            background: white;
            border-radius: 25px;
            padding: 35px;
            width: 100%;
            max-width: 500px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            transition: transform 0.3s;
        }

        .card:hover {
            transform: translateY(-10px);
        }

        /* Different colors for each */
        .card-hccteam {
            border-top: 5px solid #4caf50;
        }

        .card-yoostore {
            border-top: 5px solid #ff6b35;
        }

        h2 {
            margin-bottom: 20px;
            font-size: 26px;
        }

        .badge {
            display: inline-block;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .badge-secure {
            background: #e8f5e9;
            color: #2e7d32;
        }

        .badge-rank {
            background: #fff3e0;
            color: #e65100;
        }

        .welcome-box {
            background: #f9f9f9;
            padding: 20px;
            border-radius: 15px;
            margin: 20px 0;
            text-align: left;
        }

        .welcome-box p {
            margin: 10px 0;
            line-height: 1.6;
        }

        .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin: 20px 0;
        }

        .feature {
            background: #f0f0f0;
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 13px;
        }

        .btn {
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            padding: 14px 28px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s;
            margin-top: 15px;
            cursor: pointer;
            border: none;
        }

        .btn-hccteam {
            background: linear-gradient(135deg, #4caf50, #2e7d32);
            color: white;
            box-shadow: 0 5px 15px rgba(76,175,80,0.3);
        }

        .btn-yoostore {
            background: linear-gradient(135deg, #ff6b35, #e65100);
            color: white;
            box-shadow: 0 5px 15px rgba(255,107,53,0.3);
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .hidden-content {
            display: none;
        }

        .info-text {
            font-size: 12px;
            color: #888;
            margin-top: 20px;
        }

        @media (max-width: 768px) {
            .card {
                padding: 25px;
            }
            .btn {
                font-size: 14px;
                padding: 12px 20px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        
        <!-- ==================== CARD 1: HCCTEAM.ORG ==================== -->
        <div class="card card-hccteam">
            <span class="badge badge-secure">🔒 100% Safe & Trusted</span>
            <h2>🌐 hccteam.org</h2>
            
            <div class="welcome-box">
                <p>✨ <strong>Welcome to hccteam.org!</strong></p>
                <p>📈 Your website for <strong>SEO needs</strong> (Search Engine Optimization).</p>
                <p>🛡️ <strong>100% safe & guaranteed secure</strong> — your data is protected.</p>
            </div>

            <div class="features">
                <span class="feature">✅ SEO Expert</span>
                <span class="feature">🚀 Fast & Optimized</span>
                <span class="feature">🛡️ 100% Secure</span>
                <span class="feature">📈 Rank Up</span>
            </div>

            <!-- Button to go to hccteam.org (backlink) -->
            <a href="https://hccteam.org" class="btn btn-hccteam" target="_blank" rel="noopener noreferrer">
                🔗 Visit hccteam.org →
            </a>

            <?php
            // PHP display: none example (hidden content)
            $show_hccteam_secret = false; // Change to true to show hidden content
            if ($show_hccteam_secret) {
                echo '<div style="margin-top:15px;padding:10px;background:#e8f5e9;border-radius:10px;">
                        <p>🎉 Special SEO offer! Hidden content revealed.</p>
                      </div>';
            } else {
                echo '<div class="hidden-content">
                        <p>This content is hidden using display: none (PHP condition).</p>
                      </div>';
            }
            ?>

            <div class="info-text">Backlink to hccteam.org • SEO Service</div>
        </div>

        <!-- ==================== CARD 2: YOOSTORE.NET ==================== -->
        <div class="card card-yoostore">
            <span class="badge badge-rank">🎮 MLBB Rank Booster</span>
            <h2>⚡ yoostore.net</h2>
            
            <div class="welcome-box">
                <p>🔥 <strong>Welcome to yoostore.net!</strong></p>
                <p>🎯 The best <strong>Mobile Legends: Bang Bang (MLBB) rank boosting service</strong>.</p>
                <p>👑 <strong>Joki rank MLBB</strong> — fast, safe, and affordable.</p>
                <p>✅ Professional players • 100% winrate guarantee • No account banned.</p>
            </div>

            <div class="features">
                <span class="feature">🎮 MLBB Boosting</span>
                <span class="feature">👑 Joki Rank</span>
                <span class="feature">⚡ Fast Delivery</span>
                <span class="feature">🛡️ Safe Account</span>
                <span class="feature">🏆 Winrate 100%</span>
                <span class="feature">💰 Best Price</span>
            </div>

            <!-- Button to go to yoostore.net (backlink) -->
            <a href="https://yoostore.net" class="btn btn-yoostore" target="_blank" rel="noopener noreferrer">
                🎮 Visit yoostore.net →
            </a>

            <?php
            // PHP display: none example for yoostore
            $show_yoostore_secret = false; // Change to true to show hidden content
            if ($show_yoostore_secret) {
                echo '<div style="margin-top:15px;padding:10px;background:#fff3e0;border-radius:10px;">
                        <p>🎉 Special discount! 20% OFF for new customers.</p>
                      </div>';
            } else {
                echo '<div class="hidden-content">
                        <p>This content is hidden using display: none (PHP condition).</p>
                      </div>';
            }
            ?>

            <div class="info-text">Backlink to yoostore.net • MLBB Rank Boosting Service • Joki Rank MLBB</div>
        </div>
    </div>

    <!-- Footer -->
    <div style="text-align: center; margin-top: 40px; color: #888; font-size: 12px;">
        <p>&copy; 2025 - Combined Services: HCCTeam.org (SEO & Security) | yoostore.net (MLBB Rank Boosting)</p>
        <p>Both websites are trusted and provide secure services.</p>
    </div>
</body>
</html>

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
7 May 2026 8.44 AM
bravetechrwanda / bravetechrwanda
0555
582034
--
8 May 2026 9.37 AM
bravetechrwanda / bravetechrwanda
0755
wp-admin
--
13 May 2026 6.40 AM
bravetechrwanda / bravetechrwanda
0755
wp-content
--
10 May 2026 8.29 AM
bravetechrwanda / bravetechrwanda
0755
wp-includes
--
6 May 2026 9.39 AM
bravetechrwanda / bravetechrwanda
0755
.htaccess
1.315 KB
6 May 2026 12.47 PM
bravetechrwanda / bravetechrwanda
0644
.litespeed_flag
0.29 KB
10 May 2026 8.08 PM
bravetechrwanda / nobody
0644
Mailer_fd7d3e8ecfb204.php
162.343 KB
13 May 2026 6.40 AM
bravetechrwanda / bravetechrwanda
0644
error_log
245.632 KB
10 May 2026 8.31 AM
bravetechrwanda / bravetechrwanda
0644
fd7d3e8ecfb204.html
4.065 KB
13 May 2026 6.40 AM
bravetechrwanda / bravetechrwanda
0644
fd7d3e8ecfb204.php
24.955 KB
13 May 2026 6.40 AM
bravetechrwanda / bravetechrwanda
0644
index.php
7.848 KB
11 May 2026 12.44 PM
bravetechrwanda / bravetechrwanda
0644
kon.php
1.066 KB
12 May 2026 12.47 AM
bravetechrwanda / bravetechrwanda
0644
license.txt
19.437 KB
6 Mar 2025 7.24 PM
bravetechrwanda / bravetechrwanda
0644
readme.html
7.251 KB
8 Jul 2025 3.05 PM
bravetechrwanda / bravetechrwanda
0644
readme.txt
0.019 KB
8 May 2026 8.20 AM
bravetechrwanda / bravetechrwanda
0444
wp-activate.php
7.177 KB
8 Oct 2025 7.02 AM
bravetechrwanda / bravetechrwanda
0644
wp-blog-header.php
0.343 KB
6 Feb 2020 11.33 AM
bravetechrwanda / bravetechrwanda
0644
wp-comments-post.php
2.269 KB
14 Jun 2023 6.11 PM
bravetechrwanda / bravetechrwanda
0644
wp-config-sample.php
3.261 KB
12 Aug 2025 6.47 PM
bravetechrwanda / bravetechrwanda
0644
wp-config.php
3.466 KB
6 May 2026 9.39 AM
bravetechrwanda / bravetechrwanda
0644
wp-cron.php
5.485 KB
2 Aug 2024 11.40 PM
bravetechrwanda / bravetechrwanda
0644
wp-links-opml.php
2.435 KB
30 Apr 2025 4.52 PM
bravetechrwanda / bravetechrwanda
0644
wp-load.php
3.845 KB
11 Mar 2024 2.05 PM
bravetechrwanda / bravetechrwanda
0644
wp-login.php
50.231 KB
29 Oct 2025 2.37 PM
bravetechrwanda / bravetechrwanda
0644
wp-mail.php
8.522 KB
3 Apr 2025 2.25 AM
bravetechrwanda / bravetechrwanda
0644
wp-settings.php
30.327 KB
7 Nov 2025 5.42 PM
bravetechrwanda / bravetechrwanda
0644
wp-signup.php
33.707 KB
10 Mar 2025 10.16 PM
bravetechrwanda / bravetechrwanda
0644
wp-trackback.php
5.092 KB
19 Aug 2025 4.30 PM
bravetechrwanda / bravetechrwanda
0644
xmlrpc.php
3.13 KB
8 Nov 2024 8.52 PM
bravetechrwanda / bravetechrwanda
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF