Jump to content

iGavB

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by iGavB

  1. Hi guys,

    Did not realise this thread was still acitve. We found that we entered a very "busy" market in terms of virtual airlines supplying the UK and Europe and the staff on board at the time were not coming up with the goods in terms of route create etc.

    Taking the learnings from our original VA we branched over into Alaska and created a VA that is centered more around the Alaskan bush with primary focus on GA aircraft routes (with a couple of heavies thrown in). In addition we had a complete staff overhaul.

    Our launch of Alaskair Virtual was very well received and we're already up to over 20 pilots.

    You're more than welcome to pay us a visit at www.alaskairvirtual.com

    Thanks

  2. Hi,

    First, absolutely brilliant module, exactly what we needed.

    Everything is working fine except, the booked/bidded flight isnt being passed through to our SmartCARS system like our normal flights do?

    They show on the booked flights etc on the website, just not in SmartCARS, so we're unable to actually fly them.

    Any ideas on what is causing this?

    AKV0001 - Gavin Browett

    www.alaskairvirtual.com

    Dont worry, appears to have fixed itself lol - parhaps some sort of delay??

  3. Hi,

    First, absolutely brilliant module, exactly what we needed.

    Everything is working fine except, the booked/bidded flight isnt being passed through to our SmartCARS system like our normal flights do?

    They show on the booked flights etc on the website, just not in SmartCARS, so we're unable to actually fly them.

    Any ideas on what is causing this?

    AKV0001 - Gavin Browett

    www.alaskairvirtual.com

  4. Hi all,

    We are experiencing issues with the registration page.

    We are using the "Lance" skin, which reading through the support forum a lot of people have multiple issues with, including the registration issue. We've fixed most of the issues so far, but cannot seem to fix this one.

    Basically, when a user tries to register, they complete the forum, pass the captcha and upon clicking the "Register" button, the page just essentially reloads itself.

    Our site is located at www.alaskairvirtual.com

    Is anyone able to assist with this one at all?

    I have seen a number of threads on this forum about this issue but no one seems to have explained how they fixed it.

    Thanks

  5. I have to agree with some of these posts, while our VA is also a 2 "monther", I ensured our website, SmartCARS, Forums etc were all running, tested and working before I posted our URL anywhere. To come on here without it just isnt a good start to your VA.

    That said however, from one fresh VA to another, I wish you the best of luck!

  6. Thank you lionwing, appreciate the support!

    I was just reading your post about your VA running for 15 years, but for some reason cannot reply on that thread.

    What a great achievement that is, I can only hope ours reaches the same longevity! The hardest bit seems to be knowing where to find the pilots lol!

    Gavin

  7. We are pleased to announce that after heavy testing of our new fleet of aircraft, pilots and integral systems, UK Horizon Airways successfully launched on March 1st 2015, as anticipated.

    Our primary hub being EGNX - East Midlands Airport, has proved valuable in its central UK location and currently allows us to serve, Iceland, Northern Ireland, Scotland, London, Austria and even Ibiza.

    Furture planning includes opening our second hub at one of the major London airports and likely Edinburgh for very short haul flights to Scottish islands and the Faroe Islands.

    We still have many staff positions open, if you're interested and have the relevant experience then please email gavinbrowett@ukhorizonairways.com (all details are contained within our forum NOTAMs page).

    Happy Flying!

    Gavin Browett

    CEO - UK Horizon Airways (VA)

  8. Hi all,

    So, I was wondering how everyone prices their passenger flights (ticket price) and fuel.

    I did a flight from East Midlands Airport to Ibiza and the fuel cost way out priced a full aircraft of passengers paying £320 per ticket, this seems a bit rediculous.

    So there must be a better calculation for it?

    I am using "0" for auto fuel prices.

    How do you guys do it to make it "virtually profitable"

  9. Ok, pretty proud of myself, I figured it out. in the /core/templates/schedule_results.tpl you have to // out the below lines and it shows them again:

    /*

    This will skip over a schedule if it's been bid on

    This only runs if the below setting is enabled

    If you don't want it to skip, then comment out

    this code below by adding // in front of each

    line until the END DISABLE SCHEDULE comment below

    If you do that, and want to show some text when

    it's been bid on, see the comment below

    */

    if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0)

    {

    continue;

    }

    /* END DISABLE SCHEDULE ON BID */

  10. This is my entire schedule_briefing.tpl right now (and yes the charts is the main thing for me)

    <h3>Flight Briefing</h3>
    <script src="[url="http://skyvector.com/linkchart.js%22></script>"]http://skyvector.com...t.js"></script>[/url]
    <table width="98%" align="center" cellpadding="4">
    <!-- Flight ID -->
    <tr style="background-color: #333; color: #FFF;">
    <td colspan="2">Flight</td>
    </tr>
    <tr>
    <td colspan="2">
    <?php echo $schedule->code.$schedule->flightnum; ?>
    </td>
    </tr>
    
    <tr  style="background-color: #333; color: #FFF;">
    <td>Departure</td>
    <td>Arrival</td>
    </tr>
    
    <tr>
    <td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />
    <a href="[url="http://ourairports.mobi/airports/<?php"]http://ourairports.m.../airports/<?php[/url] echo $schedule->depicao?>/notams.html"
    target="_blank">Click to view NOTAMS</a>
    </td>
    <td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />
    <a href="[url="http://ourairports.mobi/airports/<?php"]http://ourairports.m.../airports/<?php[/url] echo $schedule->arricao?>notams.html"
    target="_blank">Click to view NOTAMS</a></td>
    </tr>
    
    <!-- Times Row -->
    <tr style="background-color: #333; color: #FFF;">
    <td>Departure Time</td>
    <td>Arrival Time</td>
    </tr>
    <tr>
    <td width="50%" ><?php echo "{$schedule->deptime}"; ?></td>
    <td width="50%" ><?php echo "{$schedule->arrtime}"; ?></td>
    </tr>
    
    <!-- Aircraft and Distance Row -->
    <tr style="background-color: #333; color: #FFF;">
    <td>Aircraft</td>
    <td>Distance</td>
    </tr>
    <tr>
    <td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
    <td width="50%" ><?php echo "{$schedule->distance}"; ?></td>
    </tr>
    
    <tr style="background-color: #333; color: #FFF;">
    <td>Departure METAR</td>
    <td>Arrival METAR</td>
    </tr>
    <tr>
    <td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br />
    <a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->depicao?>/weather" target="_blank">
    View Weather Details</a>
    </td>
    <td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br />
    <a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->arricao?>/weather" target="_blank">
    View Weather Details</a></td>
    </tr>
    
    <!-- Route -->
    <tr style="background-color: #333; color: #FFF;">
    <td colspan="2">Route</td>
    </tr>
    <tr>
    <td colspan="2">
    <?php
    # If it's empty, insert some blank lines
    if($schedule->route == '')
    {
    echo '<br /> <br /> <br />';
    }
    else
    {
    echo strtoupper($schedule->route);
    }
    ?>
    </td>
    </tr>
    
    <!-- Notes -->
    <tr style="background-color: #333; color: #FFF;">
    <td colspan="2">Notes</td>
    </tr>
    <tr>
    <td colspan="2" style="padding: 6px;">
    <?php
    # If it's empty, insert some blank lines
    if($schedule->notes == '')
    {
    echo '<br /> <br /> <br />';
    }
    else
    {
    echo "{$schedule->notes}";
    }
    ?>
    </td>
    </tr>
    
    
    </table>
    
    <table width="98%" align="center" padding="2">
    <tr style="background-color: #333; color: #FFF; padding: 5px;">
    <td>Additional Data</td>
    </tr>
    <tr>
    <td><a href="[url="http://flightaware.com/analysis/route.rvt?origin=<?php"]http://flightaware.c...vt?origin=<?php[/url] echo $schedule->depicao?>&destination=<?php echo $schedule->arricao?>">View recent IFR Routes data</a></td>
    </tr>
    </table>
    
    <h3>Procedures and Information</h3>
    <table width="98%" align="center">
    
    <tr style="background-color: #333; color: #FFF;">
    <td>Charts for <?php echo $schedule->depicao?></td>
    <td>Charts for <?php echo $schedule->arricao?></td>
    </tr>
    <tr align="center">
    <td width="50%" valign="top">
    <a href="[url="http://www.airnav.com/airport/<?php"]http://www.airnav.com/airport/<?php[/url] echo $schedule->depicao?>#ifr" target="_blank">
    <img border="0" src="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->depicao?>/APD/AIRPORT+DIAGRAM/png"
    width="387px" height="594px" alt="No chart available" /></a>
    </td>
    <td width="50%" valign="top">
    <a href="[url="http://www.airnav.com/airport/<?php"]http://www.airnav.com/airport/<?php[/url] echo $schedule->arricao?>#ifr" target="_blank">
    <img border="0" src="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->arricao?>/APD/AIRPORT+DIAGRAM/png"
    width="387px" height="594px" alt="No chart available" /></a>
    </td>
    
    </tr>
    </table>
    
    <h3>Weather</h3>
    <div align="center">
    <p><img src="[url="http://flightaware.com/resources/wx/us_depiction.gif"]http://flightaware.c..._depiction.gif"[/url] /></p>
    <p><img src="[url="http://flightaware.com/resources/wx/surface_analysis.gif"]http://flightaware.c...e_analysis.gif"[/url] /></p>
    <p><img src="[url="http://flightaware.com/resources/wx/national_radar.gif"]http://flightaware.c...onal_radar.gif"[/url] /></p>
    <p><img src="[url="http://flightaware.com/resources/wx/us_high_level_weather_12z.gif"]http://flightaware.c...eather_12z.gif"[/url] /></p>
    <p><img src="[url="http://flightaware.com/resources/wx/severe_outlook_day_1.gif"]http://flightaware.c...look_day_1.gif"[/url] /></p>
    <a href="[url="http://flightaware.com/resources/weather_maps/"]http://flightaware.c.../weather_maps/"[/url] target="_blank">View additional weather graphs</a>
    </div>
    <div align="right" style="font-size: small;">Data Courtesy of <a href="[url="http://flightaware.com"]http://flightaware.com"[/url] target="_new">FlightAware</a></div>
    <br />

×
×
  • Create New...