AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: connect youre airnav to the internet  (Read 2398 times)

0 Members and 1 Guest are viewing this topic.

lebelgepatte

  • Jr. Member
  • **
  • Posts: 83
connect youre airnav to the internet
« on: December 11, 2011, 09:06:53 PM »
hi,
Do someone know how you can make a "site link" to show other people what i have on my airnav screen ??

thx

RodBearden

  • Hero Member
  • *****
  • Posts: 9175
    • Rod's RadarBox Downloads
Re: connect youre airnav to the internet
« Reply #1 on: December 11, 2011, 09:27:31 PM »
Hi lebelgepatte

Have a look at the code that is used on the websites of some of the users who do this already - mine is at http://rodb.gofreeserve.com/RadarBox/RadarBox.htm Other forum users who have similar pages often have a link in their signatures.

You can copy bits of the code that you like into your own webpage builder, changing whatever suits you.

You then need to go to File...Preferences in RadarBox and tell it your FTP information.

Hope that helps

Rod
« Last Edit: December 11, 2011, 09:33:49 PM by RodBearden »
Rod

lebelgepatte

  • Jr. Member
  • **
  • Posts: 83
Re: connect youre airnav to the internet
« Reply #2 on: December 11, 2011, 09:45:32 PM »
this is what i want, but the problem is i don't know how i can make this to my site

Budgie

  • Jr. Member
  • **
  • Posts: 82
    • Hebrides Weather
Re: connect youre airnav to the internet
« Reply #3 on: December 12, 2011, 09:22:51 AM »
In the ANRB program, click File > Preferences > General and in the bottom left of the window you'll see a heading "Screen Shot Auto FTP Upload".
Type in your website server details, leave the port number at 21 and tell it where on your website you want to the screen shot uploaded too, the main folder will be something like /html/yourwebsitename.com/

ANRB will now upload the screen shot to your website, to include this on a page I use the following coding:
Code: [Select]
<p align="center"><img name="refresh" src="RadarBoxScreenShot.gif" alt="Radar Image">
    <SCRIPT language=JavaScript type=text/javascript>
      <!--
      var t = 30 // interval in seconds
      image = "RadarBoxScreenShot.gif" //name of the image
      function Start() {
      tmp = new Date();
      tmp = "?"+tmp.getTime()
      document.images["refresh"].src = image+tmp
      setTimeout("Start()", t*1000)
      }
      Start();
      // -->
      </SCRIPT><br />
      Image will update once a minute.</p>

This will display the image and automatically check and display image updates every 30 seconds.
You can see mine in action here: http://www.hebwx.co.uk/wxflight.php
« Last Edit: December 12, 2011, 09:31:17 AM by Budgie »

nortonbeak

  • Sr. Member
  • ****
  • Posts: 318
  • RadarBox MVT7100 PCR1000 M0NBK
Re: connect youre airnav to the internet
« Reply #4 on: December 12, 2011, 03:02:34 PM »
There is Allocators really useful guide as well

http://www.airnavsystems.com/forum/index.php?topic=1385.0