Page 1 of 1

Online / Offline Detector JoinFS Map Updates

Posted: Sat Dec 08, 2018 8:12 am
by vbegin7
Hey Guys & Gals,

If anyone would care to use this they may just input your IP Address below and copy this in your website html section i have added some style to it.This little widget will let your members know on your website whether your JoinFS Hub is up or down.You may also use the attached images if you like. This will only work if you are using the Joinfs map for your website or you have your whazzup.txt accessible to the world wide web.

Image
Image

:lol: :D

Code: Select all

<?php
       ini_set("default_socket_timeout","05");
       set_time_limit(5);
       $f=fopen("http://YOUR_IP_ADDRESS/whazzup.txt","r");
       $r=fread($f,1000);
       fclose($f);
       if(strlen($r)>1) {
       echo '<img src="http://weflyfsx-va.com/on.png" height="35px" align="right">';
       }
       else {
       echo '<img src="http://weflyfsx-va.com/off.png" height="35px" align="right">';
       }
?>
Image

Re: Online / Offline Detector

Posted: Sat Dec 08, 2018 9:11 pm
by vbegin7
Link Below updated 1/1/2019

I have attached a map.html file if anyone would like to use it its a new layout that will include all pilots and atc show in a table below the map you can see an example listed below at the link.

http://www.fsvintageair.com/jfs/map/map.html

Best Regards,
Vince

Image

Re: Online / Offline Detector

Posted: Sun Dec 09, 2018 12:31 am
by vbegin7
I have added a follow button as the origianal had as well as zoom when you click follow pilot as well as added center lat/lon for united states i have attatched new edits here just replace the old one after you have backed yours up. you can see new updates as a preview at the link above all new updates applied to that map :D

Image

Re: Online / Offline Detector JoinFS Map Updates

Posted: Mon Dec 24, 2018 12:58 am
by vbegin7
I have updated this map file again now when you hit follow on the pilot you selected it will scroll you back up to the map and show their position. This helps if your table or list of pilots is really long. Very good suggestion from a member. you can just take this map.html file and replace with your old one and you're all set :) i have attached the file.

Image
Merry Christmas Everyone !