Page 2 of 2

Re: JoinsFS map problem

Posted: Tue Apr 10, 2018 8:57 pm
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.

Re: JoinsFS map problem

Posted: Thu Apr 12, 2018 7:27 pm
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

Re: JoinsFS map problem

Posted: Thu Apr 12, 2018 9:47 pm
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

Re: JoinsFS map problem

Posted: Thu Apr 12, 2018 10:55 pm
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.

Re: JoinsFS map problem

Posted: Sat Apr 14, 2018 11:08 am
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

Re: JoinsFS map problem

Posted: Sat Apr 14, 2018 12:32 pm
by ATC Roo
Good luck!

Re: JoinsFS map problem

Posted: Wed May 16, 2018 6:52 am
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

Re: JoinsFS map problem

Posted: Wed May 16, 2018 1:40 pm
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.

Re: JoinsFS map problem

Posted: Wed May 16, 2018 8:41 pm
by mattia1513
I see thant in db.class.php file you must connect to a db mysql, but which one? what's this for?

Re: JoinsFS map problem

Posted: Wed May 16, 2018 11:13 pm
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.

Re: JoinsFS map problem

Posted: Mon May 21, 2018 5:37 pm
by mattia1513
Hi atc_roo

in flightair map how set my whazzup.txt link ?

Re: JoinsFS map problem

Posted: Mon May 21, 2018 7:54 pm
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.