document.addEventListener('DOMContentLoaded', function () {
function updateCountdown() {
fetch('/mine-serv-time.php') // Replace with the correct path
.then(response => response.json())
.then(data => {
const timeUntilMidnight = data.timeUntilMidnight;
if (timeUntilMidnight >= 0) {
const hours = padZero(Math.floor(timeUntilMidnight / 3600));
const minutes = padZero(Math.floor((timeUntilMidnight % 3600) / 60));
const seconds = padZero(timeUntilMidnight % 60);
// Update elements with the countdown units
document.getElementById('hours').innerHTML = `${hours}`;
document.getElementById('minutes').innerHTML = `${minutes}`;
document.getElementById('seconds').innerHTML = `${seconds}`;
} else {
clearInterval(countdownInterval);
document.getElementById('countdown-status').innerHTML = "The countdown has ended!";
// Schedule the next countdown for the next day
setTimeout(() => {
// Restart the countdown after 30 seconds (adjust as needed)
countdownInterval = setInterval(updateCountdown, 1000);
// Initial call to set up the countdown
updateCountdown();
}, 30000); // 30 seconds (adjust as needed)
}
})
.catch(error => console.error('Error fetching countdown:', error));
}
function padZero(num) {
return num.toString().padStart(2, '0');
}
// Update the countdown every second
let countdownInterval = setInterval(updateCountdown, 1000);
// Initial call to set up the countdown
updateCountdown();
});
از ابتدا با وبتوک
جستجو دامنه
ثبت آنی و خودکار دامنه
ارائه پنل اصلی دامنه
مالکیت صد در صدی شما
ثبت انواع دامنه با ارزان ترین قیمت و مالکیت 100% شما
وبتوک بهترین شرایط و امکانات را چه از نظر هزینه هاست و چه از نظر کیفیت و پشتیبانی هاست برای هاست لینوکسی شما فراهم کرده است. چه پکیج های هاست اقتصادی و چه پکیچ های هاست حرفه ای مجهز به بهترین کنترل پنل هاست لینوکس یعنی سی پنل (cpanel) می باشند.
هنگامی که فرصتی برای پختن شیرینی یا کیک نداریم، می توانیم از شیرینی های آماده استفاده کنیم! وبتوک هم برای شما طرح های سایت پیش ساخته دارد. اگر فرصت کمی برای راه اندازی وب سایت دارید و یا به امکانات سفارشی نیازی ندارید، می توانید از بین طرح های سایت پیش ساخته وبتوک متناسب با نیاز خود طراحی سایت خود را انتخاب کنید