Jump to content

airmermaid

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by airmermaid

  1. Hi I have somehow managed to do what I wanted. For now I am able to check if the flight is "on time" ( - + 15 minutes), "early" ( < 15 minutes), "delayed" (> 15 minutes) or "not scheduled" (any flights other than P type). But my version needs an additional column (a flight time column) in schedules database which should be entered as "time" directly into the database. What I would like to know if it is possible to integrate this column in the admin panel or change the Flight Time entry to be able to enter it as "time" instead of "float". Cheers, Arslan
  2. First of all you should have those a/c in your fleet. I however have once noticed that a former pilot of mine was flying a different a/c (I mean the type let's say B737 instead of A320) and later he told me that he has chosen B737 from kACARS menu but flew the A320. kACARS lets you to fly charters which is similar what you have asked. Tell your pilots to use a different flight number so that you can understand that the flight is a non scheduled one so that when they file a PIREP you can go and edit the price etc. before approving.
  3. Waleed, I have posted a flightboard in the forum. There are PNG images attached to that. Simply change those mine with dot images which you can find by googling. For colors you can look at this website ---> http://www.somacon.com/p142.php This site --> http://www.w3schools.com/default.asp has plenty of great information almos about anything. And I agree with James. The orange font (especially on white background) is really hard to read.
  4. I am not good with PHP (actually any non spoken languages) either Anyway I am attaching the link for the files for you Flightboard & Acarsmap Cheers, Arslan
  5. for a/c name <?php echo $flight->aircraftname;?> for REGO <?php echo $flight->registration;?> I use both name and reg in one column <?php echo $flight->aircraftname;?> <?php echo $flight->registration;?> ACARSMAP <td><%=flight.aircraftname%>  <%=flight.aircraft%></td>
  6. Ok. Greetings from other side of the Aegean
  7. Geia I can try doing it for A320 but I need the template. If you are using LevelD the textures for 767 would be useful. If the 737s are PMDG then it is also ok the -700 or -900 (if you have the full fuse psd file it is better. contact me from technik [at] airmermaid [dot] com
  8. I think they no longer need it. I didn't receive any reply to my mail.
  9. Which version? If you are using the application 1.0.0.9 and the module 1.0.0.9, try renaming the module as kACARS_Free.php instead of kACARS_Free Module - v1.0.0.9.php. The module should go into your website installation under "....core\modules"
  10. Try changing foreach($results as $row) with foreach($results as $flight) And also all "$row"s wih "$flight".
  11. In my version the above code is like this This shows the type and a/c registration.
  12. OK folks. Thanks for the answers. I will refer it to my friend
  13. Well, it is not for me but for another airline which has strict rules. I think they first want to check the pilot via Vatsim and then approve. For my airline I don't mind that. Actually I just let them stay in pilot roster for a month. If they don't fly I delete them
  14. Hi, Maybe the answer is in this forum but I couldn't find anything via search (my bad searching abitilty). Anyway, I'd like to know if there is a way to restrict phpvms to assign a pilot number before he/she is approved by admin? Cheers, Arslan
  15. Happened to me before. By default the map timeout is 720 minutes. You can reduce that value.
  16. Hi Michael, This is the quick stats at the frontpage. As flighttype P and H are seperately inserted in the database but they are both referring to number of pax I simply wanted to show total pax number flown (both charter and scheduled).
  17. It is in your SQL database when you enter there with phpMyAdmin you'll see the entry phpvms_aircraft When you choose export it will ask the file type for exporting (at least mine does). Or use this one and upload it to your database via myadmin (same as above)phpvms_aircraft.csv (right click and save then edit with excel or something similar).
  18. I am not sure but maybe you can download the fleet table as CSV from your database, add other aircraft there and then reupload it.
  19. Hi all, I have a question regarding statistics. With the help of Michael I was able to get Pax and Cargo shown seperately. The code was : Now I am trying to make something different (as usual I can't ). In my very simple logic I get total Pax Scheduled flights with the code above, then I get total Pax Charter changing flighttype as "H". Now the confusing part (for me) comes; how do I sum both to get total pax carried? Total Pax Carried = Total Pax Scheduled + Total Pax Charter What I have done was (OK don't laugh...kidding.. you can laugh as loud as you can ) Cheers, Arslan
  20. The tt part is only for text which for my poor eyes more readable
  21. I think it is because the name of the database in your VA is not "phpvms_pireps" but something else. Try calling it with the exact name. In my VA it is "phpvms_CEOpireps"
  22. Hi, In my site I have put it inside frontpage_main.tpl under sidebar entry where you also have Newest Pilots and such. This is the full code I am currently using. Hope it helps.
  23. Hi, Me again with another problem (as you know it most prolly be me not the scrips ). Anyway, when I fly a cargo flight (I double checked and it appears as "Cargo Flight" in schedules) and at the end when I send the pirep in my database it is always registered as "P". After each flight I have to go into my database and set it manually to "C", for cargo operations. For charter I don't mind this but same thing happens also with "H" type. some info; ACARS : kACARS Flight code : MER (for pax, cargo and charter) Cheers, Arslan
  24. Hi Nabeel, For pax I used the exact code Michael sent. For cargo instead I have modified it as
×
×
  • Create New...