freshJet Posted February 17, 2013 Report Share Posted February 17, 2013 I contacted Jeffrey but thought it'd be best to post here. Does anyone know how to export own data to kACARS? Take passengers for example. There is: $load = $xml->pirep->pax; in the code but this won't set the actual value. I'm assuming the values are decided in the XML? Any ideas? 1 Quote Link to comment Share on other sites More sharing options...
Sava Posted February 17, 2013 Report Share Posted February 17, 2013 I am not sure I follow correctly, but you can only change what data is already being sent to kACARS. You are limited to what kACARS can already display within its fields. For example, when I modified how my schedules work, I modified the kACARS_Free.php file to send different data then it actually would with stock schedules - it sends the chosen a/c from the aircraft column in the bids table instead the one in the schedules. I also modified what you get when you click Get Aircraft. All interaction is done from that file. If you be more specific with what you need I can help out. Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 17, 2013 Author Report Share Posted February 17, 2013 I know that, that is really what I mean. So I cannot change the number of passengers that kACARS displays? Quote Link to comment Share on other sites More sharing options...
Sava Posted February 17, 2013 Report Share Posted February 17, 2013 As far as I see it, you cannot change what is displayed, because it is calculated randomly taking into account the load factor and max pax inside kACARS. You can however change what is in the end sent into the DB. The $load variable you mentioned should be changed to anything you want. But I guess that is not what you need Quote Link to comment Share on other sites More sharing options...
CPC900 Posted February 17, 2013 Report Share Posted February 17, 2013 If you purchase a custom acars, things can be altered. I have the ability to change pax, so I can match it up with what my fs passengers is calling. I have a payware custom KAcars tho Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted February 18, 2013 Report Share Posted February 18, 2013 @ itrobb - I answered you PM Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.