Jump to content

md82

Members
  • Posts

    57
  • Joined

  • Last visited

Posts posted by md82

  1. Is it possible to have bids on scheduled routes enabled for one airline and disabled for another airline ? I want my main airline to utilize flight bidding, and the other have the routes to be flown unlimited.

    # If someone places a bid, whether to disable that or not

    Config::Set('DISABLE_SCHED_ON_BID', true);

    Config::Set('DISABLE_BIDS_ON_BID', false);

    thanks !

  2. <dt>Pilot flown with:</dt>

    <dd>

    <select name="code" id="code">

    <option value="">Select Pilot Code</option>

    <?php

    foreach($allpilots as $pilot)

    {

    $sel = ($_POST['code'] == $pilot->code || $bid->pilotid == $pilot->pilotid)?'selected':'';

    echo '<option value="'.$pilot->id.'" '.$sel.'>'.$pilot->code.' - '.$pilot->pilotid.'</option>';

    }

    ?>

    </select>

    </dd>

    attempting a custom dropdown pirep field that loads the pilot numbers example: AAY-1234

    I get the dropdown but its not loading any pilot codes, and gives me an error at the top of the page..

    thanks

  3. I've noticed the table lists the planes in order by their registration.

    Example:

    MD87 MD-87 N214AM 0 0 130 10000 0

    MD88 MD-88 N401NV 0 0 150 15000 0

    MD88 MD-88 N402NV 0 0 150 15000 0

    MD88 MD-88 N403NV 0 0 150 15000 0

    MD88 MD-88 N404NV 0 0 150 15000 0

    MD83 MD-83 N405NV 0 0 150 15000 0

    MD82 MD-82 N406NV 0 0 150 15000 0

    MD82 MD-82 N407NV 0 0 150 15000 0

    MD82 MD-82 N408NV 0 0 150 15000 0

    How do we set it so that it lists in order by aircraft type ?

    MD82 MD-82 N406NV 0 0 150 15000 0

    MD82 MD-82 N407NV 0 0 150 15000 0

    MD82 MD-82 N408NV 0 0 150 15000 0

    MD83 MD-83 N405NV 0 0 150 15000 0

    MD87 MD-87 N214AM 0 0 130 10000 0

    MD88 MD-88 N401NV 0 0 150 15000 0

    MD88 MD-88 N402NV 0 0 150 15000 0

    MD88 MD-88 N403NV 0 0 150 15000 0

    MD88 MD-88 N404NV 0 0 150 15000 0

  4. I tried those suggestions but:

    problem is not limited to xacars. fsacars and kacars give me errors too.

    kacars:

    invalid URI: The format of the URI could not be determined

    Data not received

    Switch=verify

    I've had a friend testing also with no luck..

    allegiantvirtual.com

×
×
  • Create New...