Jump to content

vcal

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by vcal

  1. After hacks and server issues, we are back.

    The Golden Lion is recruiting pilots to fly and route test.

    We don't limit the airframe you can fly.

    We use kAcars for tracking and are having a redesign of the livery.

    We are currently using Boeing 737-800, 757-300, 777-300ER and the 787-8 is on order.

    Also on fleet is Airbus 321-200 and 330-300 with the 350-900 on order.

    You must fly at least 1 flight per month and be using kAcars.

    http://www.vcal.org.uk

  2. This option would be great with the aircraft and selection boxes, similar to day select boxes.

    Someone could create the route and check say B737, B757, A320 as viable assets to be used on this route.

    This would be so much easier than creating multiples of the same route for different frames.

    I didn't even know multiples of the same route was possible.

    • Like 2
  3. I had this error yet again and below is what I changed to stop it. kAcars now logs in to my site.

    Change this part of the module

    $postText = file_get_contents('php://input');

    $encoding = mb_detect_encoding($postText);

    $rec_xml = trim(iconv($encoding, "UTF-8", $postText));

    $xml = simplexml_load_string($rec_xml);

    to this

    $postText = file_get_contents('php://input');

    //$encoding = mb_detect_encoding($postText);

    //$rec_xml = trim(iconv($encoding, "UTF-8", $postText));

    //$xml = simplexml_load_string($rec_xml);

    $xml = simplexml_load_string($postText);

×
×
  • Create New...