Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. flyalaska

    HubStats Class

    I use phpvms_ as my prefix. I am using phpVMS Extended from SImpilot. Would that make a difference?
  2. Anyone know how to get my pilot list in order? Ever since the pilot ID went over 1,000 they went out of order. How do I fix this?
  3. flyalaska

    Problem

    Check your profile settings
  4. Can you tie in SimPilots Tour MOD?
  5. 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!
  6. 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.
  7. 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.
  8. VA Central has issues. You should disable it.
  9. Are you using ; by chance?
  10. -1 landing rate
  11. 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.
  12. 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/
  13. Your Slide Show on covers 75% off the screen on my end. (Google Chrome)
  14. 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
  15. 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
  16. go in admin, go to IP Content blocks, than add new
  17. <?php echo PilotData::GetPilotCode($pilot->code,$pilot->pilotid)?>
  18. The SSI is junk. You have to use IP Content. Thats how I did it.
  19. Show your lates forum post on your site. If they see whats being discussed, they will more likely join in.
  20. If you are referring to the pilots welcome email, here is what I am using. <?php echo $pilot->hub; ?>
  21. What is your big problem?
  22. Check your spam box. I have all mine returned. They show in my spam box.
  23. core/local_config
×
×
  • Create New...