Jump to content

lol767

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by lol767

  1. Is it the styles.css in my skin folder?
  2. lol767

    vStatsCenter

    Look at what appears when I enter the stats center
  3. when will the 1.2 version be released?
  4. how do i install it? Do i leave the install folder and do the process?
  5. lol767

    Favicon?

    Where in the layout.tpl, the <head>?
  6. lol767

    Favicon?

    Where do I input the code, cause the site is made of php and I only know the code for Html
  7. Hey, i get this error when i enter the plugin page Notice: The template file "/home/u660694964/public_html//admin/templates/plugins/header.tpl" doesn't exist in /home/u660694964/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/u660694964/public_html//admin/templates/plugins/uploaded.tpl" doesn't exist in /home/u660694964/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/u660694964/public_html//admin/templates/plugins/footer.tpl" doesn't exist in /home/u660694964/public_html/core/classes/TemplateSet.class.php on line 248
  8. i have this code for the navigation bar <ul class="nav nav-list"> <li class="active"><a href="#"><i class="icon-home icon-white"></i> Home</a></li> <li><a href="#"><i class="icon-book"></i> Library</a></li> <li><a href="#"><i class="icon-pencil"></i> Applications</a></li> <li><a href="#"><i class="i"></i> Misc</a></li> </ul> how do i input the links? do i put the <h ref> in the middle?
  9. this video is still similar to the past one, and unfortunately i have to agree with Tom. Another thing I wanna say is that you are asking too much music, ok, but to sync you need to pay 5 bucks?? well, checkout this one that is an awesome fsx vid: (i didnt make it) EDIT: you should use fsrecorder to film, its free and better
  10. Check it out! New skin, new everything. aeroviarias.cz.cc
  11. hey magicflyer, is there any way to change the upper part, where this is the pilot center and etc.?
  12. Marmus, how did you make that flight map only appear on the front page?
  13. To use FSPassengers, you have to download a bunch of files Go to: http://www.fspassengers.com/?action=va
  14. We are an airline focusing on South America. Join us! aeroviarias.cz.cc
  15. <?php $flights = PIREPData::getRecentReportsByCount(10); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=wls&MR=900&MX=720x360&PM=b:disc7%2b%25U" width="725 px" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> <!--Start Table--> <?php $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="725 px" border="1" bordercolor="#FFFFFF"> <thead> <tr align="center" valign="middle" bgcolor="#7D95AF"> <th>Flight #</th> <th>Departure</th> <th>Arrival</th> <th>Duration</th> <th>Pilot</th> <th>Landing Rate</th> <th>Aircraft</th> </tr> </thead> <tbody> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); echo "<tr>"; echo "<td align=center> $pirep->code $pirep->flightnum </td>"; echo "<td align=center> $pirep->depicao </td>"; echo "<td align=center> $pirep->arricao </td>"; echo "<td align=center> $pirep->flighttime </td>"; echo "<td align=center> $pilotid $pilotinfo->firstname $pilotinfo->lastname </td>"; echo "<td align=center> $pirep->landingrate </td>"; echo "<td align=center> $pirep->aircraft </td>"; echo "</tr>"; } } else { echo "<tr><td>There are no recent flights!</td></tr>"; } ?> </table> </td> I've found this code to make a table of the recent flights Where should I put this, I've put this code on the layout.tpl but it appears on every page site: aeroviarias.cz.cc
  16. lol767

    Error

    Fixed this site: aeroviarias.cz.cc
  17. Ok, I have put the code on the layout.tpl and the sidebar went down aeroviarias.cz.cc
  18. I know I'm late, but where do I input this code?
  19. lol767

    Error

    Warning: Invalid argument supplied for foreach() in /home/u660694964/public_html/admin/templates/ranks_allranks.tpl on line 15 I don't understand well this
×
×
  • Create New...