Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yeah, I like it a lot. I'm getting much less work done than I already do hahaha. I don't get too much time to play, sadly, but the time I have, the story line is great and it's just engrossing
  2. Sorry for the delay, you've been activated
  3. The table itself? THe master SQL file is in the /install directory. If your aircraft are gone, someone else's list won't help, since registration #s won't match
  4. An ID or something must have changed when you were editing it. That's weird - there are no FK relationships for that to cascade. The retire pilots doesn't work very well, true - any suggestions on what/how to fix it?
  5. Exactly what I was going to say. I use Blueprint now for almost everything
  6. YOu can also set this to false: https://github.com/nshahzad/phpVMS/blob/master/core/app.config.php#L75 Copy that line into your local.config.php file Config::Set('CHECK_SCHEDULE_DAY_OF_WEEK', false);
  7. Jeff is right, you'll need to create a module to do that. Check the docs
  8. Let's get a group together! I'm on Death Wind Corridor... spicymcwookie!
  9. Ok, I'm not seeing this problem? Same with the transfer hours... seem to be all saving?
  10. In the templates folder? You have to make a folder inside templates called touchdownstats and put it in there
  11. The default ones don't log in. I think kAcars does, though
  12. Is the URL correct in your vacentral profile?
  13. The ID is an autoincrement set by the database. There's no way around it.
  14. With that message just try later, some weird server issues happening atm
  15. What did, refreshing or that autocalc line?
  16. 10k!? Holy cow! If you're moving your site, before you actually move anything, you need to do a few things (if you're also moving your domain to point to a new server) - Set your domain's DNS TTL down to 5 minutes. Wait 24 hours for that change to propagate. - During that 24 hours you can move your files over. - Backup your site. Shut down the old site with a "moving" message. You might want to include "if you see this page, update your DNS since you're pointing to the old server" - Change DNS/nameservers to the new host - Wait 5 minutes, move your database over, as well as any files that may have changed - Open your new site, - Change TTL values back to the defaults/recommended That should hopefully minimize your downtime. If your usage is high, I'd highly recommend going with a managed VPS provider; you'll like have the same issues on another shared host
  17. You can make a call to get the airport information. If you do a search, it's around, I don't remember the exact call off the top of my head.
  18. You can make a call to get the airport information. If you do a search, it's around, I don't remember the exact call off the top of my head.
  19. Nabeel

    Signatures

    775 or 777, I'd ask your host what they recommend, it depends how they've setup file/folder ownership.
  20. Looks like your pilots are not using acars correctly
  21. It has to be in PHP tags <?php print_r($report); ?> You'll see a list of variables you can use with <?php echo $report->[variable]; ?>
  22. Thanks, I'm hoping to look into it this week. Still recovering from turkey day break haha
  23. Nabeel

    font

    You can also use http://www.google.com/webfonts
×
×
  • Create New...