Jump to content

Ivan André

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Ivan André

  1. Thank you, any change is welcome .. Have good flights ... ;D
  2. 1_Edit the "frontpage_main.tpl" in /core/templates or /lib/Skins/. 2_ Place this code: <h3>Users Online<br /> <?php $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); ?> </h3> <h4 class="style6">Pilots Online </h4> <?php foreach($usersonline as $pilot) { echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo " {$pilot->firstname} {$pilot->lastname}<br />"; echo "</p>"; } ?> <br /> Have <?php echo count($usersonline);?> Pilots Online. <h4 class="style3">Guests Online </h4> <p class="txt-red10"> Have <?php echo count($guestsonline);?> Guests Online.</div> 4_ Have Good Flight´s....Be happy.... ;D Preview.... http://www.kafly.net http://atc.kafly.net/
  3. PORTUGUESE-BRAZIL Obrigado...agradeço pelo seu elogio.... eu coloquei o sistema só para ajudar o pessoal...vou colocar mais sistemas aqui no forum este final de semana... abraço... ENGLISH Thank you ... thank you for your compliment .... I put the system just to help the people ... I will put more systems here in the forum this weekend ... even more ..
  4. INSTALLATION 1 - Modify the values of the file "profile_main.tpl" located in "coretemplates" or in your template directory "libskins**your skim **" 2 - Save and send to the server. 3 - Do not forget to make a backup of the original file if you want to have the file back. 4 - Be Happy ... ~ <strong>My Awards</strong> </p> <p> <?php if(is_array($allawards)) { ?> </p> <ul style="margin-top: 0px; margin-left: 5px;"> <?php foreach($allawards as $award){ ?> <img src="<?php echo ($award->image);?>" alt="<?php echo ($award->descrip);?>" /> <?php } ?> </ul> <?php } ?> PREVIEW
  5. Yes Yes, all are loaded correctly and the problem persists ....
  6. Hello friends of the Forum PHPVMS, I wish someone help me on the ACARS MAP, Because when my pilots are flying there on Map Gray is a square where opinion should see an aircraft or red .... Please someone help me .... I just I speak Portuguese, and this text was translated for you to read .... podessem why I did not see the tutorials in video Site phpvms.net .... To work with you .....
  7. Hello friends, thanks for the cooperation of all ... I tried everything but nothing is certain .... I am very angry with this error .. But I hope I can get ..... thanks .....
  8. Hello Guys, I do not know else to do, because when you finish installing phpvms when I see my site it is giving errors ... Look around ...www.kafly.com.br/cargo I hope someone help me .... please ... even more ... my email is: ivanpiro2@gmail.com
×
×
  • Create New...