Jump to content

RIco Linhas Virtuais

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by RIco Linhas Virtuais

  1. Hello, I created a menu in javascript in the "studio DHTML menu, enter the code in layout.tpl, but did not appear in the homepage.

    Anyone know how to fix this?

    I tried using the code {literal} {/ literal} but no effect.

    I am grateful for everyone's help.

    Att: Luiz Cortinhas

  2. Script that small cash salary of the pilot according to the damage that it causes the aircraft.

    Part of the code is still in Portuguese, but I believe that with the use of translators is not difficult modificarlo other languages.

    Enough to installing you:

    1st - decompress the file.

    2nd - Extract the files to folder "admin / templates" on your PHPVMS.

    3rd - Change the links to your site in discontoauto.tpl, and pirep_list.tpl.

    4th - Change configurção database in autodisconto.php

    Download : www.voericov.co.cc/Desconto Automatico.rar

  3. BR: Senhores eu tambem estou com este problema no calculo das Horas totais na VA, já verifiquei o suporte mais nada resolve, simplismente ele não calcula, onde fica o loop do calculo?

    EN: Gentlemen I am also experiencing this problem in the calculation of total hours in VA, I've checked the support solves nothing, it simply does not compute, where is the loop of the calculation?

    Att: Luiz Cortinhas F. ;)

    RLE0002.png

    Site: www.ricovirtual.br.tp

  4. BR: Ola Comandante.. essa ideia é excelente, alem dela estimular o piloto, faz com que ele sinta a qualidade do trabalho dele.

    Acho que não seria tão dificil de ser elaborada, vou acrescentar ao meu banco de dados na tabela pireps um novo campo chamado automail, com duas condições: 0(não comentado) e 1(já comentado), e criar um while (loop) que vá percorrendo todas as rotas analisando os touchdowns e a categoria dos mesmos e indo comentando cada pirep assim que comentar alterar o campo automail para 1... Vou tentar implementar na RICO Virtual ..se der certo vou postar aqui.

    Respondo em uma semana.

    EN: Hello Commander .. this idea is great, besides it stimulate the pilot, makes him feel the quality of his work.

    I think it would not be so hard to be drafted, I'll add to my database table in a new field called PIREPs automail with two conditions: 0 (not reviewed) and "1" (already mentioned), and create a while (loop ) to go through all the routes by analyzing the touchdowns and the category of those commenting and going each PIREP so comment automail change the field to a ... I will try to implement the RICO Virtual .. it goes well I'll post here.

    Answer in a week

    RLE0002.png

  5. Time rotate

    logo_night.png - Night logo (00:00 - 07:00)

    logo_morning.png - Morning logo (07:00 - 12:00)

    logo_day.png - Daily logo (12:00 - 19:00)

    logo_evening.png - Evening logo (19:00 - 00:00)

    This is code:

    <script type="text/javascript">
    function shapka(n)
    {document.write('<img border="0" src="<?php echo SITE_URL?>/lib/skins/YOUR_SKIN_NAME/images/'+n+'.png">');}
    var h=(new Date()).getHours();
    if (h > 23 || h <7) shapka('logo_night');
    if (h > 6 && h < 12) shapka('logo_morning');
    if (h > 11 && h < 19) shapka('logo_day');
    if (h > 18 && h < 24) shapka('logo_evening');
    </script>

    English:

    Thank Commander

    I'll try and post the results here ..

    Portugues: Muito obrigado Comandante

    Vou testar e Posto os resultados aqui..

  6. I have 2 scripts rotation, one works at the time were taken:

    1.gif - Night logo (00:00 - 07:00)

    2.gif - Morning logo (07:00 - 12:00)

    3.gif - daily logo (12:00 - 19:00)

    4.gif - Evening logo (19:00 - 00:00)

    and the other rotates, logo and extradite him gently, and not just appeared ...

    evening ladies script!

    English:How did you make the pictures appear at different times?

    I am half donkey when it comes to pure HTML.

    Could someone help me with a source code example?

    Sincerely: Luiz Cortinhas :rolleyes:

    Portugues: Como voçe fez para as imagens aparecerem em horarios diferentes?

    sou meio burrinho quanto se trata de HTML puro.

    Alguem poderia me ajudar com um codigo fonte de exemplo?

    Sinceramente: Luiz Cortinhas

×
×
  • Create New...