Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Which ACARS software? There a few of them now.
  2. I am home now. I will send you the files that you need to integrate the chat. Not 100% sure it will work. I am on Aerochat v1.6
  3. That worked, thank you!
  4. Header.tpl is from an old skin.
  5. That is inair image. I am not having that problem. I am trying to display the Airline logo in the table.
  6. Still no go http://www.flyaka.com/images/airline/.png @Vangelis what exactly do you mean? I really have no clue what I am doing here.
  7. Whats your url?
  8. It could just be a free skin. There are many cookie cutter skins out there. Only thing that stood out for me was" Recoded for phpVMS". Both sites have it on the footer, both were done by different people.
  9. http://www.flyaka.com/images/airline/AKA.png and http://www.flyaka.com/images/airline/AAC.png
  10. I have tried about everything to show the image of the airline on the live map. I am able to show the image on the Departures and arrivals, just not the live map. The currant code <img src="<?php echo fileurl('/images/airline/'.$code.'png'); ?>" alt="<?php echo $airline->name;?>" /> This is what it is putting out http://www.flyaka.com/images/airline/png I
  11. I get a 404 when I go to your Modules Page
  12. That worked thank you, Do you how I can make it show with the decimal and full change? It shows 13814.1 want to show 13.814.10
  13. Just shows the $ sign
  14. I am running into a problem. I made a box to display the pilots total earnings. This is in layout.php. This is what I am using to display the money. <?php echo FinanceData::FormatMoney($userinfo->totalpay)?> Any idea what I am doing wrong?
  15. 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.
  16. Since VA Central is dead, can I assume this will be dead too?
  17. 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.
  18. post the url in a new window, see if it opens there. If not. You are entering it wrong.
  19. 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.
  20. I don't use the default, I use http://www.flyaka.com/index.php/fsp_PilotRoster which is not separated by hubs.
  21. Changed the order, still not the correct order.
×
×
  • Create New...