Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. as far as I know only admin gets an email when a new pirep is submitted.
  2. echo '<td align=center><img src="'.fileurl('/images/airline/'.$pirep->code.'.png').'" alt="'.$airline->name.'" /></td>';
  3. Try contacting him on Facebook
  4. https://www.facebook.com/pages/809Film/257880557603730?ref=profile Click about for contact info
  5. You do relize that everyone here is a VA owner. Really no point of posting your help wanted here.
  6. I like it. He is using IP Content. Pretty much what you can do with it.
  7. http://forum.phpvms.net/index.php?app=ccs
  8. Which ACARS software? There a few of them now.
  9. 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
  10. That is inair image. I am not having that problem. I am trying to display the Airline logo in the table.
  11. 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.
  12. 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.
  13. http://www.flyaka.com/images/airline/AKA.png and http://www.flyaka.com/images/airline/AAC.png
  14. 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
  15. I get a 404 when I go to your Modules Page
  16. 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
  17. 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?
×
×
  • Create New...