This is where banner.php is looking, but it's empty

Moderator: daj
Really dont know what happen with this file, because, i can see realtime.txt is updatingbeteljuice wrote:What's happened to your realtime.txt ?
This is where banner.php is looking, but it's emptyhttp://climaguayana.comuv.com/realtime.txt
How do you see that?beteljuice wrote:No it isn't - or at least not where you've told your scripts to look.
Your main site ajax calls which you have set to every 5s are failing too.
the ajaxCUwx.js file is readable.josecmorales wrote:How do you see that?beteljuice wrote:No it isn't - or at least not where you've told your scripts to look.
Your main site ajax calls which you have set to every 5s are failing too.
You don't change the script, you change the code where you use it. So, on the forum, where you currently havefisherman3408 wrote:I would like to make the avatar to be clickable, linking to my weather site. How can I modify the script so that the output image is a clickable one?
Code: Select all
[img]http://www.porlockweather.co.uk/avatarpw.php[/img]
Code: Select all
[url=http://www.porlockweather.co.uk/][img]http://www.porlockweather.co.uk/avatarpw.php[/img][/url]
Code: Select all
<a href="http://www.porlockweather.co.uk/"><img src="http://www.porlockweather.co.uk/avatarpw.php"></a>
It's looking there for it because that's where you have told it to find it.mm23 wrote:So, It seems that a php search a realtime.txt in "test2/banner page?
Why is that and what I have done wrong?