Jump to content

polirom

Members
  • Posts

    161
  • Joined

  • Last visited

Everything posted by polirom

  1. Thanks, I put it on 50 flights I would like more if they could be eliminated
  2. Hello Excellent work. I was looking for something like that. When you get to 30 charter flights, how do you keep booking charter flights? Can not be deleted? And start again? Can not reset the counter and reset it to zero? Can not create more than 30 charter flights? for example 100
  3. It's very strange. After doing everything you tell me, the problems continue. Delete lines 27-31 and stay the same. Can you send me a link to download the installation file that you use? Like the one I have is wrong or damaged I made a new installation of phpvms, install airports, airplanes and flbook. The installation of the table fltbook.sql already works perfectly. The rest remains the same. Select the A320-01 and it is blocked for the other pilots and neither the route nor the A320-02 plane can be selected since the route is blocked. If I change this option to "false" in the local.config.php, then it works. But I think it should not be in "false" # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', false); If I change this option to "false" in the local.config.php, then it works. But I think it should not be in "false". What does not work is changing the reservation option in the administration panel. It does not matter whether you put Yes or No, you always
  4. It is in "YES" I install it several times and it always happens the same. Does not accept the change of the administration panel
  5. I have several problems installing FltbookSystem 2 Master. 1.- When I create the tables with fltbook.sql I have an error: Error consulta SQL: MySQL ha dicho: #1060 - Nombre de columna duplicado 'airline' The tables are created equally. I create the airplanes: A350MDN A350-01 A350-02 I think several more but for the example is like this When I book a route, it lets me choose between the A350-01, A350-02 I reserve the A350-01, but the plane is blocked for the other pilots. It is no longer available to anyone, even though the A350-02 is free. Erase the planes, the routes, the company. Create everything from the beginning several times and always the same with the same result. I think everything comes from the error first when creating the table, but I do not know how to solve it. Can you help me? Thank you phpvms 5.5.x
  6. where can I download the demo version. The one that you download from GITHUB does not have the option to import routes in CSV. Those menus do not come out
  7. In the administrator panel I get this message. New version 7.0.0-180423-29d206 is available! Where can I download it? In the forum I can not find the link for this download. In other versions of phpvms 7 there was an option to import routes in * .CSV format Now that disappeared. How can I import routes? Thank you
  8. Can someone put a download link for the Artic template? In Zumaweb not work several days ago
  9. To do to display two News on the main page
  10. I have a problem. When I look for a flight to book and select to search Airline and Arrival Airfield = Filter routes, I select one, and there is a menu in which I select a plane A320-01 - A320-02, this is correct. But When I look for a flight to book and select to search Airline and AIRCRAFT TYPE, here is the problem. Filter routes, selected one and next emenu not leave any aircraft to choose from. this only happens if you want to filter by plane to search routes. Can you help me? You know what could be the problem?
  11. all the steps but did not work for me. points of the route not see
  12. I have a problem with the distances between airports. Select the "Recalculate Distances" option in the menu management, but as seen in the picture, the calculations were incorrect There is much distance LEMD and EDDB = 9431 nm. With other flights I feel the same
  13. install a base airport I found here in the forum. Many airports and the web browser takes too long to load when I book a route. Where I can download a smaller base airports?
  14. no one can help me with the problem "No route passed"
  15. I'm the only one who has problems with booking flights with this template? Someone who has installed and working properly? It must be a problem of the template. With the OceanBlue template, I can book flights. Artic select the template and get the message: "No route passed"
  16. I kACARS custom. I put all steps in the post 1. But do not get the points on the route look on the map I made changes in ACARS.php //$flight->route_details = NavData::parseRoute($params); $flight->route_details = NavData::parseRouteACARS($params);
  17. If you would like to add another column of vertical modules on the right side of the web, I should do?
  18. Solved. Thank you so much. The two
  19. solved, but still not the ADD menu appear. It leaves a line that says "PirepAutoAccept / sidebar_PirepAutoAccept.tpl". Do not get the menu ADD Thanks for your help
  20. IMAGE MAP MAIN PAGE IMAGE LIVE MAP botton menu I want the image two completely fit the width of the module
  21. the problem continues /** * Pirep Auto Accept & Decline for PHPvms * For more information, visit www.baggelis.com * * Pirep Auto Accept & Decline is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.txt in the root, or visit http://creativecommons.org/licenses/by-nc-sa/3.0/ * * @author Vangelis Boulasikis * @copyright Copyright (c) 2014, Vangelis Boulasikis * @link http://www.baggelis.com * @license http://creativecommons.org/licenses/by-nc-sa/3.0/ * version released 7/5/2014 */ class PirepAcData extends Codondata { public function get_criteria() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep"; return DB::get_results($query); } static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } public static function getCriteriaById($id) { $criteria = DB::get_row('SELECT * FROM '.TABLE_PREFIX.'autopirep WHERE `id`=\''.$id.'\''); return $criteria; } public function editSettings($setting_id,$moduleenabled,$landing_rate, $send_mail_to_admin, $send_mail_to_pilot, $admin_code) { /* $sql = "UPDATE ".TABLE_PREFIX."autopirep_settings SET `landing_rate`='$landingrate', `sendmail_to_admin`='$sendmailtoadmin',`sendmail_to_pilot`='$sendmailtopilot', `admin_rejecting`=$admincode WHERE setting_id=1"; $res = DB::query($sql); if(DB::errno() != 0) return false;
  22. the problem continues change public static function by static function
×
×
  • Create New...