Online / Offline Detector JoinFS Map Updates

Suggestions, ideas and general discussion about JoinFS.
Post Reply
vbegin7
Posts: 19
Joined: Sun Jan 08, 2017 9:01 am

Online / Offline Detector JoinFS Map Updates

Post 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
Last edited by vbegin7 on Wed Jan 16, 2019 9:35 pm, edited 4 times in total.
vbegin7
Posts: 19
Joined: Sun Jan 08, 2017 9:01 am

Re: Online / Offline Detector

Post 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
Attachments
map.zip
(2.13 KiB) Downloaded 304 times
Last edited by vbegin7 on Wed Jan 16, 2019 9:35 pm, edited 2 times in total.
vbegin7
Posts: 19
Joined: Sun Jan 08, 2017 9:01 am

Re: Online / Offline Detector

Post 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
Attachments
Map_Update.zip
(7.65 KiB) Downloaded 240 times
Last edited by vbegin7 on Wed Jan 16, 2019 9:35 pm, edited 1 time in total.
vbegin7
Posts: 19
Joined: Sun Jan 08, 2017 9:01 am

Re: Online / Offline Detector JoinFS Map Updates

Post 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 !
Attachments
map.zip
map update 12/23/18
(2.22 KiB) Downloaded 247 times
Post Reply