Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Why is your map centered on the Northeast coast if you are a Alaska Airline?
  2. I had that problem when I first started. 80% of my airports are only 3 digest. Here is how I do it. In phpVMS admin ad the airport as normal. Than go to airnav.com and look up the airport and manually add the airport name, coordinates, ets.
  3. Warning: Invalid argument supplied for foreach() in /home/cmorton/public_html/lib/skins/equivalency/frontpage_main.tpl on line 21 On front page
  4. We don't restrict fleet to the ranks. Here is how I have my structure. http://www.flyaka.com/index.php/rank
  5. Maybe Google forces it. I went to add the code and in the file, and it was already there. Seems they have it for my forums for some reason, or could of been an old file. Anyways I have it working now. Thanks for the tip.
  6. You might have your thumbs set too big for your skin.
  7. Some host will have this already done for you. Mine has it done by default.
  8. I had the problem before, some when I would go to my site, I would type flyaka.com in the browser. Got the same message. When I added the www. I had no problem.
  9. Make sure you have the www. in the url instead of just the mysite.com
  10. I making a dev phpvms on a sub-domain. When I install phpvms, I get no admin. The user I registered with on the install only has basic permission. When I manually go to admin through the browser I get the Unauthorized access error. Any ideas? I have this installed on a separate DB and user.
  11. I see the distorted images too. I use Google. You should also test your site in all browsers and make sure it works in all browsers.
  12. Nice template!! I would find something to replace the "This is a test." under the login.
  13. http://forum.phpvms.net/topic/5394-complete-flight/
  14. Here is what I use, titled frontpage_recentbids.tpl <?php if(!$lastbids) { echo 'None'; return; } foreach($lastbids as $lastbid) { echo ''; $pilot_info = PilotData::GetPilotData($lastbid->pilotid); echo $lastbid->firstname; echo ' - '; echo $lastbid->depicao.' - '.$lastbid->arricao; echo ' - '; echo $lastbid->aircraft; echo '<br />'; } ?> <br /> To display it <?php MainController::Run('FrontBids', 'RecentFrontPage', 5); ?>
  15. If you look at them both, you will see they are not the same.
  16. re download the phpvms and just install the installer files
  17. http://forum.phpvms.net/topic/6116-free-teamspeak-3-server/page__pid__41093#entry41093
  18. I get request for those too once in awhile. I just replied with a few links of actual charters.
  19. Well worth the money. I have no complaints. I am neither rich or out of my mind.
×
×
  • Create New...