Hi
Im looking to maybe setting up a website to use the FTP in ANRB, But being tight fisted as i am is there any free web space that i could use to set my self a website up and have a page dedicated to FTP in ANRB.
Cheers
Several of us use www.gofreeserve.com
Here's mine - http://www.tarbat.gofreeserve.com/radarbox.htm
And mine:
http://rodb.gofreeserve.com/RadarBox/RadarBox.htm
Rod
And Mine:
http://www.abrad51.gofreeserve.com/ Or
http://www.absbta2009.co.uk/
Andy
4Hrs Later
I hope i got the uploading right
http://www.m0xdj.gofreeserve.com/index.php?p=1_2_Live-Radar
I dont think the picture is auto updating on the site but it does in the ftp thingy window
Cheers to all for the help i think i got it working, only problem is when i refresh the page i got to press Ctrl+F5. F5 on its own wont work.
Thanks Again
You have copy "my" websit.
www.aerotower.x10hosting.com
Kev - have you seen this post? http://www.airnavsystems.com/forum/index.php?topic=4239.msg42677#msg42677
Rod
Hi Folks!
Just dropped in to say thanks for using our hosting service and to let you know that the free disk space and monthly transfer quotas have been doubled from this week.
Quote from: RodBearden on March 23, 2010, 12:45:30 AM
Kev - have you seen this post? http://www.airnavsystems.com/forum/index.php?topic=2894.msg31706#msg31706
Rod
Hi Rod
This is all new to me, I have looked at the link but i have no idea what im looking at?
Cheers
This code will auto-update in IE, Firefox, etc..
As used on my page at http://www.tarbat.gofreeserve.com/radarbox.htm
This code was developed by several of us over a few weeks when we were all struggling to get the picture to update every 60 seconds. The important bit you're missing is the bit after the GIF image name - ?<%=(new java.util.Date()).getTime()%>"
<html>
<head>
<meta name="keywords" content="Portmahomack, Airnav, Radarbox, SBS1, SBS-1">
<meta http-equiv="refresh" content="60">
<meta http-equiv="expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Pragma-directive" content="no-cache">
<meta http-equiv="Cache-Directive" content="no-cache">
<body bgcolor="#000000">
<p align="center"><font color="#ff8000"></font></p>
<p align="center"><font color="#ff8000"><img hspace="0" src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?<%=(new java.util.Date()).getTime()%>" align=center border=2></font></p><font color="#ff8000" >
<hr>
<p align="center"> </font><font color="#ff8000" size="4">This is a live feed from my Airnav Radarbox</font></p>
</body>
</html>
Some really different colour schemes you all seem to favour for your map displays.
Cheers Again Guys
But im sorry to sound Thick but do i just copy and past ?<%=(new java.util.Date()).getTime()%>" . and where do i put it as the only place i can see is if i click the HMTL button on the gofreeserve web builder page, And it looks or reads totally diffirent from the code you pasted.
This is the first time for me using this stuff .
Cheers again
Hi all, its not free but heres my ftp image.
http://www.users.on.net/~silver.eagle/
Mike in Tasmania , Australia
Tasmania looks great from a RadarBox point of view!
You will have to check ShipTrax when it is available.
M0XJD - I'm sorry, I posted the wrong link to the useful HTML thread. I've corrected it now, but here it is again - works for me.
http://www.airnavsystems.com/forum/index.php?topic=4239.msg42677#msg42677
Rod
Cheers Rod thought i was doing some thing wrong
So how do you think its looking????
It's looking great - but the RB screenshot looks a bit distorted, so the text is a bit fuzzy - I think you need to measure the screenshot that you're sending (height and width) and enter those dimensions on the webpage so that it's in the right proportions.
This means that you need to get your map area the correct dimensions on the RadarBox screen (and stick to them). It's a bit of a pain - it would be nice if AirNav could let us set map dimensions for FTP independent of the actual size on the screen - I might add that to the suggestions thread.
Hope that helps.
Rod
Quote from: RodBearden on March 25, 2010, 01:49:00 AMI think you need to measure the screenshot that you're sending (height and width) and enter those dimensions on the webpage so that it's in the right proportions.
If you use the HTML code I posted earlier, you don't need to enter the image dimensions. My code handles any size image, no matter what size you have your screen set to in Radarbox. Simples!
<html>
<head>
<meta name="keywords" content="Portmahomack, Airnav, Radarbox, SBS1, SBS-1">
<meta http-equiv="refresh" content="60">
<meta http-equiv="expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Pragma-directive" content="no-cache">
<meta http-equiv="Cache-Directive" content="no-cache">
<body bgcolor="#000000">
<p align="center"><font color="#ff8000"></font></p>
<p align="center"><font color="#ff8000"><img hspace="0" src="http://www.tarbat.gofreeserve.com/shot/RadarBoxScreenShot.gif?<%=(new java.util.Date()).getTime()%>" align=center border=2></font></p><font color="#ff8000" >
<hr>
<p align="center"> </font><font color="#ff8000" size="4">This is a live feed from my Airnav Radarbox</font></p>
</body>
</html>
I didn't need the dimensions in the code that I'm using from G0HWC. I've removed them, and my page is working fine with any size of screenshot - thanks for the nudge in the right direction, Tarbat!
Rod