Jump to content

Kairon

Members
  • Posts

    88
  • Joined

  • Last visited

Everything posted by Kairon

  1. Kairon

    "Contact Us"

    I do not understand
  2. 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!
  3. To fix this you can replace this image to another via FTP: http://www.nationwidevirtual.com/lib/skins/crystal/images/topbanner.jpg
  4. Guys, here is a screen print is not only ATL-BNA are to see almost airports:
  5. Very thankful for the response =) The error of the distance I tried everything, with the FSAcars is correct. With kACARS is wrong, I'll send a PM to Jeffrey Kobus Good flights.
  6. 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.
  7. Hello everybody soon bring many skins with drop slide down leaving their websites pretty cool: D I am with the pilot project for the center will be very good wait I'll post screenshots soon!
  8. I know what you want to do, could for example the red color code: # CC0000 I help you Thanks = D
  9. Hello nabeel Thanks for answering me, I'll be waiting Merry Christmas!
  10. 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!
  11. Very good, congratulations this helps! It is possible for a calculator for distances like this site? For when the pilot to calculate the distance you see the result with the map, in the form of iframe? It would be very helpful, thanks! http://www.interkultur.de/gossmann/fsx/circle.php
  12. Kairon

    painel lateral

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

    painel lateral

    Faz assim coloque o link do seu site.
  14. Would any way I can choose which rank the pilot must have the page in the Admin Center Pilot Details?
  15. Kairon

    painel lateral

    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
  16. Kairon

    painel lateral

    Poste o seu código surrealv1/layout.tpl que eu te ajudo.
  17. 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
  18. Post the code of your page to help.
  19. 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
  20. Thanks Simpilot and Jon, now I will translate.
  21. 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...