Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. There is a module for that. I think there are 2 different ones. One by SimPilot and one by Vanners. Look in their addon section.
  2. Since VA Central is dead, can I assume this will be dead too?
  3. I know this is an old post, I ran into a problem. Nothing I do will work. All I get is a broken image. Right click the broken image and I get. http://www.flyaka.com/images/airline/.png I have tried every code that was posted on this page, nothing. Any help would be appreciated.
  4. post the url in a new window, see if it opens there. If not. You are entering it wrong.
  5. flyalaska

    HubStats Class

    Have some progress. Its not pulling the monthly stats correctly. It's the 4th of the month now way we have that many hours already. HubClass file public static function TotalCargoBetweenDates($icao, $startdate, $enddate) { //Count total cargo $query = "SELECT SUM(cargo) as cargo FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND flighttype = 'C' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate' AND accepted = '1'"; $result = DB::get_row($query); return $result->cargo; } php file <?php echo HubStats::TotalHoursBetweenDates('CYQH', date("Y-m-01"), date("Y-m-t"));?> Not sure why it showing data now and not before.
  6. I don't use the default, I use http://www.flyaka.com/index.php/fsp_PilotRoster which is not separated by hubs.
  7. Changed the order, still not the correct order.
  8. Can anyone share their code that will link a random picture to the larger picture? Everything that I have tried has failed.
  9. I get an error Parse error: syntax error, unexpected ')' in /home/flyakaco/public_html/core/codon.config.php on line 148
  10. NP, I ran into that problem when we were making our email template. I started out with 100, so I had an offset. Was also trying to display their password in their email, with no luck.
  11. flyalaska

    HubStats Class

    What version are you on? I have the same problem.
  12. I been using IPB for the last 3 years, recently switched to SMF.
  13. Nice! If anyone has a offset Pilot ID, any number that didn't start with XXX000 would have to edit your pilot ID line. Pilot ID: XXX<?php echo $pilot->pilotid +99; ?> or <?php echo $pilot->email; ?></b> Replace XXX with your Airlines ICAO Replace 99 with your offset.
  14. Probably from VA Central. I had that happen to me. I disable anything to do with VACentral.
  15. Fix your javascripts. Most likley you have them in your layout in the wrong order. Something is misplaced there.
  16. That usually happens when you have your javascripts set wrong in your layout file.
  17. All the downloads are screwed up. I got that when I was going to make a dev domain. I tried the beta. No luck there. The admin links were missing when I went to admin.
  18. Myself and another pilot are having trouble with FSFK sending a PIREP to the website. We are both trying to send a non-scheduled flight. Our custom kACARS alows it. FSFK seems to not allow it. I am on phpvms_Extended Schedule does not exist. Please update this manually. Anyone run into this problem?
×
×
  • Create New...