Jump to content

tnick74

Members
  • Posts

    71
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

tnick74's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi all, i want to do this: to have the ability when exporting e pirep through fspassengers, or manually, to use ANY prefix and ANY flight number (existing or not). This means that the airline code and the flights id should not be cross-checked when a pirep is sent. Can this be done somehow? Thanks
  2. Nabeel, these 1,2,3 issues were from April (and are solved since then). The last problem was just yesterday 19 July and it was about pilots/flights/score, which is solved (although it costs us many places down without any reason)
  3. Nabeel, this is the link: http://www.vacentral.net/airline/tvi_tecavirtualairline we are shown in page 4
  4. I would really like to know how we have been almost eliminated in vacentral!!!! It shows we are only 3 pilots, our flights are gone.... Nabeel, please make this vacentral thing to work, and please remember that the "yesterday's score" appears the same for over 1 month, which means that the score calculation is not made everyday Thanks!!
  5. Yup i think i found the error. Fspax export PenalityPoints, not PenaltyPoints....i hope it will work now
  6. Both db field name and post name are correct. The only thing i noticed is that a comma is missing after ".......POST['PenaltyPoints']". Could it be the cause?
  7. Thank you again Jeff! Now it works, but only for the bonus. Penalty is not inserted.
  8. Thank you both guys!! now i am really comfused......this is the fspax.php i use. Where to put the code that Jeff posted? fspax(2).php
  9. Hello, i try to work out a scoring system using fspax pireps and this is what i have done so far: 1. created 2 fields in the db table "_pireps", named "bonus" and "penalty" 2. added the following code to the /acars/fspax.php: $data = array( 'pilotid'=>$pilotid, 'code'=>$code, 'flightnum'=>$flightnum, 'leg'=>$leg, 'depicao'=>$depicao, 'arricao'=>$arricao, 'aircraft'=>$aircraft, 'route' => '', 'flighttime'=>$flighttime, 'landingrate'=>$_POST['TouchDownVertSpeedFt'], 'submitdate'=>'NOW()', 'load'=>$_POST['NbrPassengers'], 'fuelused'=>$fuelused, 'bonus'=>$_POST['BonusPoints'], 'penalty'=>$_POST['PenaltyPoints'], 'score'=>$score, 'source'=>'fspax', 'comment'=>$comment, 'log'=> $log); So, i suppose in every fspax pirep, the bonus and penalty values should be added. But no...when exporting a pirep, these values are not inserted in the pirep db. Any help please?
  10. Thanks Nabeel, i already have used a trick to give pilots charter ability. The missing data you say, could cause a problem to the db or the system not to work?
  11. Hi all, could we send pireps for flight IDs that do not exist? In the fspax.php (modules/acars) there is some coding where it looks if the flights exists or not. Can we modify it somehow? Thank you
  12. A separate plane for each route? unreal....
  13. Hello i would like to ask for an addon: To use the fspassengers scores (retrieve from pireps) and add a personal score for every pilot, then create a table with all current scores (just like the landing rates addon works)
  14. I would like to have this feature for my VA: Every pilot to be able to fly only from where aircrafts are located, but without any other limitation. For example, the VA could have 3 aircrafts in 3 different airports. Pilot can choose where to fly from, among these airports only. He can decide where to fly (charter) as he likes. Then, the aircraft is located at the last destination, and any pilot can use it only from there. Pilots not to be able to bid a flight or send pirep unless there is an aircraft located at their departure airport. This way the fleet is more organized and there is a way for the airline to have a realistic fleet movement (like fsairlines work) Is it possible? thanks
  15. tnick74

    kACARS_Free 1.0.0.6

    Once i tried it, i will use it from now on, it is a very good acars!!! One request plsease (i think it is easy to modify): The see flight time logged is the total time including time on ground, not the airborn time. Could i modify the php somehow to log only the airborn time? Thank you!
×
×
  • Create New...