Jump to content

Marco A. Ferreira

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Marco A. Ferreira

  1. Gentlemen,

    Forgive me talk again about this matter, but the two years that use the FSFK and so far not seen a satisfactory answer to my doubts.

    We know that we use is oriented xacars and KACARS to register or log, but much of my pilots like to use FSFK but they all want to see pictures of the flight at PIREP and today it was not possible,

    Here is my configuration if is correct

    Config::Set('FSFK_FTP_SERVER',localhost '');

    Config::Set('FSFK_FTP_PORT', '21');

    Config::Set('FSFK_FTP_USER', my user'');

    Config::Set('FSFK_FTP_PASS', my password'');

    Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');

    Config::Set('FSFK_IMAGE_PATH'http://forcaaereavirtual.com.br/sisweb/lib/fsfk'); // web path from SITE_ROOT

    My page is http://www.forcaaere...l.com.br/sisweb

    Is this correct or is it something different configuration?

    I appreciate the patience to all

  2. This setting:

    Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

    OK

    i need write Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); //www/sisweb/lib/fsfk

    or

    Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk/www/sisweb/lib/fsfk'); //

    Thanks Nabeel, You're the mam!

  3. Look Donw!

    Whats the Right?

    Config::Set('FSFK_FTP_SERVER', 'ftp.forcaaereavirtual.com.br/www/sisweb/lib/fsfk/');

    Config::Set('FSFK_FTP_PORT', '21');

    Config::Set('FSFK_FTP_USER', 'forcaaer');

    Config::Set('FSFK_FTP_PASS', 'pass');

    Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');

    Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

    or

    Config::Set('FSFK_FTP_SERVER', 'ftp.forcaaereavirtual.com.br');

    Config::Set('FSFK_FTP_PORT', '21');

    Config::Set('FSFK_FTP_USER', 'forcaaer');

    Config::Set('FSFK_FTP_PASS', 'pass');

    Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE');

    Config::Set('FSFK_IMAGE_PATH', '/lib/fsfk'); // web path from SITE_ROOT

  4. Good moornig guys!

    i did search in this forum how to configure FSFK, and follow any topics, but i have problems yet

    take a look

    when i try conect

    shot0000-11.jpg

    and when i try send log to my VA

    shot0001-5.jpg

    All folders have permission 777

    Sorry if i not found this solution, but if anyone have the Solution, call-me!

    Thanks guys, nice Program ( phpvms )

  5. if(!Auth::LoggedIn())
    
    {
    
    // Show these if they haven't logged in yet
    
    ?>
    
           <li><a href="<?php echo url('/login'); ?>" >Log In</a></li>
    
           <li><a href="<?php echo url('/registration'); ?>" >Registration</a></li>
    
    
    
           <?php

    Where stay the file, and how is the name of this file to change

    thanks

  6. English:

    good day friend!

    I just installed the PHPVMS for my military VA being, however, know nothing of php, I only know some HTML, but as it is very easy to use, so I got him!

    but allows a user to more knowledge to work on it, he changed the site settings, and now the option to register pilots no longer appears on the menu, nor in the homepage, thus preventing the registration of new pilots .

    I'm signing up right through phphmyadmin pilots but I believe that any z in I change the phpmyadmin is a direct conflict with the files from fsacars (. Ini) of the pilots, who then must do the same again the download file (ini) for then again after the flight times as the former changing the DB tells the pilot that there is time to send the log

    I wonder how do I put the option to registration active again, and how to change the password to access the DB without problems in managing PHPMHS

    My VA site http://www.forcaaereavirtual.com.br/sisweb/

    I am grateful for the help, and I apologize if this issue was mentioned and I reopen, as I searched the forum and found no similar problem.

    Portuguese:

    bom dia amigo!

    Acabo de instalar o PHPVMS para minha VA militar, no entando, não sei nada de php, conheço apenas alguns codigos html, porem como ele é muito facil de usar, então estou com ele!

    porem a dias atras permiti que um usuario de maior conhecimento trabalhasse nele, no que ele mudou as configurações do site, e agora a opção de registro de pilotos não aparece mais no menu, e nem na pagina inicial, impedindo assim o registro de novos pilotos.

    Estou cadastrando os pilotos direto pelo phphmyadmin porém eu acredito que toda ez em que eu altero direto no phpmyadmin ocorre um conflito com os arquivos do fsacars ( .ini) dos pilotos, que entao os mesmos precisam fazer novamente o donwload do arquivo ( ini) para entao voltar a contar as horas de voos, pois o antigo a alteração do DB informa que não existe o piloto na hora de enviar o log

    gostaria de saber como faço para colocar a opção de registro ativa de novo, e como mudar a senha de acesso ao DB sem que gere problemas no PHPMHS

    Meu site www.forcaaereavirtual.com.br/sisweb

    Agradeço pela ajuda, e peço desculpas se esse problema já foi mencionado e eu reabri, visto que eu procurei em todo o forum e não achei problema parecido.

×
×
  • Create New...