Jump to content

michael Kraan

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by michael Kraan

  1. I have found 2 erros in my error log: [29-Jan-2014 21:00:29 Europe/London] PHP Warning: Division by zero in /home/flyairli/public_html/core/modules/ACARS/ACARS.php on line 85 [29-Jan-2014 21:00:29 Europe/London] PHP Warning: Division by zero in /home/flyairli/public_html/core/modules/ACARS/ACARS.php on line 94 This is line 85: $percomplete = ABS(number_format(((($totaldistance - $flight->distremain) / $totaldistance) * 100 ), 2)); and This is line 94: $percomplete = ABS(number_format(((($totaldistance - $flight->distremain) / $totaldistance) * 100), 2)); i hope there is a fix for that, i get this error every 5 seconds in the error_log
  2. i think so, but i don't know what. what can be the problem than?
  3. have anyone an idea how i can fix it?
  4. yes that is working! thanks simpilot, you can delete it!
  5. i have do that, but i have the same problem. and i have that not only by events module but also by plugin manager, Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/header.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/uploaded.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/footer.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 The other modules on my site working good. only this 2 not
  6. when i install the event module, and when i push in the admin-center on events then i get this error message: Notice: The template file "/home/flyairli/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 I hope that there is a fix
  7. I have a small problem, on the live map, sometimes i can see not a line, see the picture: How can i fix that?
  8. that is a good question, have any one here a answer for?
  9. Hello everyone, i looking for a code that, the pilot and me can see how many schedules have flow for a airliner, i have a several airliners, and nobody can see how much he fly for a airliner. i hope for this code: in the pilot center and in the profile, that the pilot can see how many schedules has flown for a airliner, Michael
  10. you can now buy it. the site is now Online!
  11. parkho, The code is not working he say error on this line: $qry =" SELECT count(pilotid) AS total FROM phpvms_pireps WHERE pilotid='$pilotid' AND code='$code'"); but my database is good. = phpvms_pireps Hope you can help
  12. I have a question, is it possible that the pilot must enter the flight time when a pilot create a schedules? so yes what is the code for that? Friendly greets, Michael
  13. Hi Parko i have a question, when i now on my last location and i search for a new flight, than i see all the flights from the airport. is it possible that the people can search on departure too? example when i search on departure airport that i see only the airports by arrivals where a schedule for is from the departure airport. Let me know!
  14. i have a question, when is it done? that pilots can buy a charter plane?
  15. yes it works good! but why don't work my code:<?php MainController::Run('Pfinance') ;?> than i now it for the next time
  16. Hi, I hope that you can help me, I want this in my profile (pilot center) but when i try this code: <?php MainController::Run('Pfinance') ;?> i see nothing, Michael
  17. No its not kacars. but the live map from PHPVMS.
  18. i have that. and it not sending to my live map.
  19. Hello, my idea: when i fill a route in Kacars, then when i fly that i can see the route in the live map? now is it 1 straight line. can anyone help me?
  20. i dont know where i can put that code, i know in the schedules_results.tpl. But and than? I hop that you can help? $today = date("Y-m-d"); if($route->lastflown == $today) { .................. }
  21. Hello, I would like to have a new logo for my airliner.only I have no idea how and what.I been busy with photoshop, but always came to the desired result. I hope someone wants to make a logo for me. of course I pay for!
  22. Hi, i have a question, is it possible that when a pilot make en charter that the charter will be create in de airliner "charter?" and not in the main airliner? i think that i must change this code? $charter = Auth::$userinfo->code;Greets Michael Kraan
  23. i don't know, how i can make that:(
  24. Hi everyone, I have a question, look at this link: http://www.phpvms.net/changelog.htm than you see that the last update status is: Oct 23, 2009 come there new version? (maybe in the future? is there something known about?) Michael
×
×
  • Create New...