Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
cpanel3-skel /
public_html /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2026-06-01 03:28
index.html
1.96
KB
-rw-r--r--
2024-04-28 12:36
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Coming Soon</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { text-align: center; } h1 { font-size: 36px; margin-bottom: 20px; } p { font-size: 18px; margin-bottom: 30px; } #countdown { font-size: 24px; } </style> </head> <body> <div class="container"> <h1>Coming Soon</h1> <p>Our website is under construction. We'll be here soon with our new awesome site.</p> <div id="countdown"></div> </div> <script> // Set the date we're counting down to const countDownDate = new Date("Mar 31, 2024 00:00:00").getTime(); // Update the countdown every 1 second const x = setInterval(function() { // Get the current date and time const now = new Date().getTime(); // Calculate the distance between now and the countdown date const distance = countDownDate - now; // Calculate days, hours, minutes, and seconds const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); // Display the countdown document.getElementById("countdown").innerHTML = `${days}d ${hours}h ${minutes}m ${seconds}s`; // If the countdown is over, display a message if (distance < 0) { clearInterval(x); document.getElementById("countdown").innerHTML = "EXPIRED"; } }, 1000); </script> </body> </html>