Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. For some reason, i can't see the image.
  2. David and joeri, i can help you if you need me. I have plenty of time available, just drop me a pm.
  3. Thank you very very very very much! I changed 'by' to 'addedby' and everything worked!! Having sent almost more than four hours today just for this. -_-
  4. If i omit it, the result is the same. On the other INSERT queries i do this with the same way and everything is OK.
  5. It is correct. It means Flight Scheduling System.
  6. Hello All, I hope you are fine . I am trying to create a new module for my virtual airline but i have stuck in something(i think very silly). More than three hours have passed but i can't find anything. For some reason it does not send the data to the database. Can you find the problem? public function assign_checkride() { $this->set('pilots', AcademyData::get_pilots()); $this->set('exams', AcademyData::get_exams()); $this->render('academy/checkride_assign.tpl'); } public function checkride_theory_assign() { $ret = AcademyData::theory_checkride_assign($this->post->examid, $this->post->pilotid, $this->post->by, $this->post->at); $this->set('message', 'Added'); $this->render('core_success.tpl'); } public function theory_checkride_assign($examid, $pilotid, $by, $at) { $examid = DB::escape($examid); $pilotid = DB::escape($pilotid); $by = DB::escape($by); $at = DB::escape($at); $sql="INSERT INTO phpvms_fssexams_available (id, examid, pilotid, by, at) VALUES ('', '$examid', '$pilotid', '$by', '$at')"; DB::query($sql); } <h3>Assign Theory Checkride to a Trainee</h3> <center><form id="form" action="<?php echo adminaction('/academy/checkride_theory_assign/'); ?>" method="post"> <table width="60%" border="0"> <tr> <td>Trainee:</td> <td><select name="pilotid"> <?php foreach($pilots as $plt) { ?> <option value="<?php echo $plt->pilotid; ?>"><?php echo $plt->lastname; ?></option> <?php } ?> </select></td> </tr> <tr> <td>Checkride Type:</td> <td><select name="examid"> <?php foreach($exams as $exm) { ?> <option value="<?php echo $exm->id; ?>"><?php echo $exm->exam_description; ?></option> <?php } ?> </select></td> </tr> <tr> <td colspan="2"><center><input type="submit" name="submit" value="Submit This Material" /></center></td> </tr> </table> </form></center> <br /> Another eye is always helpful .
  7. If you are interested, please send me an email in order to see if i can do it.
  8. David, i think that it has been stated quite a lot in the past but, are you able to add time restrictions on the exam system like the entrance exam module?
  9. Hello to all of you, Have you ever though of joining a Virtual Airline Alliance? Why did you joined it or why not? What kind of (dis)advantages do you believe that there are? We are thinking of joining a va alliance but we want to know more about how they generally work... Servetas
  10. This is also a kind of support. In a lot of modules of mine i have made a lot of customizations inside them for free but via the support system of Simpilotgroup. I'm sure that David will try to help him...
  11. Yes, but using smartCARS does not differentiate from any other virtual airline... That is the case.
  12. I do aggre with Strider. We (in Greece Airways Virtual) have fully customized our custom kacars and if anyone see (1 & 2) it, he won't understand that this is a custom kacars. Of courser, Jeffrey's support was great and he tried to do his best in order to built it. Of course we have to pay more but the result worth it!
  13. On 14th of Febuary 2013: And on 20th of March 2013:
  14. Do not request support via the forums for the Simpilotgroup's payware modules. Use the Simpilotgroup support system and i think that David will do his best in order to help you! Ref: http://forum.phpvms.net/topic/6228-simpilotgroup-payware-module-support/
  15. Personally, i would not buy any module-software whose developer spams in order to advertise his product. We have already received two emails about it and we have answered in all of them...
  16. Are you sure about that? Check your database. It must have changed correctly but unfortunately it does not autoselect the correct value. Try to change the group to the one you want and then make a fake registration. What happens?
  17. Let me say that in reality his va has exactly 57086 flights (based on its finances). Nevermind, you are just more than 13000 flights out .
  18. Is this a tour calendar or an event calendar?
  19. Can you tell us your website url? Are you able to file your pirep manually?
  20. Yes but they are readble without the need to zoom in
  21. Go to core/modules/ACARS/fspax.php and find lines 137 and 159.
  22. Sorry for saying that to you but we are not obliged to help you and offer support in anything.
  23. Unfortunately, i haven't seen any post where we can show our cockpit sets. So, let me start... It consists of two displays, the Siatek Pro Flight Yoke System, a Samsung Galaxy Tab II 10,1" as an FMC (using a specific application), two keyboards and one kneeboard which can be laced on my foot in order to help me write down the notes i want during my flight.
×
×
  • Create New...