Jump to content

James142

Members
  • Posts

    656
  • Joined

  • Last visited

Everything posted by James142

  1. You asked this in another forum.... anyway you will need to show the css code you are using for the sidebar
  2. If you have a look here: http://forum.phpvms....lelite-beta-10/
  3. Unless you are using simpilots realschedulelite module, your aircraft will not get stuck at any airport.
  4. No one could possibly help you if you don't include the error codes you are getting and maybe a link to your site ect...
  5. When I add the code nothing shows up... Im guessing I need to add something into the ACARSDate.class.php file? Maybe something like: public static function getSchedulesByDistance($distance, $type, $onlyenabled=true, $start='', $limit='') { if($type == '') $type = '>'; $params = array('s.distance' => trim($type).' '.$distance); if($onlyenabled) $params['s.enabled'] = '1'; return self::findSchedules($params, $limit, $start); } But when I add that it gives me an error on the site and kACARS gives me about 10 error messages saying it lost connection to the site.. ..so im not gonna mess around with it myself unless no one is flying Thanks, James
  6. Nothing?
  7. Thanks +1
  8. 'since there is nothing i can do to stop you from using it at least dont use the exact layout as mine..
  9. nice! where did you get those flags?
  10. @Mark, Looks like I escaped this time @Irfan khan, when you copied that sidebar from my site, could you at least have being bothered switching it around abit and get remove my teamspeak link from it? I spent ages making that sidebar to work when I first made it and having it "taken" from me really pi*ses me off.
  11. Nice to see that you copied that sidebar on the right from my site, its the exact layout as mine but just green instead of black on the top In fact you have a folder called: fiv-update, which was the name of my old template's folder... You even have a (broken) image under the communities table leading back to my teamspeak 3 server man! (you even have the same navigation bar as this site: http://www.flyaka.com/ )
  12. If you are logged in before you set it to maintenance mode, you will bypass the maintenance page and you will be able to view the site.
  13. Thanks
  14. Go to your local config file and fine this: # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false); Change that 720 hours to 1 or something.
  15. Anyone?
  16. Hey, how would I show the pilots Group in their signature? Would it be something like: $output[] = 'Postition: ' . $pilot->group; Thanks James
  17. Any luck?
  18. Thank you
  19. Hi. Add: <?php $fieldvalue = PilotData :: GetFieldValue ( $pilot -> pilotid , 'Vatsim ID' ); if( $fieldvalue != '' ) { echo '<a href="http://www.vataware.com/pilot.cfm?cid=' . $fieldvalue . '" target="_blank"><img src="/images/charticon.jpg" width="28" height="28" border="0" alt="Vatsim ID" /></a></a>' ; } else { echo '<img src="/images/nonreg.png" width="20" height="18" border="0" alt="Not Listed" /></a>' ; }?> (got the code from http://forum.phpvms.net/topic/4098-vatsim-codingagain/page__p__29199__hl__vataware__fromsearch__1#entry29199 a while back) James
  20. When I go to that site, Google chrome tells me that is has being reported as an unsafe site, would that be why?
  21. Yup in the acars.tpl file. I do appreciate this
  22. Sorry for my lack of php knowledge but how would I load the schedule number? Thanks
  23. Still abit confused here, when I put <?php echo "{$schedule->distance}"; ?> into the acarsmap.tpl file, nothing shows up, Do I need a function in the acars.php module ?
  24. Yes but i need the total distance of a flight the pilot is flying to be shown on the live flight map (Im making a progress bar and I need the total distance of the flight in order to get the % of the flight completed) If you get what i mean..
  25. Where is the route information stored and how would I recall it?
×
×
  • Create New...