PDA

View Full Version : looking for a timer...


magnus127
10-25-2002, 12:00 AM
I need a program that will set a timer from a specific event. For instance the last time I checked my email was 8:20pm on 09/21/02 (not really, just for an example). I need it to be specific to my time zone too.....any idea's where I could find that?

cunning-fox
10-25-2002, 12:06 AM
I don't know where you can find this in a server-side script. But I do know that I've seen this in javascript.

www.javascriptsource.com (check under "clocks")

cunning-fox:D

magnus127
10-25-2002, 12:10 AM
Wouldn't a javascript set the time based on clock of the viewers computer? I want it to be based on my time zone only.

cunning-fox
10-25-2002, 04:30 AM
http://www.planet-source-code.com/xq/ASP/txtCodeId.347/lngWid.6/qx/vb/scripts/ShowCode.htm

:) cunning-fox

magnus127
10-25-2002, 04:50 AM
ok, that looks like what I'm after, but I don't know how to use it. What do I set the chmod to? does it have to be in the cgi-bin? In the filed timed.txt, what format do I set the time with?

cunning-fox
10-25-2002, 06:09 PM
It can go anywhere in your cgi-bin. chmod 755

I don't know enough about perl to help you customize it.