Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    PMDG 747X

    Might happen because it balances fuel automatically, maybe those messages can be ignored if its the PMDG?
  2. Gotta love it when they mispell in the app
  3. Sorry, I thought I had posted asking if you recieved the emails? Do you have another email address to try?
  4. I wish I had time!
  5. Yep, it's interfering with those acars templates
  6. No that's fine because its defining a dictionary array and thats the last element. Make sure PenaltyPoints is the correct name
  7. Any errors in the error console? that ends up happening because of a javascript error
  8. That's what I'm thinking too, I'd contact your host about it
  9. use action.php instead of index.php, it goes skinless
  10. That sounds like you host has asp_tags enabled in their PHP config. You'd have to contact them about that
  11. Jeff is correct, right now it doesn't look at the fields passed. Unless you're using beta
  12. You'd use this: http://docs.phpvms.net/api/codon_core/OperationsData.html#getAircraftByReg
  13. So you want to show flights which are in your location right now?
  14. I think you need a few clears in there to get that to sit properly below I'd implement the one in the admin panel, but I just haven't had the time.
  15. Moving to code snippets. What is that line?
  16. Nabeel

    admin templates

    If you want to modify just that layout fine but make sure no javascript or includes are touched. And no admin templates are touched either
  17. Nabeel

    Space

    Maybe a float or a tag not closed?
  18. I'm not sure what you mean
  19. Can you PM me your email address/
  20. You should be using $this->get->reg Also, you don't need static, you can just call it using $this->getAircraftInfo(). Though you should call the API OperationsData::getAircraftInfo()
  21. I am looking into it right now Jeff, sorry. Is it ok if I go into your site to debug?
  22. Yes, login, and profile, and then edit profile. You can change it there
  23. If it's not in local.config.php, it just uses the values in app.config.php. Local.config isn't touched by the installer, so any new settings I add don't automatically get added into the local. In this case, those settings I've added in betas
  24. Right, thing's won't work properly if there's no schedule tied to it
  25. Yeah, sending emails is working.. just checked. Hmm. Not showing up in your spam folder or something?
×
×
  • Create New...