Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. 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.
  2. Make sure you have the www. in the url instead of just the mysite.com
  3. bump
  4. 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.
  5. 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.
  6. Nice template!! I would find something to replace the "This is a test." under the login.
  7. css files
  8. Very Nice!!
  9. http://forum.phpvms.net/topic/5394-complete-flight/
  10. What errors?
  11. 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); ?>
  12. If you look at them both, you will see they are not the same.
  13. re download the phpvms and just install the installer files
  14. http://forum.phpvms.net/topic/6116-free-teamspeak-3-server/page__pid__41093#entry41093
  15. I get request for those too once in awhile. I just replied with a few links of actual charters.
  16. Well worth the money. I have no complaints. I am neither rich or out of my mind.
  17. Nice looking site!!
  18. Exactly!! Uploading videos will suck your bandwidth and disc space. Make a Youtube Chanel. Give people the log in info who wants to upload the videos. That is what I do. http://www.youtube.com/user/flyalaska2
  19. What?
  20. flyalaska

    Similar template

    Looks like a WordPress template.
  21. the html for the logo is in layout.tpl, the actual logo is in lib/skins/skin directory/images/
  22. Look in the Addons. It's there somewhere.
  23. I would ask in support.
  24. Good to know!! Thank you
×
×
  • Create New...