Ubuntu countdown script on the server side

Asked by Martin Lipták

Hello everybody

This is not a bug, but request for feature.

I would like to include ubuntu countdown on my Wordpress.com blog. The problem is that Wordpress.com supports including neither <iframe> nor javascript. I think the solution would be simple - to create a server-side script to choose the correct imege instead of letting the client javascript do it. Something like http://www.ubuntu.com/files/countdown/today.php, it would directly send the current day image.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Lipták
Solved:
Last query:
Last reply:
Revision history for this message
Steve Dodier-Lazaro (sidi) said :
#1

Hello,

See http://www.2nt.free.fr/host/jaunty/source.php for the source of PHP scripts.

You can use <img src="http://www.2nt.free.fr/host/jaunty/countdown2.php" alt="Ubuntu 9.04 - Coming soon !" /> in your blog in order to get a PHP version (it has same features as the .js version, afaik).

MadsRH's calendar version is available, too : <img src="http://www.2nt.free.fr/host/jaunty/calendar.php" alt="Ubuntu 9.04 - Coming soon !" />

Enjoy.

Revision history for this message
Martin Lipták (mliptak) said :
#2

Thank you:)