Jump to content

sasvirtual

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by sasvirtual

  1. 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!

  2. 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

  3. 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?

  4. 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!

  5. 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

  6. 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

  7. 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

  8. 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"

×
×
  • Create New...