Jump to content

sasvirtual

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by sasvirtual

  1. Hey guys I'm building a virtual airline and I just finished up the barebone design of the site. What do you think? www.northeastvirtual.com
  2. Hey guys! Here is my issue... <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body style="font-family: candara"> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php Template::Show('news_newsitem.tpl'); ?> <?php Template::Show('core_navigation.tpl'); ?> </div> </div> </body> </html> This works on the home page but when I click on "Pilot Center" I get the same thing and the only difference is the link shows for index.php/profile <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body style="font-family: candara"> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php echo $page_content ?> <?php Template::Show('core_navigation.tpl'); ?> </div> </div> </body> </html> This works like phpVMS but I need a way to put the "Recent Reports" etc on a side bar, not directly under the news! Any help would be great!
  3. Looks good! If you want to see go to http://www.alaskaairvirtual.com If you have a code for recent PIREPS and new hires, that would be AWESOME! Thank You!
  4. I got an error. Here is my coding: <div id="sidearea"> <h3>Newest Pilots</h3> <?php foreach($pilots as $pilot); { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php } ?> </div> Warning: Invalid argument supplied for foreach() in /home/alaskaai/public_html/lib/skins/brilliancev1/layout.tpl on line 166
  5. I was wondering where the .tpl files are for the latest flights and pilots hired. I know it is somewhere in the core/template area but I couldn't find it. Can you please tell me the name of the file or attach one on here so I can get the code. Using the Brilliance template at http://www.alaskaairvirtual.com
  6. Oh really I will check out the layers! Thanks Guys!
  7. Hey! I am looking for the set of images to complete the default phpVMS rank images. It only came with the "new hire" images as seen below.
  8. I am making a virtual airline (Alaska Virtual Airlines) and will be setting it up with phpvms. I want to use the logo and name of the Real World Alaska Airlines/Horizon Airlines on my site. What should I do so someone doesn't come knocking on my door?
  9. When I go to make a flight bid with the Brilliance Skin, It doesnt do anything other than giving me an error "No route passed". How can I fix this?
  10. That happened with me too when I had a free host. Now I have paid and it works fine. Probably one of the bigger issues with free hosts and phpVMS.
  11. Hi all, I have been trying to test out php pages I make on my own without having to use a free host then use phpmyadmin to make databases. How can I do this all on my solely on my pc. If there you guys have some sort of programs or list of programs I can run together to test out new pages, it would be great! Thanks!
  12. Hi I am using the Obsess Blue Roster and I am having some css/template issues. On my pilot roster it makes a new "look at me and other content" box for each hub. How can this be fixed. Link to site: www.goflyvc.com
  13. Welcome to GoFly Virtual Charters. We fly out of KMDW and other regional airports around the Great Lakes Area. We also focus on the: Boston Area, L.A. Area, Seattle Area Our fleet ranges from small Cessna 172s all the way up to Citation Xs and Learjet 60s! Join The Fun at www.goflyvc.com!
  14. i ran the checkinstall.php and got: phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.13.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors
  15. Would it work if i just reinstall phpvms?
  16. For some reason my airport and schedule tables dont load. It does add the data though because when I go to add routes, the airports show up when I start typing out the ICAO. How do I fix this?
  17. Is there a file containing pilot rank pictures like this one I attached (The default new hire rank picture). Only need a few let me know where i can find these pictures
  18. Im proud to say i got as far as ive gotten so far, but i need some help customizing my site. Mainly switching the logo and colors but the layout of the default skin is ok. Can you please tell me what to edit. http://www.sasvirtual.heliohost.org/index.php
  19. Okay i will see if there is any way for my host to fix it if not, im getting paid
  20. Would using a different host fix this problem if i switched (still using free hosting)?
  21. I got it installed but for some reason i got all this scripting come up at the top of the screen and also when i fill out a registration form, it says "Could not open socket". The page is here: http://sasvirtual.netii.net/index.php/registration
  22. sorry im new to all this, which ones do i download.
  23. Hi all, I am trying to set up a kacars client for pilots to use via phpmyadmin with the use of databases and tables. How can this be done and where are the scripts with directions on how to make the tables
  24. When i open up www.sasvirtual.heliohost.org/install/install.php, i get this error: "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@sasvirtual.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.2 Python/2.4.3 Server at www.sasvirtual.heliohost.org Port 80"
  25. I figured out how to set the permissions but when i uploaded the phpvms file, i got this error: Fatal error: Class 'DB' not found in /home/a9333231/public_html/core/common/SettingsData.class.php on line 28 how can this be fixed?
×
×
  • Create New...