Jump to content

SkilledPilotA320

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by SkilledPilotA320

  1. Hello friends, I am facing similar problem & there are few selected members facing it too. But you see that not all members are having this issue while connecting to server. On my VA I've discovered that members including myself those who are running Windows 7 64 bit are getting "kACARS_Free can not continue Contact your site administrator" Those who are running other than Windows 7 64 bit, they all are able to connect successfully with latest kACARS & .Net Framework installed.

    Also please let me know if updating module have resolved the problem of one of the member commented above.

    Thank You all of you.

  2. What is the problem exactly?

    Is it the wrong rank for the amount of hours flown?

    Have you added other Rank images because phpvms only comes with 1 Rank image so it would not show any other rank if you have not added them.

    Also if you want to count transfered hours you will need to edit your local.config.php look for the line that says...

    # If you want to count transfer hours in rank calculations

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

    The parameter above is automatically set to false.

    Hope this helps.

    Scott

    WORKING :D.. THNX FOR HELP! :)

  3. for a/c name

    <?php echo $flight->aircraftname;?>

    for REGO

    <?php echo $flight->registration;?>

    I use both name and reg in one column

    <?php echo $flight->aircraftname;?> <?php echo $flight->registration;?>

    infobox.jpg

    ACARSMAP

    <td><%=flight.aircraftname%>  <%=flight.aircraft%></td>

    map.jpg

    Can you please say How to Do?.. i am not so good in PHP. PLease help me in step by step. my website www.airindiavirtual.com

×
×
  • Create New...