Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. http://fs-products.net/ Look at the custom ACARS
  2. I have been a member of this board since 2008, why am I still in the Validating group?
  3. The ability to have an email send a pilot a random flight from the database after they file a PIREP.
  4. The trick is picking domain names that people will actually buy.
  5. Thanks, we have that one already, we need to try and find out what the session variable is for the pilot ID, this way we can match who is currently logged in to the database and then allow the chat for the member pilots only
  6. We are upgrading our chat to ArrowChat. We trying to integrate it with our database. Ran into a wall. Having problems with the sessions. The chat script wants the data from the cookie. We can change that from cookie to session without a problem. Just don't know what the variables are. Any help would be appreciated.
  7. I have that MOD, well worth the money.
  8. Give me your chat link? It worked fine for me.
  9. Admin--> Pilots and Groups --> Pilot Groups --> Add Group
  10. FSACARS is no longer supported here, and is no longer developed. It is full of bugs. Switch to kACARS which is supported here.
  11. XACARS will always have a landing rate of 0. It doesn't record the landing rates. It really does't record much stats.
  12. flyalaska

    Routes

    I can't see anyone you paying you for something that was not coded by you.
  13. Look under the Skins forum, there are some nice free templates.
  14. Here is a pic of mine. Nothing fancy. Under the Downloads tab in the menu, I have them listed by category. The actual Downloads table itself.
  15. What does your downloads look like now?
  16. Looks like its this bunch of code. The first line of this code. Back up this file before you start changing it. .nav li a:hover { background: /*#f2f2f2*/ #FAFBFF; color: #000; } #nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #000; } #nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #565656; color: #959595; } #nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #000; }
  17. Look in your skins css
  18. I now just have special flight numbers for the tours. I add a T in the number. (AKA125-T) make sure that number is never used again. Keep goin up in the order.
  19. Of course, if the Pilot has never logged in our flew a flight.
  20. For last flight use, <?php echo date('m/d/Y', strtotime($userinfo->lastpirep));?> That's how I have it on my site. I don't have a Last login displayed on my site, you can try <?php echo date('m/d/Y', strtotime($userinfo->lastlogin));?>
  21. Re install v3. You have some v2 files uploaded by mistake.
  22. Doubt it ever will, his username is as a Guest now. He deleted his account or got banned.
×
×
  • Create New...