Jump to content

Txmmy83

Members
  • Posts

    493
  • Joined

  • Last visited

Posts posted by Txmmy83

  1. My VA is currently matching with other VA's around Rank 120-123

    PS:

    since yesterday my VA (VolaItalia Airways) all of a sudden stops from showing up on live flights not changed a thing in phpVMS configs compared to day before where all flights showing up live flights and map how the should I tried with all known free ACARS systems no luck! but the day before I tested APVacars the next day I discovered that my VA stops showing up on Live Flights doesn't know if that is connected with the problem

    David,

    I already sent you an email about that problem ;)

    best regards and thanks,

    Thomas

  2. Hi Duncan,

    the answer is quite simple some of these VA's using other Systems then phpVMS and other Pirep Clients and manually Upload their statistics when approved

    Smartcars flights for example never show up on live map but that is written in vacentral FAQ page

    So not being on live map does NOT necessarily mean they are not flying! ;)

    Best regards,

    Thomas Schedl

  3. David,

    I did not find the line

    $pirep_xml->addChild('revenue', $pirep->revenue);
    

    in my CentralData.Class.php any ideas

    my phpVMS version number reads v2.1.934-170-g5ca803a I have reviewed my file and it looks a bit like a 5x Version?

    I have that in my

    protected static function get_pirep_xml($pirep) {
    
     $pilotid = PilotData::getPilotCode($pirep->code, $pirep->pilotid);
     $pirep_xml = self::addElement(null, 'pirep', null, array(
    	 'uniqueid' => $pirep->pirepid,
    	 'pilotid' => $pilotid,
    	 'pilotname' => $pirep->firstname . ' ' . $pirep->lastname,
    	 'flightnum' => $pirep->code . $pirep->flightnum,
    	 'depicao' => $pirep->depicao,
    	 'arricao' => $pirep->arricao,
    	 'aircraft' => $pirep->aircraft,
    	 'registration' => $pirep->registration,
    	 'flighttime' => $pirep->flighttime_stamp,
    	 'submitdate' => $pirep->submitdate,
    	 'modifieddate' => $pirep->modifieddate,
    	 'flighttype' => $pirep->flighttype,
    	 'load' => $pirep->load,
    	 'fuelused' => $pirep->fuelused,
    	 'fuelprice' => $pirep->fuelprice,
    	 'pilotpay' => $pirep->pilotpay,
    	 'price' => $pirep->price,
    	 'source' => $pirep->source,
    	 'revenue' => $pirep->revenue,
     ));
    }
    

    • Like 1
  4. have question don't know if it was already asked by someone and answered

    is there a a possibility (function) to count all enabled aircraft by ICAO type and is there a possibility to output all registrations of the same?

    best regards,

    Thomas

  5. It's more easy than it looks: when you add an airline unchek "enabled", you will be able to add schedules but user can't select it in registration form!

    yeah that works but if I remember right it causes troubles if you have Pilots using manual PIREP submit

    as any unchecked Airline is not selectable for PIREP submit too :(

  6. you can add it with a other code example EK688K which you can change back to needed code

    at least I do it that way since by default if you create a flight you can not give a flightnumber twice but when editing it allows you to rename EK688K to EK688 even when EK688 already exists!

    hope that helps ;)

    best regards,

    Thomas

  7. yep now the admin part is there

    but bringing up another error

    Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/flyeurop/public_html/admin/templates/faq/update.tpl on line 10

    Warning: file_get_contents(http://php-mods.eu/m...es/versions/faq) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/flyeurop/public_html/admin/templates/faq/update.tpl on line 10

    There is a problem with the server connection. Please contact us.

    fivedev is my hosting provider

×
×
  • Create New...