Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Banners and Time

Reply
Thread Tools

Banners and Time

 
 
Roy Schestowitz
Guest
Posts: n/a
 
      01-05-2005
I have been trying out Entropy Banner which is a CGI banner rotator, but it
cannot provide me with what I ideally need. Is there a way of displaying
different banners at different times of the day (without JavaScript
preferably)?

Thanks,
Roy

--
Roy Schestowitz
http://schestowitz.com
 
Reply With Quote
 
 
 
 
Frank Lewandowski
Guest
Posts: n/a
 
      01-05-2005
Roy Schestowitz schrieb:
> I have been trying out Entropy Banner which is a CGI banner rotator, but it
> cannot provide me with what I ideally need. Is there a way of displaying
> different banners at different times of the day (without JavaScript
> preferably)?


Hi Roy,

what about PHP? Something like this

Look at http://www.hotscripts.com/PHP/Script...Ad_Management/

for PHP Banner rotators.

Kind regards
Franky
 
Reply With Quote
 
 
 
 
Roy Schestowitz
Guest
Posts: n/a
 
      01-05-2005
Frank Lewandowski wrote:

> Roy Schestowitz schrieb:
>> I have been trying out Entropy Banner which is a CGI banner rotator, but
>> it cannot provide me with what I ideally need. Is there a way of
>> displaying different banners at different times of the day (without
>> JavaScript preferably)?

>
> Hi Roy,
>
> what about PHP? Something like this
>
> Look at http://www.hotscripts.com/PHP/Script...Ad_Management/
>
> for PHP Banner rotators.
>
> Kind regards
> Franky


That's an excellent and extensive source. I still can't find anything that
makes mentioning of _time_. I could implement that myself, but there must
be something out there already. I want to display a different banner at
different times of the day and suit it for different parts of the world.

I could take GMT time and then have a switch case... maybe I'll give it a go
myself, but it's worth re-using... not worth the time otherwise because
it's a kitschy idea...

Thanks,
Roy

--
Roy Schestowitz
http://schestowitz.com
 
Reply With Quote
 
Frank Lewandowski
Guest
Posts: n/a
 
      01-05-2005

> I could take GMT time and then have a switch case... maybe I'll give it a go
> myself, but it's worth re-using... not worth the time otherwise because
> it's a kitschy idea...


Hi Roy,

everything is possible. But you have to find a way doing it. So do you
decide to use PHP? Maybe i could help you in developing such a script.

The first thing is, you do a bit brainstorming what this script is all
about. What features have to be included. If you still need help, just
email me.

Kind regards
Franky
 
Reply With Quote
 
Stephan Bird
Guest
Posts: n/a
 
      01-06-2005
In news:crgt6q$2mop$,
Roy Schestowitz <>wrote:
> I have been trying out Entropy Banner which is a CGI banner rotator,
> but it cannot provide me with what I ideally need. Is there a way of
> displaying different banners at different times of the day (without
> JavaScript preferably)?


Can you run XSSI on your server? How does something like the following
(untested)

<!--config timefmt="%H" -->
<!--if expr "\"$DATE_LOCAL\" < 6" -->
<IMG SRC="asleep.jpg">
<!--elif expr "\"$DATE_LOCAL\" < 22" & -->
<IMG SRC="awake.jpg">
<!--else -->
<IMG SRC="asleep.jpg">
<!--endif -->

work?

i.e. between 6 a.m. and 10 p.m. local time a picture referring to a state of
being up is displayed, else a picture of being asleep...?

Stephan Bird
--
Stephan Bird MChem(Hons) AMRSC


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for a free program that can design allsorts of signs and banners and posters etc. seeyoujimmy Computer Support 7 08-01-2007 05:40 PM
flash banners and javascript Kal Javascript 1 06-20-2007 03:19 AM
Re: banners are gone- firefox and IE6 MajBach Computer Support 5 03-15-2006 11:39 PM
Dynamic banners Ian HTML 5 10-03-2003 09:05 AM
Flash banners...i can't see them Fragger Firefox 2 07-25-2003 10:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57