Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I'm thinking of buy the following. http://www.amazon.com/Saitek-Flight-Three-Lever-Throttle-PZ44/dp/B000TCD1UK/ref=pd_cp_e_1 http://www.amazon.com/CH-Products-Pedals-Simulator-300-111/dp/B0000512IE/ref=pd_cp_e_2_img The Saitek Pro Flight Yoke with Three-Lever Throttle is from Saitek The CH Products Pro Pedals USB Flight Simulator Pedals is from CH Products My question is, since these are made from 2 different companies. Will they work together?
  2. AVSIM and FlightSim has a link section for VA's, as well as other FS related sites.
  3. http://forum.phpvms.net/index.php?topic=1177.0
  4. No! That's the one I have now. I need the first stable v2
  5. Nabeel, I really screwed up my skins. I need to revert back to when I had no problems. Which was the 2x stable release. Do you still have that download(Full Version)? If you do can you email it me(eddie@flyaka.com)?
  6. I found a backup from when I first got my skin, would it hurt anything if I uploaded the core_htmlhead.tpl?
  7. I never touched it, no reason too.
  8. The map and bids work in Crystal.
  9. I wish it was that easy. I paid someone to skin my site. Because I have no idea what I am doing. I'm thinking its something do with the placement of the js tags in the header.
  10. I am using the default core_htmlhead.tpl file
  11. I never did! The problem is something with the skin.
  12. Put this in your navigation. <a href="http://www.your_site.com/forum directory/">Forums</a>
  13. I have found the problem. I did new install on my other domain. I used the default skin. That map worked fine. Once I uploaded my currant skin, It went back to the same problem. So the problem is somewhere in my skin. I am guessing the skin and the new update are not compatible. Thanks for the help. Sorry to cause such a pain.
  14. This is giving me a freaking headache.
  15. I had something similar to this http://jlvirtual.x10hosting.com//index.php click on the login button on the top.
  16. I have a feature for the Financial's. When you add a new plane to the fleet have the price of the plane deducted from the company's total revenue.
  17. It was already on my skin. I use buttons for the "BID" so I have the tpl already moved to the skins
  18. That's how I have the code for the users. With the <?php $usersonline = StatsData::UsersOnline(); ?> in there already. <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: [b] $usersonline = StatsData::UsersOnline();[/b] foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); */ if (!$usersonline) { } else { foreach($usersonline as $pilot) {echo "{$pilot->firstname} {$pilot->lastname}<br />";} } ?>
  19. No it didn't work from Nabeels code above.
  20. I tried the above for the bid, didn't work. When I mean pop up login, when you click the loging link you get a pop up box with the login form.
  21. Besides the map not showing, I have a few other problems since the new update. Flight Bids not working on IE, now not on Fire Fox Pop Up login not working Users Online only shows on the users when on the index page.
×
×
  • Create New...