Jump to content

M-Queiroz

Members
  • Posts

    127
  • Joined

  • Last visited

Posts posted by M-Queiroz

  1. Hi Naabel, i am a member of Aer Lingus Virtual and am using fs passengers, the problem is when i go to export my flight i keep getting error pilot id invalid, i copied and pasted my va,s config file. My flight will send to fspassengers but not to my va, would you have any ideas. Thanks in advance.

    Erick

    I'll give you a simple help is the pax has a number of flight bandstand you have to by a flight number that exists in your database exp. route number BZS8556

    sleeps in a number of the flight that you have in your flight reservations as BZS8556 ID is the number of flight do not hesitate if the error ok

  2. Auz is correct. You would need to do a combining of the two before sticking it into the DB. It would also be easier and less work to iterate through the minutes and hours to form the otptions.

    To preload with existing data you would need to split the $schedule->deptime

    <?php
    $deptime = explode($schedule->deptime, ".");
    // $deptime[0] is hours 
    // $deptime[1] is minutes
    
    $arrtime = explode($schedule->arrtime, ".");
    // $arrtime[0] is hours
    // $arrtime[1] is minutes
    ?>
    

    You will then need to selection drop downs for the form

    The following shows the departure time hours selection

    <select id="deptime_hours" name="deptime_hours">
    <?php
    $i = 0;
    while ($i < 24)
      {
         $selected = '';
         if ($deptime[0] == $i) $selected = 'selected'; // This checks if during an edit it will select the data already attached to the schedule
    
         echo '<option value = "'.$i.'" '.$selected.'><'.$i.'</option>';
    
         $i++;
       }?>
    </select>
    

    Where ever it is sent the two will need to be combined

    <?php
    $deptime = $this->post->deptime_hours.'.'.$this->post->deptime_minutes;
    ?>
    

    here giving this error would you ride a code of exmplo do not think I quite understand this code will work behind ops_scheduleform.tpl

  3. hello how poso add these hours and minutes on Add Schedule minutes or hours will not enter anyone know

    sshot64.png

    sshot65.png

    <tr>
    <td valign="top"><strong>Horário de Partida</strong> </td>
         <td><select gtbfieldid="47" name="deptime" id="<?php echo $schedule->deptime?>" />
         <option selected="selected">-</option>
         <option>01</option>
         <option>02</option>
         <option>03</option>
         <option>04</option>
         <option>05</option>
         <option>06</option>
         <option>07</option>
         <option>08</option>
         <option>09</option>
         <option>10</option>
         <option>11</option>
         <option>12</option>
         <option>13</option>
         <option>14</option>
         <option>15</option>
         <option>16</option>
         <option>17</option>
         <option>18</option>
         <option>19</option>
         <option>20</option>
         <option>21</option>
         <option>22</option>
         <option>23</option>
         <option>24</option>
         </select> 
         <select gtbfieldid="48" name="deptime" id="<?php echo $schedule->deptime?>" />
         <option selected="selected">-</option>
         <option>00</option>
         <option>05</option>
         <option>10</option>
         <option>15</option>
         <option>20</option>
         <option>25</option>
         <option>30</option>
         <option>35</option>
         <option>40</option>
         <option>45</option>
         <option>50</option>
         <option>55</option>
         </select>
         (Todas as vezes em Zulu)</td>
      	</td>
    </tr>
    <tr>
    <td valign="top"><strong>Horário de Chegada</strong> </td>
         <td><select gtbfieldid="49" name="arrtime" value="<?php echo $schedule->arrtime?>" />
         <option selected="selected">-</option>
         <option>01</option>
         <option>02</option>
         <option>03</option>
         <option>04</option>
         <option>05</option>
         <option>06</option>
         <option>07</option>
         <option>08</option>
         <option>09</option>
         <option>10</option>
         <option>11</option>
         <option>12</option>
         <option>13</option>
         <option>14</option>
         <option>15</option>
         <option>16</option>
         <option>17</option>
         <option>18</option>
         <option>19</option>
         <option>20</option>
         <option>21</option>
         <option>22</option>
         <option>23</option>
         <option>24</option>
         </select>
         <select gtbfieldid="50" name="arrtime" value="<?php echo $schedule->arrtime?>" />
         <option selected="selected">-</option>
         <option>00</option>
         <option>05</option>
         <option>10</option>
         <option>15</option>
         <option>20</option>
         <option>25</option>
         <option>30</option>
         <option>35</option>
         <option>40</option>
         <option>45</option>
         <option>50</option>
         <option>55</option>
         </select>
         (Todas as vezes em Zulu)</td>
    	<p>Please enter time as: HH::MM Timezone (eg: 17:30 EST, or 5:30 PM EST)</p>
    </td>
    </tr>

  4. I have been working with Artjom to translate kACARS_Free into Russian. I am now looking for anyone else who would like to have their language included in the next release. If you do please PM or email me and I will send you the text file containing what needs to be translated. I will also include your name on the about page.

    I appreciate all of your help. I would like to get as many translations as possible before releasing the next version.

    Thank you all,

    Jeff

    I would like to thank Artjom for his time. He has been extremely helpful in getting this going.

    novo v1.0 up Portuguese.xml

  5. Hello lorathon I am Brazilian translation google ok.

    I would like to take some questions, when the charter flight is put in the aircraft, but they forgot to put the aircraft without the flight he writes, would not do a check when we click on a record flight if the aircraft there and it writes forget an error message in both the aircraft and field route and release the brakes when he ate the record flight.

    grid would be a breakthrough gradecê your attention

    Tutorial: video tutorial p1 video tutorial p2

  6. I upgraded to 927 and connected to the module that is supplied with 927. The only problem I encountered was with the aircraft drop down. If you comment out line 382 then the aircraft drop down should work also.

    If you get errors check the recieve.xml file. Read it as a text file and if there are any php errors on your site they will be shown in this file.

    connected to the module ok roger

    não aircraft drop down

    Good lorathon it did not work here does not lower the aircraft

    Failure would create a search of this route as there would be complete win of all systems of flight log

    pt

    Boa lorathon não deu certo aqui não baixa as aeronaves

    A não teria como criar uma busca de rota como esta ai ficaria completo ganharia de todos os sistemas de log de voo

    regio4.png

  7. Please download the newest phpVMS release. This should fix the kACARS issue.

    Nagelfar - Are you still not getting the aircraft to pull up? If so check your receive.xml file. Read it using Notepad. You should see an error that is on your site. Or send me the contents of that file.

    phpVMS beta 926 erro

    receive.xml

    <br />

    <b>Fatal error</b>: Call to a member function asXML() on a non-object in <b>/home/grupobra/public_html/core/modules/kACARS_Free/kACARS_Free.php</b> on line <b>38</b><br />

    regio2.png

  8. Does somebody know from you FSAirlines.net? There one can also select with the flight schedule choice which airplane one would like to take.

    Could one insert also with phpvms?

    Example: I have the possibility to make the flight KMIA-KBOS with a B738, A320, B753. I can choose this with the flight schedule choice?

    :D Oh yes very good so your suggestion would reduce the amount of routes and also work for all administrators.

    ae I will dare to complement the day of the week would deploy a button to select every day of the week while flights leaving every day in most cases.

    pt

    Ai sim muito boa a sua sugestão assim diminuiria a quantidade de rotas e também o trabalho para todos os administradores.

    a e vou me atrever em complementar no dias da semana teria como implantar um botão que selecionar todos os dias da semana sempre os voos saem todos os dias na maioria das vezes.

  9. I got your data file, but won't have the time to look at it for a while.

    Sean, what exactly did you do? Would it be possible to do a one-shot import?

    hello Nabeel no problem I'm waiting impatiently for a certain i will cool my head. :unsure:

    remembered was a very nice retirement admin parabens

    pt

    ola Nabeel sem problemas estou esperando ansioso que de certo ai vou esfriar a minha cabeça.

    a lembrado ficou muito show a reforma do admin parabens

  10. Hello M-Queiroz

    I'm the only 'staff' of Kafly.net, maybe someone missinformed you but we ditch VAFS way from Kafly since last month

    because is really problematic maintain any large VA with them, the only thing that we did and is not pushed to the live site was import hours of our pilots from VAFS to phpVMS and this will be a one shoot deal, since we have logged there a huge amount of pireps, and the way of export VAFS is get all data at once or nothing (is just a dump from the table), I don't want to be downloading 45MB XMLs for each pirep we receive and convert to phpVMS just that pirep.

    my suggestion to you is ditch VAFS , and use phpVMS with kACARS only

    The problem is that pilots flying with him I know no way to make it work as an ACARS or another that we already use in phpmvs. not heavy and its data and as ACARS or fs k Sotenäs Municipality would provide the same to get the data from the tables that is the want to do.

    would be rather a module that instead of sending the data to send to the table vafs phpvms table as output destination of the flight number and time of flight hours and total number of flights that the pilot did.

    pt

    O problema é que tenho pilotos voando com ele sei que tem jeito de fazer que ele trabalhe como um acars ou outro que já utilizamos no phpmvs. não e pesado os dados dele e como o acars fs ou k daria na mesma soten que pegar os dado das tabelas que é o quero fazer.

    seria a sim um modulo que em vez de enviar os dados para a tabela vafs mandaria para a tabela do phpvms como saída destino numero do voo tempo do voo e soma de horas e quantidade de voos que o piloto fez.

  11. Hello, I wonder if it is to add data from a table VAFS with data from another table that is the FSACARS and show the sum of data from two tables together, the SUM. How you create a module?

    Just above had already put the entire script of the tables!

    There are various VA's who are trying to do the some and are still, the staff of the VA Kafly managed to make the module.

  12. Hey guys, i'm currently toying with developing my own ACARS in conjunction with FSTools. The purpose of this ACARS is to have user input reduced to a minimum, to reduce the amount that can go wrong.. That is of course unless you, the user, would want more input?

    Now my aim is to produce a piece of software completely free (apart from de-branding etc, being optional) with maximum features, bug free and hopefully the best ACARS out there. It's not guaranteed that I will complete the ACARS, but I'd very much like to give something back to the guys here, and everywhere else across the aviation spectrum.

    So this is mainly for you to request any features that you'd like to see..

    Thanks, Ben

    the good acars are keeping the same style you can see is all the same just change the name.

    would be interesting to address mainly the style of import watch the flight vafs as is practical loads the flight the pilot made the flight booking is briefing weight only with one click not only the most vafs fsairlines that puts burden of pax and cargo and supplies the aircraft if we have three in one there would be a successful program.

    I do not know much but I think that is how I do not know how to get xml data from FSUIPC'm chasing more to learn.

    this case would be an awesome program would topple all other reporting systems when incorporated into phpvms already the best reporting system for flight already developed in recent times.

    br

    boa os acars estão mantendo o mesmo estilo você pode observar é tudo igual só muda o nome.

    seria interessante mudar principalmente o estilo de importação de voo observe o vafs como é prático o piloto carrega o voo faz a reserva de voo tem o briefing peso só com um clica não só o vafs mais fsairlines que coloca o peso dos pax e carga e abastece a aeronave se tivermos os três em um ai seria um sucesso de programa .

    eu não sei muito mas acho que tem como é que eu não sei como pegar os dados do fsuipc xml mais estou correndo atrás para aprender .

    neste caso seria um otimo programa iria derrubar todos os demais sistemas de reporte quando incorporado no phpvms que já é o melhor sistema de reporte de voos já desenvolvido nos últimos tempos.

  13. en ;)

    hello I am testing the Kacars the VA in my hearing the story of my drivers they report two points of greatest need at the time the program is to minimize the bar to watch the windows and drive the program when releasing the brakes of the aircraft over this ok

    br

    ola estou testando o Kacars em minha VA o ouvindo os relato dos meus pilotos eles relatam dois pontos de maior necessidade no momento que é minimizar o programa para a barra do relógio do windows e o acionamento do programa quando é soltando os freios da aeronave de mais esta ok

  14. /install/checkinstall.php results:

    Install Check

    Checking PHP version

    [OK] PHP version is 5.2.x

    Checking connectivity...

    [OK] Can contact outside servers

    Checking for SimpleXML module...

    [OK] SimpleXML module exists!

    Checking file hashes for corrupt or mismatched files

    -- Checked 164 files, found 0 errors

    Database Check

    Checking phpvms_acarsdata...OK

    Checking phpvms_adminlog...OK

    Checking phpvms_aircraft...OK

    Checking phpvms_airlines...OK

    Checking phpvms_airports...OK

    Checking phpvms_awards...OK

    Checking phpvms_awardsgranted...OK

    Checking phpvms_bids...OK

    Checking phpvms_customfields...OK

    Checking phpvms_downloads...OK

    Checking phpvms_expenses...OK

    Checking phpvms_fieldvalues...OK

    Checking phpvms_financedata...OK

    Checking phpvms_fuelprices...OK

    Checking phpvms_groupmembers...OK

    Checking phpvms_groups...OK

    Checking phpvms_news...OK

    Checking phpvms_pages...OK

    Checking phpvms_pilots...OK

    Checking phpvms_pirepcomments...OK

    Checking phpvms_pirepfields...OK

    Checking phpvms_pireps...OK

    Checking phpvms_pirepvalues...OK

    Checking phpvms_ranks...OK

    Checking phpvms_schedules...OK

    Checking phpvms_sessions...OK

    Checking phpvms_settings...OK

    Checking phpvms_updates...OK

    MYSQL grups

    adm numeros permissions

    regio28.png

×
×
  • Create New...