Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yeah, I'd just rename the file and pull the config file link from your profile_main.tpl file. Just when you update, be sure to delete that file again, but if no one has configs, then it doesn't matter
  2. You'd have to do a LIKE query $division = '-NOC001'; $params = array( "s.flightnum LIKE '%{$division}%'", ); $allflights = SchedulesData::findSchedules($params); Something like that
  3. In the l ocal.config.php put DEBUG_MODE to true, and in the /core/logs folder, make sure xacars.txt is writable. Then try turning on ACARS, see if anything comes in the log. If not, then XAcars isn't reporting to your server. If there is, pastebin the log file or send it to me and I can take a look
  4. On the PIREP page, not the airport. Are your flights all chartered flights/from ACARS?
  5. Try a different browser and see if it works there
  6. http://docs.phpvms.net/api/codon_core/StatsData.html#AircraftUsage http://github.com/ns....class.php#L325
  7. Strange, if it happens again, run install/checkinstall.php to make sure no files are corrupted
  8. Pastebin your code. It's probably a CSS issue I'd imagine, try adding some clear:both, etc
  9. Look in the schedule_results.tpl file, there are comments in there explaining which code it is. you can just copy and paste those in. I doubt simpilot has the time, I've also been extremely busy the last few weeks
  10. That's in the default layout.tpl file
  11. Not sure what you mean, on the phpVMS side? You have to write an ACARS module and however you pass a detailed log to it you have to store that
  12. "Not working" is a bit vague
  13. Is your division based on airline code, or did you add a new field?
  14. What browser? Are cookies enabled?
  15. There's a function which does that already in statsdata
  16. You can probably just copy the filter from the default module
  17. Nabeel

    HELP!

    Putting a / in front of the image path goes to the domain root. That's probably not what you want. Use an absolute URL
  18. If you edit the PIREP, which values for prices are showing up?
  19. You're doing: foreach($allairlines as $allairlines) It should just $allairlines as $airline, then you use $airline in the loop
  20. Nabeel

    Pilot Pay

    Ray, if you can add that request to the bugs site as an enhancement I'll see what I can do
×
×
  • Create New...