Jump to content

Kairon

Members
  • Posts

    88
  • Joined

  • Last visited

Posts posted by Kairon

  1. Do so!! :)

    example:

    LEG 1: QFA9

    LEG 2: QFA9A

    Then save, then you look for the two leg "QFA9A" and edits for "QFA9" and saved, so you will get two legs with the same number in their system, I do this method and it works.

    Questions? just post! :lol:

  2. Well I've been watching my acarsmap, it has an error one would help to know where to start to solve this problem.

    When you're flying with kACARS it shows the distance Wrong, example:

    If I'm flying when I KATL-KBNA and landing he says he is missing 50 miles, but this is wrong because I got to the destination and KATL.

    When you're flying with FSAcars it shows the wrong heading, the aircraft are all pointing down 207 heading.

    Does anyone know how to fix these bugs?

    Thanks to all.

  3. Hello everybody, I wonder if it is possible to create one more field of alternative airport schedules will add when I think it would be very good because nowadays many people do flight on IVAO or VATSIM would help the most, you can add one more field on the page to add schedules?

    Merry Christmas to all!

  4. em pessoal é será que o erro de não add rotas é essa paradinha que postei?

    Sem dúvidas não, isso é um erro de script, deve está mal posicionado ou é incopativel com algo do seu template. ;)

  5. BOM NÃO FALO INGLES RSRS SOU DO BRASIL E BOM É COMO POSSO DIZER NÃO SEI QUASE NADA. ESSA É MINHA PRIMEIRA (VA) E AINDA ESTOU MEIO CONFUSO SE PUDESSEM AJUDAR. TENHO ALGUNS PROBLEMAS QUANDO VOU ADICIONAR A ROTA ELA DIZ QUE A ROTA NÃO PASSOU NO MOMENTO ESTOU OPERANDO SÓ COM REPORTES MANUAIS. E QUERIA SABER COMO MUDAR A COR DO FUNDO DE ALGUNS PAINÉIS.OBRIGADO PELA RESPOSTA AMIGO.

    Eu já usei muita esse skin, e editei ela tirando o painel lateral. É só fazer o download dos novos arquivos e por no diretório do seu site substituindo as existentes. :)

    Download

  6. Well this is caused because the script is not positioned right phpVMS or are having conflict with another script.

    This Skin is from Lorenzo, I saw in www.la92.com site is updated and the code has no errors. what you can do is replace the head by one below.

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php echo $page_title; ?></title>
    <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/cloudsv1/css/style.css" />
    <!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/cloudsv1/css/ie7.css" /><![endif]-->
       <?php echo $page_htmlhead; ?>
    <script src="<?php echo SITE_URL?>/lib/skins/cloudsv1/js/jquery.js" type="text/javascript"></script>
    <script src="<?php echo SITE_URL?>/lib/skins/cloudsv1/js/jquery_cycle.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function() {
    	$('#s1').cycle({ 
    		fx:    'fade', 
    		delay: 2000,
    		timeout: 4000
    	});
    });
    </script>
    </head>

    I realize that in your code for more scripts, they may be causing the conflict. Try the code I posted, I hope it works out.

    The code of your page should look like this:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php echo $page_title; ?></title>
    <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/cloudsv1/css/style.css" />
    <!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/cloudsv1/css/ie7.css" /><![endif]-->
       <?php echo $page_htmlhead; ?>
    <script src="<?php echo SITE_URL?>/lib/skins/cloudsv1/js/jquery.js" type="text/javascript"></script>
    <script src="<?php echo SITE_URL?>/lib/skins/cloudsv1/js/jquery_cycle.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function() {
    	$('#s1').cycle({ 
    		fx:    'fade', 
    		delay: 2000,
    		timeout: 4000
    	});
    });
    </script>
    </head>
    <body>
    <?php echo $page_htmlreq; ?>
    <p><a class="skiplink" href="#maincontent">Skip over navigation</a></p>
    <div id="container">
           <div id="backfooter">
                   <div id="imgfooter">
                           <div id="wrapper">
                                   <div id="header">
                                           <a href="/" class="replace" id="logo"><span></span><?php echo $page_title; ?></a>
                                   </div>
                                   <div id="placeanim">
                                           <div id="s1">
                                                   <img src="<?php echo SITE_URL?>/lib/skins/cloudsv1/images/anim1.jpg" alt="Animation 1" />
                                                   <img src="<?php echo SITE_URL?>/lib/skins/cloudsv1/images/anim2.jpg" alt="Animation 2" />
                                                   <img src="<?php echo SITE_URL?>/lib/skins/cloudsv1/images/anim3.jpg" alt="Animation 3" />
                                           </div>
                                           <div id="placemainmenu">
                                                   <ul id="mainmenu">
                                                           <?php Template::Show('core_navigation.tpl'); ?>
                                                           <li class="last"><a href="http://www.ptp-forum.de/forum">Forum</a></li><!-- NOTE the class="last" -->
                                                   </ul>
                                                   <h2>North Air</h2>
                                           </div>
                                           <div id="placeintro">
                                                   <h3>Solltest du Fragen haben, oder ein Training anfragen wollen, kannst du jederzeit unser Ticketsystem benutzen! Dabei ist es egal, ob du Pilot bei uns bist oder nicht.</h3>
                                                   <a href="http://www.ptp-forum.de/ticket/" class="butlink">Ticketsystem</a>
                                                   <div class="clear"></div>
                                           </div>
                                   </div>
                                   <div id="content">
                                           <div id="maincontent">
                                                   <h1><?php echo $page_title; ?></h1>
                           <br />
                                                   <p><?php echo $page_content; ?></p>
                                           </div>
                                           <div id="nav">
                                                   <div class="navtop">
                                                   </div>
                                                   <div class="navback">
                                                           <h3>Pilotenpanel</h3>
                                                           <?php
                               if(Auth::LoggedIn() == false)
                                   {
                                ?>
                                   <form name="loginform" action="<?php echo url('/login'); ?>" method="post">
                                       Melde dich mit deiner Piloten ID an, oder <a href="http://www.ptp-forum.de/index.php/registration">Registriere dich!</a><br />
                                   <input type="text" name="email" value="" onClick="this.value=''" />
                                   <input type="password" name="password" value="" />
                                   <input type="hidden" name="remember" value="on" />
                                   <input type="hidden" name="redir" value="index.php/profile" />
                                   <input type="hidden" name="action" value="login" />
                                   <input type="submit" name="submit" value="Einloggen" />
                                   </form>
                               <?php
                                   }
                                   else
                                   {
                                       $pilotid = PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid);
                               ?>
                                   <img align="left" height="50px" width="50px" style="margin-right: 10px;"
                                   src="<?php echo PilotData::getPilotAvatar($pilotid);?>" />
    
                                   <strong>Piloten ID: </strong> <?php echo $pilotid ; ?>
                                   <strong>Rang: </strong><?php echo Auth::$userinfo->rank;?><br />
                                   <strong>Flüge: </strong><?php echo Auth::$userinfo->totalflights?>, <strong>Flugstunden: </strong><?php echo Auth::$userinfo->totalhours;?>
                                   <br />
                                   <a href="<?php echo url('/pireps/new');?>">Flug einreichen</a> |
                                   <a href="<?php echo url('/schedules/bids');?>">Meine Flüge</a> |
                                   <a href="<?php echo url('/profile/');?>">Zum Pilotenpanel</a>
                               <?php
                                   }
                               ?><br />
                                                           <h3>Derzeit gebuchte Flüge</h3>
                                                           <br><?php MainController::Run('FrontBids', 'RecentFrontPage', 5); ?><br>
                                                           <h3>Letzter Flug</h3>
                                                           <br><?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?><br>
                                                           <h3>Neuster Pilot</h3>
                                                           <br><?php MainController::Run('Pilots', 'RecentFrontPage', 1); ?><br>
                                                   </div>
                                                   <div class="navbottom">
                                                   </div> <br>
                                            <div id="nav">
                                                   <div class="navtop">
                                                   </div>
                                                   <div class="navback">
                                                           <h3>Unser Rang bei VACentral.net</h3><br>
                                                                    <font size="+9"><b><p align="center"><?php
                                                                                          $cws = new CodonWebService();
                                                                                                     $xml = $cws->get('http://www.vacentral.net/airline/nxa_northair/xml');
                                                                                                     $xml = simplexml_load_string($xml);
    
                                                                                                     echo "{$xml->rank}";
                                                                                                     ?></p></b></font>
                                                   </div>
                                                   <div class="navbottom">
                                                   </div>
                                                   </div>
                                           </div>
                                           <div class="clear"></div>
                                   </div>
                           </div>
                           <div id="footer">
                                   <h5>copyright © 2010 - <?php echo date('Y') ?> - North Air VA | <a href="http://www.phpvms.net" target="_blank">powered by phpVMS/LA92</a> | Layout <a href="http://www.northair-va.tk" target="_blank">North Air VA</a> | <a href="http://www.ptp-forum.de/index.php/pages/impressum" target="_blank">Impressum</a></h5>
                           </div>
                   </div> <!-- imgfooter -->
           </div> <!-- backfooter -->
    </div>
    </body>
    </html>

    Link to the Website of Lorenzo Here :)

  7. this is a very bad idea. We has wok on this layout very long. Easy remove is solution.

    I know, this is a Java-Error but I dont know how to fix it. But I know, it can be fixed - with a good help ;)

    Basti

    Post the code of your page to help. B)

  8. Hello,

    I did, but I got an error when accessing my site.

    PHP Notice:  The template file "E:\home\aviancavir\Web\\lib\skins\oneskin/action.php/acars/data\header.tpl" doesn't exist in E:\home\aviancavir\Web\core\classes\TemplateSet.class.php on line 489
    PHP Notice:  The template file "E:\home\aviancavir\Web\\lib\skins\oneskin/action.php/acars/data\footer.tpl" doesn't exist in E:\home\aviancavir\Web\core\classes\TemplateSet.class.php on line 489

    :(

  9. Hello I wonder if giving in to use the vms that is multilingual, Portuguese and Spanish but using different directories www.meusite.com / br and wwww.meusite.com / es.

    You can use the same database without giving problem?

    For my VA is Brazilian but also is Colombian so I wanted to make it available in two languages, I can do that?

×
×
  • Create New...