|
Project Information
Featured
Downloads
|
HitungHari Countdown Banner ApplicationHitungHari is a PHP + GD countdown banner application. This application will create an event countdown banner image upon request. You can configure the date of the upcoming event you are counting for.
This application started when I'm just playing with PHP + GD. Coincidentally with the upcoming MOSC2011 event, I heard some people asking in the mailing list if it could be possible to have countdown banner for the event. Therefore, I modified my useless code and make this HitungHari countdown banner application. DocumentationLive DemoHere is the live demo of the Countdown Banner. Default Size : 290x200 px
To add this banner, put this code on your site/blog: <!-- MOSC2011 Countdown Banner By ApOgEE - code start --> <div style="width:100%; text-align:center;"> <a href="http://www.mosc.my" target="_blank"> <img src="http://www.apogeek.com/osdc/mosc-countdown-img.php" target="_blank"> </a></div> <!-- MOSC2011 Countdown Banner By ApOgEE - code end --> Size 1 : 300x250 px
To add this banner, put this code on your site/blog: <!-- MOSC2011 Countdown Banner By ApOgEE - code start 300x250 --> <div style="width:100%; text-align:center;"> <a href="http://www.mosc.my" target="_blank"> <img src="http://www.apogeek.com/osdc/mosc-countdown-img.php?size=1" target="_blank"> </a></div> <!-- MOSC2011 Countdown Banner By ApOgEE - code end --> Size 2 : 728x90 px
To add this banner, put this code on your site/blog: <!-- MOSC2011 Countdown Banner By ApOgEE - code start 728x90 --> <div style="width:100%; text-align:center;"> <a href="http://www.mosc.my" target="_blank"> <img src="http://www.apogeek.com/osdc/mosc-countdown-img.php?size=2" target="_blank"> </a></div> <!-- MOSC2011 Countdown Banner By ApOgEE - code end --> Size 3 : 160x600 px
To add this banner, put this code on your site/blog: <!-- MOSC2011 Countdown Banner By ApOgEE - code start 160x600 --> <div style="width:100%; text-align:center;"> <a href="http://www.mosc.my" target="_blank"> <img src="http://www.apogeek.com/osdc/mosc-countdown-img.php?size=3" target="_blank"> </a></div> <!-- MOSC2011 Countdown Banner By ApOgEE - code end --> |