Jump to content

OmerAslan

Members
  • Posts

    288
  • Joined

  • Last visited

Everything posted by OmerAslan

  1. Hi Parkho, Thanks for answering. This is more than i can do. I will add high res. picture. Will be more easy and look good. Thanks again.
  2. Hi, body { background: url(images/mainbg.jpg) repeat-x 0 0 #fff; color: #171717; font-family: "segoe ui", tahoma, arial, helvetica, clean, sans-serif; font-size: 12px; margin: 0; padding: 0; } i want to add one short video from my own server instead of mainbg.jpg. So, how should i have to change the code above. Thanks. Best Regards, Omer ASLAN
  3. Code is working thanks my friend. I am using smartcars2 so i will skip about that part.
  4. There is a list whom fly under acars map and i want to add which platform they are flying, like Ivao or Vatsim or Offline. How can i add this option? And also if they paused the sim also i like to show in the same list. Is it possible? Thanks, Omer ASLAN
  5. Hi, When i search a flight says ''No routes have been found!'' Any idea please?
  6. Hi i don't have them in my database. How can i run the database tables installation?
  7. Go to Cpanel, software section, select php version menu will be there...
  8. Ok. I checked all and it's look normal. Then i changed PHP version from 5.5 to 5.6 and now working... Is this normal?
  9. This is what i get; Fatal error: Class 'mysqli' not found in /home/pilotomeraslan/public_html/a/core/classes/ezdb/ezdb_mysqli.class.php on line 101 i can not open my website http://a.aalvirtual.com
  10. Page opens much faster but i got this on main page Strict Standards: Non-static method FrontSchedulesData::findaircrafttypes() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/FrontSchedules/FrontSchedules.php on line 26 Strict Standards: Non-static method FrontSchedulesData::findcountries() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/FrontSchedules/FrontSchedules.php on line 27 and when i search any schedule, no any find and gives this error Strict Standards: Non-static method FrontSchedulesData::findschedule() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/FrontSchedules/FrontSchedules.php on line 64 No routes have been found!
  11. Is this what you are talking about? http://forum.phpvms.net/topic/2197-schedule-search-airline-aircraft-arrival-departure
  12. Thanks, this is something more than i can manage. There is no other way? More easy
  13. Hello, We are simulating many airlines. We already have over 3500 routes and will go over 6000 soon. When we click to View Flight Schedules, shows all the flights same time and it takes a long time. Is it possible to change this setting to different? Like, when we click to View Flight Schedules only shows one airline schedule or some other way? Thanks.
  14. It's working my friend. Thanks
  15. Hi my friend. Ä° changed it. Still haave same problem. But pirep comes to us. So not a big deal i guess. But today when i go to pilot center to view flight schedules i got this Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7061504 bytes) in /home/pilotomeraslan/public_html/a/lib/skins/crystal/layout.php on line 110 and i can not see any schedules.
  16. Hi, Also i want to change two more links same way please, If anyone using Airmail i changed all the links only Move message to : when i move any message from folder to folder and Create New Folder : when i create new folder when i click save new folder button move_message.php <?php //AIRMail3 //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creativecommons.org/licenses/by-nc-sa/3.0/ // //@author David Clark (simpilot) //@copyright Copyright (c) 2009-2011, David Clark //@license http://creativecommons.org/licenses/by-nc-sa/3.0/ ?> <form action="http://www.crew.aalvirtual.com/index.php/Mail" method="post" enctype="multipart/form-data"> <table width="100%" cellspacing="1" cellpadding="5" border="1"> <tr> <td colspan="2" align="center"><b>Create New Message folder for <?php echo (Auth::$userinfo->firstname.' '.Auth::$userinfo->lastname.' '.$pilotcode); ?></b></td> </tr> <tr> <td colspan="2" align="center"><b>New Folder Name:<input type="text" name="folder_title"></b></td> </tr> <tr> <td colspan="2" align="center"> <input type="hidden" name="action" value="savefolder" /> <input type="submit" value="Save New Folder"> </td> </tr> <tr> <td align="center" colspan="2"><b><font size="1.5px">| AIRmail3 © 2011 | <a href="http://www.simpilotgroup.com">simpilotgroup.com</a> |</font></b></td> </tr> </table> </form> mail_newfolder.php <?php //AIRMail3 //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creativecommons.org/licenses/by-nc-sa/3.0/ // //@author David Clark (simpilot) //@copyright Copyright (c) 2009-2011, David Clark //@license http://creativecommons.org/licenses/by-nc-sa/3.0/ ?> <form action="http://www.crew.aalvirtual.com/index.php/Mail" method="post" enctype="multipart/form-data"> <center> <b>Move Message To:</b> <select name="folder"> <option value="0">AIRMail Inbox</option> <?php if(isset($folders)) {foreach ($folders as $folder) {echo '<option value="'.$folder->id.'">'.$folder->folder_title.'</option>';} }?> </select> <input type="hidden" name="mail_id" value="<?php echo $mail_id ?>" /> <input type="hidden" name="cur_folder" value="<?php echo $data->reciever_folder ?>" /> <input type="hidden" name="action" value="move" /> <input type="submit" value="Move" /> </center> </form> <center> <b><font size="1.5px">| AIRmail3 © 2011 | <a href="http://www.simpilotgroup.com">simpilotgroup.com</a> |</font></b> </center>
  17. OmerAslan

    Error

    Hello, When i fill a pirep manually i get this error, Strict Standards: Non-static method CodonEvent::hasStop() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/baw/core/modules/PIREPS/PIREPS.php on line 478 How can i fix it? Thanks...
  18. Hello, I see 2 pilots can bid same flight. Can i change this setting?
  19. Hello, Admin center when i want to add aircraft, the list is empty. I can not see any aircraft. How can i fix this please?
  20. Ok my friend. I understand now. Thanks.
  21. Hello, i download this module. But it shows each item twice. See the picture please. http://prnt.sc/b82veb Thanks
×
×
  • Create New...