Jump to content

st852

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by st852

  1. # Update any pilot's information
     $pilotinfo = PilotData::getPilotData($pirepdata['pilotid']);
     $pilotcode = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid);
     PilotData::UpdateLastPIREPDate($pilotinfo->pilotid);
    ----->  FacebookPost::FacebookPostFlight($pirepid);
  2. 15 hours ago, TropicaDesigns said:

     

     

     

    Hello all,

     

    If you are looking for any of the following services for a very small price, please consider sending me a message via the forums. The services I provide are:

     

    • Virtual Airline Coding
    • Custom Crew Center
    • Aircraft importation 
    • Web Hosting
    • Graphic designs (Logos, banners, etc)

     

    Note* These are all my services and I am willing to offer extremely low prices for what is in offer. The first 5 customers get all of above free (Except hosting for obvious reasons).

     

    Please send me a message if interested. And i hope to hear from you :)

    TropicaDesigns.

     

     

    service function?

  3. On 2017/6/24 at 0:02 AM, Aaryan said:

    You are so good buddy! Thanks for your help. This is the thing I wanted! +1 for you ;)

     

    Sincerely

    Aaryan Kapoor

    This message is great if you can share the code
    we need flight map, please share this code to us also
     
  4. On 2017/6/23 at 4:12 AM, Sava said:

    Take your most recent pirep from the DB. What is in the raw_data column?

    If there is data there, you can get it working. Take a look at the exaple Chart.js charts and you'll see the format it requires. It should be a simple JS array format

    data = [1,2,3,4] etc.

    And then each element of the array should have an associated element in the labels array. But check the docs for this.

    A quick solution would be to just generate a script that creates a properly formatted string, and call it inside the .tpl/.php file. I guess the better way would be to perform some sort of AJAX call to get the data then do a $.each() on the array.

     

    Did this for a VA.

    Take a look at the part of the code

    graph.JPGdata.JPG

    This message is great if you can share the code
    we need flight map, please share this code to us also
    k922365@gmail.com

     

    • Like 1
×
×
  • Create New...