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 /
data sycho /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
assets
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
auth
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
includes
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
layouts
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
uploads
[ DIR ]
drwxr-xr-x
2026-04-01 03:43
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
404.php
2.81
KB
-rw-r--r--
2026-03-01 20:29
PRD.md
10.42
KB
-rw-r--r--
2026-03-01 20:12
contact.php
8.52
KB
-rw-r--r--
2026-03-01 23:42
dashboard.php
27.37
KB
-rw-r--r--
2026-03-01 20:23
database.sql
3.35
KB
-rw-r--r--
2026-03-01 20:13
error_log
6.87
KB
-rw-r--r--
2026-03-01 20:23
index.php
11.9
KB
-rw-r--r--
2026-03-16 18:50
me.zip
14.2
MB
-rw-r--r--
2026-03-01 20:08
payment.php
9.09
KB
-rw-r--r--
2026-03-01 23:13
process_order.php
2.36
KB
-rw-r--r--
2026-03-01 21:23
purchase.php
6.51
KB
-rw-r--r--
2026-03-01 23:14
services.php
5.29
KB
-rw-r--r--
2026-03-01 23:40
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 Not Found | CodeBySycho</title> <link rel="stylesheet" href="/assets/css/style.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> body { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #fafafa; font-family: 'Inter', sans-serif; text-align: center; padding: 2rem; } .error-container { max-width: 600px; } .error-code { font-size: 10rem; font-weight: 900; line-height: 1; letter-spacing: -5px; background: linear-gradient(135deg, #0f172a 0%, #22c55e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1.5rem; } .error-title { font-size: 2rem; font-weight: 800; color: #0f172a; margin-bottom: 1rem; } .error-desc { color: #64748b; font-size: 1.1rem; line-height: 1.7; margin-bottom: 3rem; } .btn-home { display: inline-flex; align-items: center; gap: 0.8rem; background: #22c55e; color: #fff; padding: 1.1rem 2.5rem; border-radius: 50px; font-weight: 800; font-size: 1rem; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 15px 30px rgba(34, 197, 94, 0.3); } .btn-home:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(34, 197, 94, 0.4); } .logo-link { display: block; margin-bottom: 3rem; font-size: 1.8rem; font-weight: 900; color: #0f172a; text-decoration: none; } .logo-link span { color: #22c55e; } </style> </head> <body> <div class="error-container"> <a href="/" class="logo-link">CodeBy<span>Sycho</span></a> <div class="error-code">404</div> <h1 class="error-title">Page Not Found</h1> <p class="error-desc">The page you are looking for doesn't exist or has been moved. It may have been removed or is temporarily unavailable.</p> <a href="/" class="btn-home"> <i class="fas fa-home"></i> Back to Home </a> </div> </body> </html>