JoinsFS map problem

Suggestions, ideas and general discussion about JoinFS.
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

mattia1513 wrote:its possible that on your test map my whazzup not show the aircraft because i have the , on coordinate and not the .
One for you Peter next time you're tweaking..


Your hosting webserver obviously works Mattia, as the map is showing.
We now have to workout what the map needs that your webserver isn't using.

I think it's php.

You have php, but is it enabled on your webserver?
What webserver are you using?
Nginx seems to be the popular one at the moment.

As I can't see a reference to Apache or Nginx in your php info, I'm guessing (just guessing) it's not enabled on your webserver?

Do you run forums on your site?
Do they use php?

It may be a setting that needs changing in the php config.

I'm purely guessing at all of the above.
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

Hi Roo,

I contacted my provider and we now use apache, on the same server i run this wordpress website

https://italianivolanti.it/

with php 5.6.35
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

ATC Roo, can you send me a zip file with all files of this map?

https://roo.servebeer.com/map3/map.html

i try to install it on my server
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

Yup.

https://roo.servebeer.com/map3.zip

Your setup near enough mimics mine.
I have the same php version and only 1 version older Apache.

I've set the Map to use a known working whazzup, so you only need to extract, drag and drop into your server.

If the map still does not work, speak to your hosting provider and explain the issue.

I'm not a php expert, but my gut feeling is that they will need to enable a module or change a setting their side.
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

Hi

I installed your map but it does not work, I talk to my hosting and I'll let you know


http://map.italianivolanti.it/map3/map.html


thanks for support
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

Good luck!
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

Hi ATC_ROO,

Do you remember my problem with the map? I solved with my hosting

http://fsmap.italianivolanti.it/


A question, when I click on "show tracks" i can see the whole track of the plane? like flightradar24.com
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

mattia1513 wrote:Hi ATC_ROO,

Do you remember my problem with the map? I solved with my hosting

http://fsmap.italianivolanti.it/


A question, when I click on "show tracks" i can see the whole track of the plane? like flightradar24.com
Ah, great news Mattia.

I didn't write the map.
But as far as I can see... the show tracks will only work if an aircraft has filed a flight plan.
If it has filed a flight plan it will show an arrival and departure ICAO on the map.
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

I see thant in db.class.php file you must connect to a db mysql, but which one? what's this for?
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

I don't have the map to hand at the moment...
I'm guessing that it's the database to store the information from the whazzup.
It's something I'd advise not to edit unless you know what you are editing it for.
If you are looking for a map with more functionality, have a look at flightair map on github.
It's the map I use for the Global JoinFS map showing all users.
mattia1513
Posts: 34
Joined: Sun Feb 18, 2018 1:26 pm

Re: JoinsFS map problem

Post by mattia1513 »

Hi atc_roo

in flightair map how set my whazzup.txt link ?
ATC Roo
Posts: 721
Joined: Sun Oct 16, 2016 9:24 am
Location: UK
Contact:

Re: JoinsFS map problem

Post by ATC Roo »

If you are editing the settings.php directly the below line should work.

Code: Select all

$globalSources = array(array('host' => 'http://fsmap.italianivolanti.it/whazzup.txt','port' => '','name' => 'Italianivolanti','format' => 'whazzup','sourcestats' => TRUE,'noarchive' =$


Else putting http://fsmap.italianivolanti.it/whazzup.txt in the setup page will work.
Post Reply