Jump to content

Harryh

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Harryh

  1. Ii have added the owner fields, it is not standard. But I want to know where to add the coding that actually write to the database?

    Okay, if you navigate to you PHPVMS Main folder and then go into Admin -> templates -> Then Open the .tpl file called "ops_aircraftform.tpl" and open it in your PHP editor (: In my case im using Dreamweaver MX, You should then find the form you are looking for ! (Image Attached) before i do this for you, did you enter the new field in the "_aircraft" table ?

    post-679-089949200 1308321909_thumb.jpg

  2. Hi Austin

    Thanks for the response! I'm quite new to phpVMS, exactly where is the 'Delete Multiple Routes' box?

    Gene

    Hi i just had a go on my PHPVMS Admin panel I added two different aircraft created one schedule and then tried to add the same schedule but with a different aircraft. I did not find a check box with "Delete Multiple Routes" . I will do some more digging and get back to you soon (:

  3. As the BAe 146 Virtual Pilots Association is entirely devoted to the BAe 146. We have realized the 146 has been operated by a massive range of airlines. However instead of adding every airline into the PHPVMS database i would like pilots to be able to simply put their airline flown in the "Comments/remarks" field in KAcars or which ever logging system they prefer. On my home page i currently have a Latest Flights board (an image has been attached to the post). I would like it to display the airline they have flown by gathering what they have put in the "comments/Remarks" field of their flight. for example i may fly from EGBB to LFPG with British Airways, so i would put in the "comments/remarks" field either "British Airways" "BA" or "BAW" which ever is easier. With this i would like to display the airline logo on the latest flight board is this possible ?

    P.S here is the code for my latest flights board

    <p>

    <?php

    $count = 5;

    $pireps = PIREPData::getRecentReportsByCount($count);

    ?>

    <table width="820" bordercolor="#359CD7">

    <thead>

    <tr bordercolor="#359CD7">

    <th width="113"><div align="left">Flight Num </div></th>

    <th width="76"><div align="left">Departure</div></th>

    <th width="81"><div align="left">Arrival</div></th>

    <th width="82"><div align="left">Duration</div></th>

    <th width="168"><div align="left">Pilot</div></th>

    <th width="272"><div align="left">Landing Rate ft/pm</div></th>

    </tr>

    </thead>

    <tbody>

    <?php

    if(count($pireps) > 0)

    {

    foreach ($pireps as $pirep)

    {

    $pilotinfo = PilotData::getPilotData($pirep->pilotid);

    $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid);

    echo '<tr>';

    echo '<td>'.$pirep->code.$pirep->flightnum.'</td>';

    echo '<td>'.$pirep->depicao.'</td>';

    echo '<td>'.$pirep->arricao.'</td>';

    echo '<td>'.$pirep->flighttime.'</td>';

    echo '<td>'.$pilotid.' '.$pilotinfo->firstname.' '.$pilotinfo->lastname.'</td>';

    echo '<td>'.$pirep->landingrate.'</td>';

    echo '</tr>';

    }

    }

    else

    {

    echo '<tr><td>There are no recent flights!</td></tr>';

    }

    ?>

    </tbody>

    </table>

    <!-- Above link back must stay with the tab panel. -->

    <!-- JavaScript should not be modified. -->

    <script type="text/javascript" language="JavaScript">

    var idlist = new Array();

    function TP_1296074588_ManageDisplay(which) {

    for(var i = 1; i <= 3; i++) {

    if(i == which) {

    document.getElementById('TP_1296074588_tab'+i+'hood').style.display = "block";

    document.getElementById('TP_1296074588_tab'+i+'bonnet').style.display = "none";

    document.getElementById('TP_1296074588_content'+i).style.display = "block";

    document.getElementById('TP_1296074588_TAB'+i).style.color = "white";

    document.getElementById('TP_1296074588_TAB'+i).style.backgroundColor = "black";

    }

    else {

    document.getElementById('TP_1296074588_tab'+i+'hood').style.display = "none";

    document.getElementById('TP_1296074588_tab'+i+'bonnet').style.display = "block";

    document.getElementById('TP_1296074588_content'+i).style.display = "none";

    document.getElementById('TP_1296074588_TAB'+i).style.color = "black";

    document.getElementById('TP_1296074588_TAB'+i).style.backgroundColor = "white";

    }

    }

    }

    function TP_1296074588_Initialize() {

    for(var i = 1; i <= 3; i++) {

    idlist.push('TP_1296074588_tab'+i+'hood');

    idlist.push('TP_1296074588_tab'+i+'bonnet');

    idlist.push('content'+i);

    }

    TP_1296074588_ManageDisplay(1);

    }

    TP_1296074588_Initialize();

    </script>

    </p>

    post-679-092443900 1308266440_thumb.jpg

  4. Dear all,

    as of summer 2011 i am releasing the BAe 146 VPA ( BAe 146 Virtual Pilots Association ) this is for all BAe 146 fans to join and log their flight through PHP VMS. The Bae VPA is more like a fan club where you can make new friends and be part of the ever growing dynamic friendly flying environment. We have already had also of interest about the BAe VPA which has shown there is a big target market for virtual 146 flyers. The BAe VPA is due to be open during the summer of 2011, please check out Facebook for more details. Staff positions are applicable so please do get in touch!

    Regards Harrison Hopwood

    Facebook Page:

    http://www.facebook.com/pages/British-Aerospace-146-Virtual-Pilots-Association/101111616646910

    Promo Video:

  5. i belive you can use it.

    try the following

    use a generic flightnumber (pilot id)

    enter all the info needed special care is needed for the aircraft (fill in the planes reg)

    just make your flight

    make sure all the airports are in your database i think

    added a screenshot to make it easyer

    gr joeri

    Im really sorry but i meant KAcars my mistake

    Just had a fiddle in KAcars and if i tick the "Charter Flight" box it allows be to enter DEP & DES manually is this the method i should use in order to log a flight without using the schedules ?

  6. Hi, i am currently using a simple online pirep system for a aircraft enthusiasts organisation, however i would like to change to PHPVMS, currently because the organisation is for pilots using a specific aircraft they have a choice of many airlines. The problem i am having is that since there are so many different routes using the aircraft across the world i want my pilots to be able to choose their DEP & DES is this possible without manually entering millions of routes manually ?

  7. Dear Tom, Speedytech provides web design & our reason for posting on PHPVMS today is to offer paid services, we are currently a sole trader and are currently consulting a layer about a possible private limited company and i can assure you we have all the current documentation required. As for PHPVMS Skins

    You don't even mention on your site that you do phpVMS work.

    Cheeky.

    we do not specialize in PHPVMS skins because this would be a very small market to aim for, and would not provide enough income to cover are high expectations.

    Thank You.

  8. Hello i am creater of the new VA Jet Magic Virtual Airlinesand i am about to recruit a hub manager for a certain area now i dont want them to have full access to the PHPVms admin panel i will have a secure login for each of the hub managers to logon to, i will be able to code this myself (: all i need is a Table with The ( Pilots only from hub : EGNX ) to display there Pilots Name, Hub, E-Mail so that the hub manager can E-Mail all the Pilots in his hub with new announcements etc etc. Also would it be possible to have all these E-Mails together by a specific hub so e-mailing all in current hub can be e-Mailed easily the images below help to explain.

    tbl.JPG

    • Like 1
  9. Hey this is a great idea but theres one small problem XD in my Clowdy Skin Folder i only have the specified Files

    Images

    acarsmap.tpl

    footer.tpl

    frontpage_main.tpl

    header.tpl

    index.html

    javascript.tpl

    pilot_public_profile.tpl

    pilots_list.tpl

    pirep_viewreport.tpl

    pireps_viewall.tpl

    profile_main.tpl

    style.css

    styles.css

    route_map.tpl << i have just replaced this to default and still the same problem =\

  10. Hey i installed Clowdy Template from FS Paint Shop and when i open the Live Flight map i cannot see it ive tried re sizeing it and this has not helped here is what is looks like sc1.JPG and then i realized i find the same problem in the Route map in scedules this is what it looks like sc2.JPG if i switch back to Crystal skin i can see the Live flight map and Route maps fine and i was wondering it anyone knew how to fix Thanks (:

×
×
  • Create New...