Jump to content

YianniM

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by YianniM

  1. Hey everyone

    I was wondering if anyone would be willing to convert my template to phpVMS for me. It's for my Virtual Airline, EireJet. I could do it myself, but I need to get the site done fast. I have way too many web design projects on my plate right now and I was wondering if someone would be kind enough to do it for me. I need it in 10 days or less. Please let me know and I will send you the files.

    Yianni

  2. ASAP reply is comming :)

    1st step )

    In local.config.php above the first line <?php

    paste this

    <?php
    session_start();
    if(isset($_GET['template']) && $_GET['template'] != ''){
     $_SESSION['template'] = $_GET['template'];
     define('CURRENT_SKIN',$_GET['template']);
    }
    if(isset($_SESSION['template']) && $_SESSION['template'] != '')
    {
     define('CURRENT_SKIN',$_SESSION['template']);
    }
    ?>
    

    2ond step

    Copy your template to a new folder for example if your template is called "Template" make a folder "Templateen"

    3rd step

    Translate the files in the 2ond folder that you have made

    4th step

    point your links to each language that you want with a link

    http://www.yourwebsi...mplate=Template for spanish

    and

    http://www.yourwebsi...late=TemplateEn For english

    If you have any questions just tell us

    for example you have 2 flags 1 english and 1 norwegian the english will link to http://www.yourwebsi...late=TemplateEn

    and the norwegian to http://www.yourwebsi...=TemplateNorway

    Thank you so much Vangelis! :)

  3. Hello everyone,

    I want to set my phpVMS to where the pilot registers and can select an aircraft off a list and becomes a first officer on it. For example: Pilot registers -> Selects Starting Aircraft -> Becomes lowest rank (F/O) on it -> Accumulates hours -> Gets promoted to captain -> Goes through training to next aircraft in A/C Class -> gets lowest rank (F/O) -> ect. How would I program that? Can someone develop a code? Is there a code out there already? I know you can add different ranks and select aircraft per rank, but I want to set it up where they get type ratings. I also would want to know if I can set the booking centre to where you can only view flights of your certified type rating. Like for example a 737 Captain cannot view 747 pilot schedules, But a 747 pilot can because he has his 737 type rating. Or another example: A 737 Captain cannot view E-170 schedules because he does not have his type rating on the 170, but a 170 pilot can't view the 737 schedules because he does not have his type rating on the 737. How would I program that? Can someone develop a code? Is there a code out there already? Any help is greatly appreciated! Thanks in advance!

    Yianni

×
×
  • Create New...