Page 3 of 7

Re: Cumulus Banner Collection

Posted: Sat 08 May 2010 7:32 am
by JennyLeez
Please add our new one for new station.
Thanks

http://wairoa.net/mahia/banner.php

Re: Cumulus Banner Collection

Posted: Fri 28 May 2010 8:33 pm
by scala49

Re: Cumulus Banner Collection

Posted: Wed 23 Jun 2010 8:47 pm
by Tau Bootis
Here's another one for the collection.

Regards

Re: Cumulus Banner Collection

Posted: Wed 11 Aug 2010 12:33 pm
by SpeedyGJ
I will chance my banner background to a image.
Example:
Image

How to work?

Sorry for my bad English.

Re: Cumulus Banner Collection

Posted: Wed 18 Aug 2010 12:35 pm
by fadiaz
Hi all,

I am new here (just about a month), but you could also maybe add this banner...

Image

(http://np3od.comoj.com/cumulus/banner.php)

Thanks and great to meet u all... :)


Francisco

Re: Cumulus Banner Collection

Posted: Wed 18 Aug 2010 10:31 pm
by Ned
SpeedyGJ wrote:I will change my banner background to a image.
How to work?
I found the solution recently on this forum (but can't find it again easily, so thanks and apologies to the original poster for not linking to it).
Make the following alteration/additions to your banner.php, indicated in bold
Upload your background.jpg image to the root directory of your server. The dimensions must match that of the banner, which is 468x60 pixels by default.
......................
// Output the header to let the browser know we are
// sending a graphic file format
header("Content-type: image/" . $SITE['format'] );

$im = @imagecreatetruecolor($SITE['image_width'], $SITE['image_height'])
or die("Cannot Initialize new GD image stream");

// Set colors we want to use...
// first background is a white background
// $background_color = imagecolorallocate($im, 0xFF, 0xFF, 0xFF);

$background_color = imagecolorallocate($im, 0xEF, 0xDE, 0xB3);
$black = imagecolorallocate($im, 0x00, 0x00, 0x00);
$green = imagecolorallocate($im, 0x00, 0x60, 0x00);
$blue = imagecolorallocate($im, 0x00, 0x00, 0xff);
$red = imagecolorallocate($im, 0xff, 0x00, 0x00);

$baseimg = imagecreatefromjpeg("background.jpg");

imagecopy($im,$baseimg,0,0,0,0,$SITE['image_width'], $SITE['image_height']);
imagedestroy($baseimg);


// Make a Border Around the box
.....................
Trickiest part is selecting an image and/or modifying text colours/fonts for good legibility

Re: Cumulus Banner Collection

Posted: Mon 30 Aug 2010 1:26 pm
by Stig
please add my banner

http://www.hareskovvejr.dk/banner.php

thanks
Stig

Re: Cumulus Banner Collection

Posted: Thu 16 Sep 2010 2:00 pm
by gordolake
ok here's mine, i'll stick an image behind it soon, good fun.
http://stevegordonimages.com/weather/banner.php
and my realtime site too.
http://stevegordonimages.com/weather/Cu ... ltime.html

steve

Re: Cumulus Banner Collection

Posted: Thu 16 Dec 2010 5:01 pm
by SouthUistWX

Re: Cumulus Banner Collection

Posted: Sun 19 Dec 2010 11:37 am
by Conrad
can I ask please how I can make my banner update the conditions I have placed the banner.php in the same directory as my weather website and uploaded the realtime.txt file to the server

conrad

Re: Cumulus Banner Collection

Posted: Sun 19 Dec 2010 11:46 am
by steve
Conrad wrote:can I ask please how I can make my banner update the conditions I have placed the banner.php in the same directory as my weather website and uploaded the realtime.txt file to the server
Seems to be working OK to me, it's just that your realtime.txt file hasn't updated for a while, for some reason.

Re: Cumulus Banner Collection

Posted: Sun 19 Dec 2010 11:51 am
by Conrad
thanks steve any possible reason for that

I have only loaded up the realtime.txt file when i placed the banner.php file on the server

Re: Cumulus Banner Collection

Posted: Sun 19 Dec 2010 11:54 am
by steve
Conrad wrote:I have only loaded up the realtime.txt file when i placed the banner.php file on the server
You don't upload realtime.txt yourself, Cumulus does it automatically. Have a look at the help for the internet settings, and if you need help with this, it's best to start a new thread in the 'website development'.

Re: Cumulus Banner Collection

Posted: Tue 02 Aug 2011 12:32 am
by Sunfish
A little late, but here's mine.

http://www.moorparkweather.net/banner.php

Regards

Re: Cumulus Banner Collection

Posted: Sat 19 Nov 2011 3:30 am
by 41south
41South, Wellington, New Zealand signing in too :D