Jump to content

tnick74

Members
  • Posts

    71
  • Joined

  • Last visited

Everything 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. 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!
  16. Yes, the only modification made is that we deleted the routes from each schedule. The rest of each line is exactly as exported.
  17. 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??
  18. Dave, How could we search for a specific flight number or a group of flight numbers? For example to type 12** and see all flights that have number from 1200 and above? Or type S*** and see all flights starting from S.
  19. 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!
  20. So you mean first to change the length in local.config.cfg and then try to change the id to 335? Should i type 335 directly or otherwise?
  21. I selected myself. The current config is: ID length "4" , and offset "0" So, i have the id 0001. I want to change to: ID length "3", offset "0" anf give myself the ID 335. How should i do this?
  22. 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?
  23. well, just tried to upgrade to 2.1.926 i uploaded the package, overwrote the files, but i cannot open the install/update.php any help please? edit: pls disregard, fixed
  24. 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...