Jump to content

hjhjhgjgjh

Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by hjhjhgjgjh

  1. Hi guys, first of all a big thanks to everyone who tried out my scripts and also thanks to the developer of phpvms and all the other scripts. Due to my private life and because i am building up 2 major virtual airlines, i dont have the time anymore which was required by all my other projects. Most of the scripts mentioned are ready to use but the problem is, that it would take so much changes on the basic phpvms, that it needs about 2 days or more to build in most of them. I would really like to give you the code but i dont even remember anymore what i changed at the core of phpvms (I have now 2 copies running but very customized). So far i have to stop with my support and further development. Maybe in a year when i am living in Kuopio (EFKU) i might have some more time but at the moment, i sadly havent even enough time for my girlfriend. Again, you guys did a great work and i will continue checking this forum to see what changed So long, tebin
  2. its easy, the error tells you that it cannot find the file at that place. In this case weather.tpl. Check if its realy weather.tpl because i can remember, that in later versions, i renamed it to weather.php but i am not sure. If so, you can just rename that file or the link in your template
  3. i coded some pdf script for my airline and i use it for long time now. however its not easy to install and you need to change some stuff (also a good server or you get some timeout problems) contact me.: info@tebinulrich.de
  4. maybe your flights do not have a flighttime?
  5. can you also make me a screenshot of how you configured the fuel.tpl?
  6. hmm i really do not know why.. i never coded something that calls for the airline in this script.. however you have a nice fleet
  7. hmm no it shouldnt, the script is not accessing this part of the table, but just a short question. could you make a screenshot of your phpvms_aircrafts and a screenshot of how you configured the script? then i may find the problem
  8. check if you have any spaces in your aircraft names. thats not allowed
  9. hmm check all your variables and check the names of the aircrafts. maybe there is something wrong because it should always work, no matter how much airlines you have there
  10. if($schedule->aircraft == 'B737700') { $fuelflow = $fuelflowB737; <- $reserves = $reservesB737; <- those both variables have to be changed as well for example this one would be $reservesB737700 } also do not add leading zero´s like you have here: $fuelflowATR72500 = 0760 ; $fuelflowE145 = 0810 ;
  11. i see at least one mistake $reservesATR 72-500 = 2500; you cannot write variables with spaces in it. also i would recommend you to avoid using "-" in variables if possible "no aircraft performance data available" only comes when the script cannot recognize your aircraft or there is no aircraft in the file which has the same code
  12. looks like there is a > too much somewhere
  13. please post the error so i can try to figure out whats the problem
  14. almost, its possible to decide if they have to be flown on that date. if you wish (like my first customer) you can select a date but the pilot can choose if he wants to fly on that date. if he wants, he can fly a day later or two or whatever and still file it. if you choose to have it more realistic, you can only fly it on the day which is selected by dispatcher and you have +24 hours time to file it.
  15. doublepost.. see answer below
  16. addon completed, check this thread: http://forum.phpvms.net/topic/2884-dispatch-system-10/
  17. now the second link should work, i removed the login (because i forgot the password and i am too lazy to generate a new one ) if you want to see what it is and what it can do, you can also check this thread: http://forum.phpvms.net/topic/2815-dispatch-system/ /remark: you guys can play around with that demo above.. its fully working
  18. yes as i told, you have to go to "Lentäjien alue" and if you cannot login with the pilot id, try "info@tebinulrich.de" and password "demo123" without the quotes those "site under construction" areas are only for later content and do not matter at the moment
  19. module doesnt exist anymore
  20. also there are only 2 differences listed, i would like to know more about those special things you can build in
  21. jea couldnt get you yesterday, just write me when you are available.
  22. added you to skype, can do the german part
  23. I am done with the system, however i will add some days for testing it. Here is a screenshot from the pilotcenter "View my bids" As you can see, there is a row which has been added called "date". Its also possible via an inbuilt function to disable the "File pirep" link for flights which are not from today but however, show them anyway so the pilot still can access all informations for future flights. It would then look like this: here are some other pictures from the dispatch center at the same time dutyplan for a selected pilot if you want to assign routes if you want to create routes (distance and other things are calculated automatically)
  24. can be closed, found it after some time
  25. i will shortly explain what i developed and what is my problem. first of all, its the dispatch system (check addons board). this dispatch system works like a real one and includes some more tables to the database. this table includes the routes (but only depicao, arricao, id and distance). Once the dispatcher adds a route to a pilot, it will be created in the phpvms_schedules (so normally, there are all flights stored in but we dont store it there, we just keep it there as long as the flight is not yet flown) my "index" is in this case the bidid so lets for example say, we have 2 pilots, both fly the same route (just different equipment, date or what so ever) there will be 2 flights in the phpvms_schedules, not just one. the problem now is, that if the pilot goes to his bids in the pilot center, the bids will be received like for each flightnumber, show the details. what i need is "foreach bid, show the details" because the problem is, if it stays like it is at the moment and the pilot has 2 flights with same flightnumber but different equipment, it will show 2 flightbids as well but both contain the same data, because he knows there are 2 bids but catches only data once (from the first flightnumber he gets). This means, the "index" he is looking for is the flightnumber to get his details but i need it to be the bidid (because this is the only unique data i have (of course the "id" (first row) as well but i dont want to use that. i would like to stay at the bidid (my bidid is by the way not auto_increment,.. i changed it to be a date-output so every millisecond(+day+month+switchtime), the bidid will change. well its not easy to explain that and if its totally not understandable, i try again but for now, i hope thats enough wbr tebin
×
×
  • Create New...