Ycarus (Yannick Chabanois)
Ycarus (Yannick Chabanois)
It's what I will add, a flag for each ICAO.
No, I have all data available, only need to add them to database. Thanks
You have to run _scripts/update_db.php_. If database is older than 15 days all fields will be populated. If database is newer than 15 days and you want to force update,...
If DB is updated, this should work. You could try to run this under MySQL/MariaDB: ``` SELECT count(*) FROM `aircraft_modes` WHERE `type_flight` = 'military'; ``` Result should a little under...
Stats should be fixed in latest commit.
What is the source used and what is the value of **$globalLiveInterval** ?
I mean the source of data: ADS-B, OGN, some virtual airlines,... ? And you can increase globalLiveInterval.
2000 should work. Do you run daemon-spotter.php as daemon or cronjob ? If you run it as daemon, what is the output of daemon-spotter.php run in a console ? If...
When run as cronjob, $globalDaemon is set to false ? If you want to know what append when running as daemon (and $globalDaemon set to true), check what is displayed...
No problems here. It's defined by **$globalMinFetch** for HTTP sources. You can increase **$globalLiveInterval** more.