FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Give me a special countdown script for 10frih$

 


dwcnps
You give me a countdown script which counts down to a specific time and date (not just date), counts days, hours, minutes and seconds and updates instantly for 10frih$ if not, more.

I must like it and the format and I must be able to insert it into my page, otherwise, you tell me how to.

Thankyou...
ChesterB
dwcnps wrote:
You give me a countdown script which counts down to a specific time and date (not just date), counts days, hours, minutes and seconds and updates instantly for 10frih$ if not, more.

I must like it and the format and I must be able to insert it into my page, otherwise, you tell me how to.

Thankyou...


Few months ago i write php script, this script count days, hours and minutes to specific date and insert it into a image, You can specify background image, if i find this script (on my hdd) i send You it via PM or email.

Greets,
ChesterB

//Edit

I found and send You via PM

http://nightwalker.cal.pl/tmp/countdown.php
dwcnps
How do you connect it into a .html/.htm file

(I might find the answer myself if you don't answer within this day (GMT+10))


Last edited by dwcnps on Mon Jul 17, 2006 2:51 am; edited 2 times in total
bladesage
dwcnps wrote:
How do you connect it into a .html/.htm file

(I might find the answer myself if you don't answer within this day (GMT+10))


So you're looking for a real-time countdown script? As in one that updates itself every second, and displays exactly how long it is until a certain date/time, down to the second? Easily done.

Are you satisfied with one that only updates when the page is loaded (as in like any php script would do)? JavaScript works in and with (X)HTML, where PHP runs before the HTML is even sent out. I love both very much, but JavaScript can be the best option for precision by-the-second.
garionw
I have a javascript countdown timer that I found on the internet one night whilst searching.

I dont have it here with me today, I had used it for the school intranet in a count down until opening night of our production. It can easily be embedded into a HTML document, and farly easy to change.

But if you want to go with someone elses, thats fine
dwcnps
I've got one on my website now (someone found it for me (forgot the name)) but it isn't exactly what I want.

Example of the code:

Code:

<script language="JavaScript">
TargetDate = "12/31/2020 5:00 AM";
BackColor = "palegreen";
ForeColor = "navy";
CountActive = true;
CountStepper = -1;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is finally here!";
</script>

There is another code with it as well (which is long (so I won't show it)).

Thankyou...
Reply to topic    Frihost Forum Index -> Miscellaneous -> Marketplace

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.