Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. flyalaska

    Problem

    Check your profile settings
  2. Can you tie in SimPilots Tour MOD?
  3. flyalaska

    HubStats Class

    AM I missing something? I have public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } in my HubStats.class and this on my frontpage_main.php <?php echo HubStats::TotalHoursBetweenDates('PANC', date("Y-m-01"), date("Y-m-t"));?> Still getting a blank return. Any help would be appreciated!
  4. I know this is an old post. Has anyone found a fix to this. I have a pilot who only uses this. For some reason he gets this error. Nothing has changed on his end.
  5. I don't think its a kACARS problem. Most likely a VACentral issue. Slowing down your server. I had the same issues. We were freezing, admin section took forever to load. I disabled VACentral and works fine now. Atleast that was my issue.
  6. VA Central has issues. You should disable it.
  7. Are you using ; by chance?
  8. -1 landing rate
  9. Its done in phpMyAdmin Go into phpMyAdmin. Go to your pilots table. On the top tab, click on Operations. If you have deleted the last X pilots, just change the number to 1 and the next pilot will be in order. If have any new pilots since you deleted, this will not work.
  10. Its from acars timing out out and the pilot keeps hitting the submit button. SimPilot posted a fix. http://forum.phpvms.net/topic/20691-admin-and-acars-timeout-errors/
  11. Your Slide Show on covers 75% off the screen on my end. (Google Chrome)
  12. go to phpmyadmin, go in the pilots table. Click on the operations tab. In the Auto Increment field, change the currant number to 1. Since you have a new pilot since you deleted the others, there is nothing you can do now. You
  13. flyalaska

    HubStats Class

    I am getting a blank return. <?php echo HubStats::TotalHoursBetweenDates(CYQH, date("Y-m-01"), date("Y-m-t"));?> I added the class to my hubstats class
  14. go in admin, go to IP Content blocks, than add new
  15. <?php echo PilotData::GetPilotCode($pilot->code,$pilot->pilotid)?>
  16. The SSI is junk. You have to use IP Content. Thats how I did it.
  17. Show your lates forum post on your site. If they see whats being discussed, they will more likely join in.
  18. If you are referring to the pilots welcome email, here is what I am using. <?php echo $pilot->hub; ?>
  19. What is your big problem?
  20. Check your spam box. I have all mine returned. They show in my spam box.
  21. core/local_config
  22. So would I
  23. I'm interested
×
×
  • Create New...