Jump to content

airmermaid

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by airmermaid

  1. Hi all I tried to help him but no luck. Here what happens. When I log in the admin panel I see the flights there. I even created a flight EDDM - EHAM with nuber 9999. But when I go to pilot center I don't see any flights at all. When I try to call for the flight via xACARS it shows but as I couldn't add any bid, xACARS won't let me start recording. It is quite weird. Maybe some coding guru can help. Cheers, Arslan
  2. Check also your schedules and aircraft if they are made correctly. I am also a beginner with phpVMS , and don't worry it is a helpful community
  3. Thanks Roger, I will give it a try tomorrow. Cheers, Arslan PS. I like your ICAO code, the team of my hometown
  4. Download xACARS config from your Pilot Center and put it into the xACARS installation folder. You might also want to try kACARS. Cheers, Arslan
  5. Thanks Tom. I must remember using the full edit mode instead of fast reply
  6. I just would like to ask if this topic can be marked as SOLVED. I don't know how to do that. Cheers,
  7. Hmm. We use same name different flight number. But I think later I will change the freighter codes to something else. Thank you.
  8. Ahh finally Then I have to remove that Total Pax thingy from my main page. Cheers,
  9. I think it somehow takes into account my cargo flights as pax too
  10. Told you, I was doing something weird. Thanks guys. But it still is the same
  11. This is the part of Total Pax Carried (which I deleted) <tt>Total Passengers Carried: </tt><?php echo StatsData::TotalPaxCarried(); ?><br /> For the cargo thingy I will pass as I don't know this coding stuff and don't want to mess with SQL
  12. Hello In my statistics on main page I have tried to add a "totat passengers carried" field. To my surprise the number shown was unbelieveable. According to it my airline has carried around 104000 passengers with only 27 flights. Which makes around 3800 persons per flight. I took the data from .../core/common/StatsData.class.php (field is TotalPaxCarried). Am I looking at wrong place for that data? I also would like to know if there's a way to add Total Cargo Carried because my airline has a cargo section too. Cheers, Arslan
  13. With my limited ability I had gone only that far. The idea was to refresh the live board only
  14. Hi all, I am trying to improve my ugly flightboard and I'd like to add a field with arrival info such as "on time", "delay", "early". As I am using kACARS for flight logging I have looked into the config file and found out a certain "FLIGHTTIME" entry which I think is my real flight time logged by client. Now the problem is, how to make a code to control/compare the flight time recorded by kACARS with the one I have set in my schedules so that let's say if the compared time is (+) / (-) 5 minutes it will tell "ON TIME", if more than 5 minutes it will tell "DELAY" or if less than 5 minutes it will tell "EARLY". Can anyone help me with this? Cheers, Arslan PS. For anyone willing to help me... I am just a translator and photographer and my knowledge about this coding stuff is slightly over zero
  15. I don't know anything about this coding stuff but I think I have managed to make one using/modifying the ones found in this forum. currentflt.zip
  16. Ok thank you Tom. In that case I will have to wait for about 30 minutes as I had changed the timeout to that value. Cheers,
  17. Hi, Maybe my search abilities are limited and I couldn't find an answer... Is there a possibility to cancel a flight which is currently in progress? I will try to explain the problem. I have started my flight logging with kACARS (I only use kACARS), during climb I had a blue screen (my HD tricked me) and had to reset the PC. As I didn't (or better couldn't) end kACARS properly, my flight is still in progress. Cheers,
  18. Hi, My VA has also a small cargo division which carries illegal stuff . Because of this we can't have sceduled cargo flights... I'd like to know if the "Load" section when charter selected can reccognize weight instead of pax number. Cheers,
  19. a question. What unit is used (kg, lb, liter etc.. )???
  20. Hi Thanks all and Jeffrey. I knew I was missing something (lack of reading). All OK now with latest kACARS. Thanks again. Cheers, Arslan PS. I don't know how but is it possible mark this topic [sOLVED]
  21. Tom thanks, I already did what you have suggested. The problem is, ACARS program (kACARS) assigns passengers according to that aircraft. If I put all my a/c as A332 it will assign 250 pax even if I fly A320 or B737. Vice versa if I assing all as B737 then my A332 have only 180 pax. I am just a complete coding illiterate so I might be wrong but I think if there was a possibility to make the code look for the type instead of registration, the problem would have been solved. Cheers, Arslan
  22. Thanks Eddie but that is what I am trying to avoid because I have 20 aircraft and 50+ routes, which would mean 50 x 20 = 1000 routes to insert
  23. Hi, I am new to phpvms and trying to do some flights with my "one man show" airline. All I would like to know if it is possible to assign multiple aircraft for a route, or at least type of aircraft instead of registrations. Let's say I have 5 A321 and 3 B738, which makes 8 registrations = 8 times inserting a route. Instead if it is possible to make it by type I would only need to enter the same route 2 times. I have tried to search the forum for a solution but no luck at all Thanks Arslan
×
×
  • Create New...