Jump to content

tnick74

Members
  • Posts

    71
  • Joined

  • Last visited

Posts posted by tnick74

  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. 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!!

  3. 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?

  4. 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

  5. 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!

  6. I have the same problem, i exported the csv, edited it and when i try to import it again it fails. The following message is appeared fro every schedule when importing:

    Airline with code TVI,1112,EDDM,LGAV,,MED,,820.399,12:00," 14:30"," 2.3"," "," 200"," P"," 0123456"," 1" does not exist! Skipping...

    Now all existing schedules are deleted, we have a problem here!

    Any help please??

  7. Very nice addon Dave!

    I have 1 question: i read that every aircraft has to be assigned to a loop. Is it possible NOT to assign aircrafts to specific loops or routes, but use them from the last destination only to where ever a pilot want to go? (for example, a specific A320 has arrived in JFK, and a pilot should buy a ticket to JFK, and use the aircraft for a charter flight to KMIA. Then, the aircraft should only fly from KMIA to any scheduled or charter flight from there.)

    Thanks!

  8. in new 2.1.926 version

    trying to change a pilot's id, the error "invalid pilot" appears.

    I have changed the id length in local.config from 4 to 3, and trying to change my id: from 001 to 335. the "invalid pilot" appears. the same occur without changing the id length

    what i do wrong?

    • Like 1
  9. Dave,

    the news post tied to an event is a very helpful option, i suppose all VAs will use it

    the guests (when welcome) should have an opportunity to book someway (imagine, you would like to participate in a VAs event once but you are not member, you would prefer to be able to book your slot). i think name and e-mail is enough for it.

    Thanks!

×
×
  • Create New...