Jump to content

Valerio Cowboy

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Valerio Cowboy

  1. someone here has a solution for when the person is already scheduled scale can not schedule it again?
  2. how many you have scales? they are interlinked?
  3. If after no one to write this code in PHP?
  4. I used this version and also not given. put the 3.82 and it did. already solved, thank friends
  5. people, a help fast. On-screen scheduling, does not show schedules in order registered in the database, ie, the random, had opened the file and nothing app.config.php. any idea what could be?
  6. this post is missing something? would be to send the data from the flight at twitter?
  7. Attached is a print screen
  8. Incidentally, this forum ta not sending email when someone replies to topic
  9. LOL, it happens, but I also installed this version in FS9 and still the same error
  10. logical that there http://fs-products.net/PhoenixVA/index.php/downloads kACARS_Free Application v1.0.0.8 kACARS_Free Application version 1.0.0.8 Downloaded 713 times FSUIPC 3.6
  11. Valerio Cowboy

    error

    my k-ACARS 1.8, this gives an error in FSUIPC, why? the other programs typically connects --------------------------- kACARS - ERROR --------------------------- FSUIPC Error #12: FSUIPC_ERR_SENDMSG. Error sending message to FSUIPC. --------------------------- OK --------------------------- 1.4 operate normally
  12. people. I could do to show on screen the hub of the guy if he did not make any flight. not only managed to make it refer to it when asked to scale. someone who digs php help? help us all. open randomsearch.tpl <?php $pilotid = Auth::$userinfo->pilotid; $last_location = PIREPData::getLastReports($pilotid, 1); $last_name = OperationsData::getAirportInfo($last_location->arricao); $userinfo = PilotData::getpilotdata($userinfo->hub); ?> <table border = "0"> <tr> <th scope="col">Sistema de Reserva de Escala</th> </tr> <tr><form name="randomflights" id="randomflights" action="<?php echo SITE_URL?>/index.php/randomflights/getRandomFlights" method="post"> <td>Informe seu Local Atual </td> <table> <tr> <td width ="25%"><b>Aeroporto Atual:</b></td> <td width ="75%"><select id="depicao" name="depicao"> <?php if (!$last_location == null) { ?> <option value="<?php echo $last_location->arricao?>"> <?php echo $last_location->arricao?> (<?php echo $last_name->name?>)</option> <?php } else { ?> <option value="<?php echo $userinfo->hub?>"> <?php echo $userinfo->hub?> (<?php echo $userinfo->hub?>)</option> <?php } ?> </select> </td> </tr> <tr> <td width ="25%"><b>Você Vai Receber uma Reserva de :</b></td> <td width ="75%"><select id="count" name="count"> <option value="4">4</option> </select>Vôos</td> <td><input type="submit" name="submit" value="Gerar Escala"></td> </tr> </table> </form> </tr> </table>
  13. 'm in trouble, the pilot just register. he did not get the hub to start. how to solve?
  14. yes, more back to subject! someone here is willing to write?
  15. PT-BR Achei um metodo de se fazer. Vo tentar aqui, mais vo compartilhar se alguem sabe escrever php melhor do q eu. primeiro crie um aquivo so com esse comando e ponha ele como includ no head.php assim toda hora que acessar algo do vms chama ele e verifica. no script criar SELECT * FROM phpvms_pireps where accepted = '0' em acho que é 0 mesmo pra nao aceito levando em conta que em negativo qnto maior o numero. menor ele é. ai faz a condição if landingrate => '-500' then update phpvms_pireps set accepted = '2' ou seja nao autoriza em baixo else update phpvms_pireps set accepted = '1' creio que se pode por varias condições, mais me esbarro em varios lugares. como por qual pirep ele autorizar? mais acho que ai ja deu pra ajudar a alguem a escrever ne. EN I found a method to do. Vo try here, see you share more if anyone knows how to write php q better than me. first create a File only with this command and put him as includ head.php on all the time so that access vms something he calls and checks. create the script SELECT * FROM phpvms_pireps WHERE accepted = '0 ' to think it is not acceptable even for 0 taking into account that in negative qnto higher the number. smaller it is. ai is the condition if landingrate => '-500' then accepted September update phpvms_pireps = '2 ' that is not authorized below else accepted September phpvms_pireps update = '1 ' One can think of several conditions, most bumping me in several places. As for what he authorize PIREP? i think i already gave you help someone to write ne. excuse the english google translate
  16. good, just do not know why the Brazilians have to translate into English to understand and Americans can not the same. More continuing. The little digs that programming should not be hard to do.
  17. PT-BR Prezados, Olá, Bom, procurei e nao achei nada. Queria saber se existe um codigo em que, o proprio sistema faz uma analise do pirep e autorize o aceite dele ou nao. Ex. Peso de saida, Flaps, Gear Up, Gear Down, Touch Down. Procurei e revirei e nao achei nada do tipo. EN Dear, Hello, Well, I tried and not found anything. Wondered whether there is a code that, his own analysis of the system makes a PIREP and authorize him to accept it or not. Eg weight of output, Flaps, Gear Up, Gear Down, Touch Down. I rolled and looked and not found anything like that. Thanks
×
×
  • Create New...