I'm having a hard time getting ec-forecast.php V4.00

I have been working on it for two evenings, but know luck. I have the format but can’t get the pictures to come on.

Please help if possible.

Thanks

www.kimmirutweather.com

The script is looking for .gif images, but yours are .png :? http://www.kimmirutweather.com/ec-icons/02.gif http://www.kimmirutweather.com/ec-icons/02.png

My script is saying .png.

It’s like the script is being blocked

Strange, the page code is looking for .gif’s

If you selected the .png icons, then change ec-forecast.php

$iconType = '.gif';

to

$iconType = '.png';

and the icons should display.

Still no luck.

I even emptied out my ec-icons and my ec-forecast.php and it still looked the same when I brought it up on the computer.

I put in saratogaWX’s ec-forecast.php and it made no difference on the my computer. Still showed mine with no pics. I even used my old computer that I used to do this work, same problem. I went around my router and plugged into the modem. No luck.

Any ideas?

Let me know

The script on the webserver is still asking for .gif’s http://www.kimmirutweather.com/ec-forecast.php?sce=view Maybe you made the change that Ken suggested and uploaded it to the wrong location, or didn’t upload it?

I assume you are using a php include in index.php to incorporate the forecast in the webpage. If you added the script to one of the datahtm*.txt files in WD then that’s the file you would need to modify.

$iconType = '.gif';            // ='.gif' or ='.png' for ec-icons file type 

Thanks for all the help.

Niko, you were right. I had two copies of ec-forecast.php. The higher one was on my computer, but I was editing my lower one.

Thanks to all

Been there, done that :lol: Glad you got it working.