Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
abayar /
includes /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
ReferralHelper.php
3.02
KB
-rw-r--r--
2025-12-29 11:02
config.php
11.61
KB
-rw-r--r--
2026-01-26 17:47
public_footer.php
3.96
KB
-rw-r--r--
2026-01-07 16:37
public_header.php
9.55
KB
-rw-r--r--
2026-01-07 16:37
wp-blog-header.php
2.74
KB
-r--r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
<?php require_once __DIR__ . '/config.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> <?php echo isset($page_title) ? $page_title . ' | ' : ''; ?><?php echo getSetting('site_name', 'Fast Earn Limited'); ?> </title> <!-- External Assets --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" /> <style> :root { --p: #00ffa3; /* Primary Neon */ --s: #7000ff; /* Secondary Purple */ --bg: #060912; --card: #121826; --text: #ffffff; --dim: #94a3b8; --border: rgba(255, 255, 255, 0.08); --gradient: linear-gradient(135deg, var(--p) 0%, var(--s) 100%); } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Plus Jakarta Sans', sans-serif; } html, body { overflow-x: hidden; width: 100%; position: relative; background-color: var(--bg); color: var(--text); line-height: 1.6; } /* Navbar */ nav { padding: 20px 8%; display: flex; justify-content: space-between; align-items: center; position: fixed; left: 0; right: 0; top: 0; z-index: 1000; background: rgba(6, 9, 18, 0.8); backdrop-filter: blur(15px); border-bottom: 1px solid var(--border); } .logo { font-size: 24px; font-weight: 800; font-family: 'Outfit', sans-serif; text-decoration: none; color: #fff; display: flex; align-items: center; gap: 10px; } .logo span { color: var(--p); } .nav-links { display: flex; gap: 30px; } .nav-links a { color: var(--dim); text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; } .nav-links a:hover { color: var(--p); } .nav-btns { display: flex; gap: 15px; align-items: center; } .btn-ghost { border: 1px solid var(--border); padding: 10px 20px; border-radius: 12px; color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; } .btn-primary { background: var(--p); color: #000; padding: 10px 25px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 14px; box-shadow: 0 0 20px rgba(0, 255, 163, 0.2); transition: 0.3s; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(0, 255, 163, 0.4); } /* Mobile Sidebar */ .sidebar { position: fixed; top: 0; left: 0; width: 300px; height: 100%; background: var(--card); z-index: 2000; transform: translateX(-100%); transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); padding: 40px 30px; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 30px; } .sidebar.active { transform: translateX(0); } .sidebar-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1999; display: none; backdrop-filter: blur(5px); } .sidebar-overlay.active { display: block; } .sidebar-header { display: flex; justify-content: space-between; align-items: center; } .sidebar-close { font-size: 24px; color: var(--dim); cursor: pointer; } .sidebar-links { display: flex; flex-direction: column; gap: 20px; } .sidebar-links a { color: #fff; text-decoration: none; font-size: 18px; font-weight: 600; display: flex; align-items: center; gap: 15px; padding: 12px 20px; border-radius: 12px; background: rgba(255, 255, 255, 0.03); transition: 0.3s; } .sidebar-links a:hover { background: rgba(0, 255, 163, 0.1); color: var(--p); } .menu-btn { display: none; font-size: 24px; color: #fff; cursor: pointer; } @media (max-width: 1024px) { .nav-links, .nav-btns { display: none; } .menu-btn { display: block; } nav { padding: 15px 5%; } } /* Generic Section Header */ .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 40px; font-family: 'Outfit', sans-serif; margin-bottom: 15px; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .section-header p { color: var(--dim); max-width: 600px; margin: 0 auto; } .hero-glow { position: absolute; top: -10%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(0, 255, 163, 0.1) 0%, transparent 70%); z-index: -1; } </style> </head> <body> <div style="position: fixed; width: 100%; height: 100%; overflow: hidden; pointer-events: none; z-index: -1;"> <div class="hero-glow"></div> </div> <nav> <a href="<?php echo SITE_URL; ?>/index.php" class="logo"><i class="fas fa-bolt"></i> FAST<span>EARN</span> LIMITED</a> <div class="nav-links"> <a href="<?php echo SITE_URL; ?>/index.php#plans">Invest Plans</a> <a href="<?php echo SITE_URL; ?>/products.php">Marketplace</a> <a href="<?php echo SITE_URL; ?>/contact.php">Contact Us</a> <a href="<?php echo SITE_URL; ?>/index.php#how">How it Works</a> </div> <div class="nav-btns"> <a href="<?php echo SITE_URL; ?>/login.php" class="btn-ghost">Login</a> <a href="<?php echo SITE_URL; ?>/register.php" class="btn-primary">Register Now</a> </div> <div class="menu-btn" onclick="toggleSidebar()"> <i class="fas fa-bars"></i> </div> </nav> <!-- Sidebar --> <div class="sidebar" id="sidebar"> <div class="sidebar-header"> <a href="<?php echo SITE_URL; ?>/index.php" class="logo" style="font-size: 20px;"><i class="fas fa-bolt"></i> FAST<span>EARN</span></a> <div class="sidebar-close" onclick="toggleSidebar()"> <i class="fas fa-times"></i> </div> </div> <div class="sidebar-links"> <a href="<?php echo SITE_URL; ?>/index.php"><i class="fas fa-home"></i> Home</a> <a href="<?php echo SITE_URL; ?>/products.php"><i class="fas fa-shopping-bag"></i> Products</a> <a href="<?php echo SITE_URL; ?>/contact.php"><i class="fas fa-headset"></i> Contact Us</a> <a href="<?php echo SITE_URL; ?>/index.php#plans"><i class="fas fa-gem"></i> Invest Plans</a> <a href="<?php echo SITE_URL; ?>/login.php"><i class="fas fa-sign-in-alt"></i> Login</a> <a href="<?php echo SITE_URL; ?>/register.php" style="background: var(--p); color: #000;"><i class="fas fa-user-plus"></i> Register</a> </div> </div> <div class="sidebar-overlay" id="sidebar-overlay" onclick="toggleSidebar()"></div> <script> function toggleSidebar() { const sidebar = document.getElementById('sidebar'); const overlay = document.getElementById('sidebar-overlay'); sidebar.classList.toggle('active'); overlay.classList.toggle('active'); if (sidebar.classList.contains('active')) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = ''; } } </script>