Artur Iunusov
Artur Iunusov
yeah, that issue is related to GUI framework (FLTK). I will check.
It's required to parse IVAO data as well (every 5 minutes): $ cd vatsim_parser/ $ ./parse.php ivao
So, you can specify both: define("STATUS_URL_IVAO", "https://www.ivao.aero/whazzup/status.txt"); define("STATUS_URL_VATSIM", "http://status.vatsim.net/"); and periodically run ./parse.php (e.g. vatsim) and: **./parse.php ivao**
@donggua2096, I committed small changes in order to support private server. https://github.com/Iunusov/Vatsim-Flight-Map/commit/c4f7c618c6e88d927230d3bcd00ed32725a86661 Please refer to config.php and define: **define("WHAZZUP_URL_IVAO", "https://xxxxxx/whazzup.txt"); // for private servers** And then use: **./parse.php ivao**
@donggua2096, if you send me your whazzup.txt. I will be able to fix this (probably, format was changed)
Probably, fixed: https://github.com/Iunusov/Vatsim-Flight-Map/commit/a028d1e90f9d6fe26f897a2b2d21b2245a2e9a89 Can you try it?
when no clients connected, it might still return an error ("cannot parse data")
Ok, then I need whazzup.txt with at least one client connected :)
If you send me your whazzup.txt with clients connected. I think I will fix it today.
Thanks!