countdown timer
#1

Is it possible to make a countdown timer that keeps running even if the server is offline?
Reply
#2

No... It's not possible, because all stops when you close the black window
Reply
#3

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
No... It's not possible, because all stops when you close the black window
Not even with MySQL?
Reply
#4

MySQL is a database storage system - it stores data and lets you select/update/delete from it, it's not a timer system...

If you're using Linux, you could use PHP or a bash/shell script with a CRON.
Reply
#5

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
MySQL is a database storage system - it stores data and lets you select/update/delete from it, it's not a timer system...

If you're using Linux, you could use PHP or a bash/shell script with a CRON.
Im not using linux, but if the MySQL is up 24/7 why can't it just update the "timer" every hour or something that should be possible? and the server is up 24/7 its just when i restart i don't want the timer to restart or stop.

But if its not possible on windows well.. thanks for helping then.
Reply
#6

Create a PHP site which reads from mysql base. Almost like a UCP site. That's the only way I can see it possible.
Reply
#7

Quote:
Originally Posted by The Woody
Посмотреть сообщение
Im not using linux, but if the MySQL is up 24/7 why can't it just update the "timer" every hour or something that should be possible? and the server is up 24/7 its just when i restart i don't want the timer to restart or stop.

But if its not possible on windows well.. thanks for helping then.
Again, MySQL saves information. It doesn't execute timers.
Reply
#8

Quote:
Originally Posted by Kayaque
Посмотреть сообщение
Create a PHP site which reads from mysql base. Almost like a UCP site. That's the only way I can see it possible.
I see where your going. I will try something like that thanks.

Quote:
Originally Posted by __
Посмотреть сообщение
Again, MySQL saves information. It doesn't execute timers.
I know that, but it updates doesn't it?...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)