Jump to content

Lucas

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Lucas

  1. On 4/9/2009 at 5:31 PM, Kimis said:

    and more.. after checking i haven't found reason in this:

    preg_match('/^([A-Za-z]*) - .*/', $_POST['DepartureIcaoName'], $aptinfo);

    $depicao = $aptinfo[1];

    and this:

    preg_match('/^([A-Za-z]*) - .*/', $_POST['ArrivalIcaoName'], $aptinfo);

    $arricao = $aptinfo[1];

    actualy $_POST['DepartureIcaoName'] and $_POST['ArrivalIcaoName'] contains ICAO codes. strings above returns empty arrays. I have made following changes:

        $arricao = $_POST['ArrivalIcaoName'];

        $depicao = $_POST['DepartureIcaoName'];

    and pirep finaly appeared in system :)

    Hello; I know it’s been a long time, but if it’s still possible, wouldn’t you have the FSPax.php file with the changed lines available? Thank you.

  2. On 5/21/2020 at 2:06 PM, mischka said:

    It appeared that my hosting provider added some lines into .htaccess that enforced https on POST. After removing those my original acars worked again, but then @ProAvia provided me with the latest version of kAcars and I'm now able to use it with https, Great job! :) 

    Hello, the kACARS that was made available to you, did you pay or was it available for free? If it was made available to you for free, wouldn't you be able to make it available to us? Although I am still not using any kACARS, as I am looking for what to use, as my company is new and I am learning to deal with it all, but for me it is worth the test if you can make it available.

    On 5/21/2020 at 2:06 PM, mischka said:

    Parece que meu provedor de hospedagem adicionou algumas linhas em .htaccess que impôs https no POST. Depois de remover aqueles meus carros originais funcionou novamente, mas então @ProAvia me forneceu a versão mais recente do kAcars e agora eu sou capaz de usá-lo com https, Ótimo trabalho! :) 

    Olá, o kACARS que foi disponibilizado para você, você pagou por isso ou é grátis? Se for de graça, não seria possível disponibilizá-lo para nós?

     

    On 5/21/2020 at 2:06 PM, mischka said:

    Parece que meu provedor de hospedagem adicionou algumas linhas em .htaccess que impôs https no POST. Depois de remover aqueles meus carros originais funcionou novamente, mas então @ProAvia me forneceu a versão mais recente do kAcars e agora eu sou capaz de usá-lo com https, Ótimo trabalho! :) 

    Olá, o kACARS que fo

×
×
  • Create New...