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 /
assignment.work.zone /
includes /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
config.php
1.69
KB
-rw-r--r--
2026-03-14 18:04
footer.php
2.57
KB
-rw-r--r--
2026-03-12 01:08
footer_dashboard.php
182
B
-rw-r--r--
2026-03-28 15:38
header.php
1.81
KB
-rw-r--r--
2026-03-12 01:08
header_dashboard.php
748
B
-rw-r--r--
2026-03-11 23:24
mobile_nav.php
1.11
KB
-rw-r--r--
2026-03-28 16:13
sidebar.php
5.24
KB
-rw-r--r--
2026-03-29 04:57
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 if (!isset($_SESSION['user_id']) || $_SESSION['status'] != 'active') { header("Location: ../login.php"); exit; } $currentPage = basename($_SERVER['PHP_SELF']); ?> <div class="dash-layout"> <div class="sidebar" id="sidebar"> <a href="dashboard.php" class="sidebar-logo">WorkZone<span style="color:var(--text-light);">.</span></a> <ul class="sidebar-nav"> <li> <a href="dashboard.php" class="<?php echo $currentPage == 'dashboard.php' ? 'active' : ''; ?>"> <i class="fas fa-home"></i> Dashboard </a> </li> <li> <a href="assignment.php" class="<?php echo $currentPage == 'assignment.php' ? 'active' : ''; ?>"> <i class="fas fa-tasks"></i> Today's Assignment </a> </li> <li> <a href="plan-current.php" class="<?php echo $currentPage == 'plan-current.php' ? 'active' : ''; ?>"> <i class="fas fa-box"></i> Current Plan </a> </li> <li> <a href="history.php" class="<?php echo $currentPage == 'history.php' ? 'active' : ''; ?>"> <i class="fas fa-history"></i> All History </a> </li> <li> <a href="withdraw.php" class="<?php echo $currentPage == 'withdraw.php' ? 'active' : ''; ?>"> <i class="fas fa-money-bill-wave"></i> Withdraw </a> </li> <li> <a href="withdraw-history.php" class="<?php echo $currentPage == 'withdraw-history.php' ? 'active' : ''; ?>"> <i class="fas fa-receipt"></i> Withdraw History </a> </li> <li> <a href="referral.php" class="<?php echo $currentPage == 'referral.php' ? 'active' : ''; ?>"> <i class="fas fa-users"></i> Referral Link </a> </li> <li> <a href="referral-commissions.php" class="<?php echo $currentPage == 'referral-commissions.php' ? 'active' : ''; ?>"> <i class="fas fa-chart-line"></i> Commission Structure </a> </li> <li> <a href="team-commission.php" class="<?php echo $currentPage == 'team-commission.php' ? 'active' : ''; ?>"> <i class="fas fa-hand-holding-usd"></i> Team Commission </a> </li> <li> <a href="team-details.php" class="<?php echo $currentPage == 'team-details.php' ? 'active' : ''; ?>"> <i class="fas fa-sitemap"></i> Team Working Details </a> </li> <li> <a href="profile.php" class="<?php echo $currentPage == 'profile.php' ? 'active' : ''; ?>"> <i class="fas fa-user"></i> Profile </a> </li> <li> <a href="support.php" class="<?php echo $currentPage == 'support.php' ? 'active' : ''; ?>"> <i class="fas fa-headset"></i> Support Ticket </a> </li> <li> <a href="logout.php" style="color: #dc3545;"> <i class="fas fa-sign-out-alt"></i> Logout </a> </li> </ul> </div> <div class="main-content"> <!-- Top header common style if needed --> <div class="top-header" style="position: relative;"> <div> <button class="hamburger" id="dash-hamburger" style="display:none; color:inherit; border:none; background:none; font-size:1.5rem;" onclick="document.getElementById('sidebar').classList.toggle('active')"> <i class="fas fa-bars"></i> </button> </div> <a href="dashboard.php" class="mobile-logo" id="mobile-logo" style="display:none; font-size: 22px; font-weight: 800; color: var(--primary-color); text-decoration: none; letter-spacing: 1px; position: absolute; left: 50%; transform: translateX(-50%);">WorkZone<span style="color:var(--text-light);">.</span></a> <div class="nav-actions"> <a href="logout.php" class="mobile-logout" id="mobile-logout" style="display:none; color: #ff4b2b; font-size: 1.4rem; transition: var(--transition);"> <i class="fas fa-sign-out-alt"></i> </a> <!-- Theme toggle removed to keep Dark Mode permanent --> </div> </div> <script> // Adjust responsiveness of dashboard hamburger if (window.innerWidth <= 768) { document.getElementById('dash-hamburger').style.display = 'block'; if(document.getElementById('mobile-logo')) { document.getElementById('mobile-logo').style.display = 'block'; } if(document.getElementById('mobile-logout')) { document.getElementById('mobile-logout').style.display = 'block'; } } </script>