Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. This what I used to show the newest pilots. You can alter it to show a welcome message. CSS - goes in your skins css file. .clean-welcome{ border:solid 1px #349534; background:#C9FFCA; color:#008000; font-weight:bold; padding:4px; text-align:center; } Place the code below where you want to display the message <div class="clean-welcome"> <?php $newpilot = PilotData::getLatestPilots(1); ?> Welcome Alaska Adventures Newest Pilot:<?php foreach ($newpilot as $pilot) { echo $pilot->firstname.' '.$pilot->lastname.' ('.PilotData::getPilotCode($pilot->code, $pilot->pilotid).')'; } ?> </div>
  2. PM me your gamer tag and I will add you.
  3. I can't wait for GTA V to come out.
  4. Here is any idea. Global message to send a message to people flying. KInd of like what FSHost does. An admin can send a message through the admin center. Have the message scroll on their screen.
  5. Which css file is being used for this skin?
  6. You link isn't link correctly. The DOLv.rar is conneted to the link. Works fine when I copy and paste.
  7. I have recently set up a 55 gall reef tank. Still in the works. Here is what it looks like now.
  8. You sue they used kACARS? You will get that on a manual PIREP.
  9. I have noticed that when writing PM's to people, that the text is all one line. Even if you start a new paragraph when you compose the message. Is there a way to fix that?
  10. I am wanting to replace the new mail image with text. To show you have XX messages. How do I go about doing that?
  11. What was solved. You never made a post in this topic.
  12. Does each VA get there own or does everyone share an ip?
  13. https://www.facebook.com/pages/809Film/257880557603730 Click the About us for the contact info.
  14. flyalaska

    Airline Skin

    Nice skin. In the footer is says" Template from Template Monster, which is a paid skin.
  15. Some host will do it for you, to make sure everything is saves. Backup your Mysql database and server files. Create a new Mysql on the new server. Edit the user/pass in the server files and upload.Don't forget to change the nameserver to of the domain.
  16. The Routes Not Passed error is due to improper placing of JS link in the template
  17. V3 is already out - http://forum.phpvms.net/topic/5822-airmail-30/
×
×
  • Create New...