Jump to content

Iraklis

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by Iraklis

  1. hi baggelis.

    I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled.

    also we are using the Real Booking system from phpmods (servetas)

    any ideas???

    any help please???

  2. Go into core/common/TimetableData.class.php

    And replace the first function with this one

    public function get_schedules($offset) {
     $query = "SELECT * FROM ".TABLE_PREFIX."schedules
     WHERE code <> 'CH'
    			 ORDER BY depicao ASC
    			 LIMIT 30
    			 OFFSET $offset";
     return DB::get_results($query);
    }
    

    thanks a lot!! Worked like a charm!!!!

  3. hi baggelis.

    I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled.

    also we are using the Real Booking system from phpmods (servetas)

    any ideas???

  4. A real pilot had said to me that a landing rate less than 70f/m is UNSAFE for the passengers and the the aircraft.

    So my opinion:

    1--> YES

    2--> Give them something like bonus, or name them Excelent Landing

    3--> 50 - 70f/m the unsafe and all over 600-700f/m as high penalty

    4--> YES

    5--> i think that the manufacters of the airplanes don't have other paramaters for cargo. they don't build different aircraft for the airlines and for the cargo.

  5. is there a way to send them after they have accepted or rejected?

    also one PIREP with -877 that has been rejected! All the others as you can see there are below 600f/m!

    so you force the pilot to perfom as you saying "grease landings"?

    i thing this is unfair!!! a nice landing rate must not be under 150f/m in the real world i think...(forgive if i'm wrong here)

  6. I have to agree with this!!! Every day we have an average of 10 flights and this week we droped from 7th to 37 losing around 500 points. Why??? i don't know.... and the landing rates are between 150-400f/m.

    "Airlines with 1 pilot on their roster are getting 1000 points just like that."

    Why??? Can someone anwer this question???

    If there is a problem with the system you should tell us.

    Thank you!

  7. try this....

    go to core\templates and fidn the login_form.tpl file

    in there you must have this

    <h3 style="text-align:center">Login</h3>
    <form name="loginform" action="<?php echo url('/login');?>" method="post">
    <?php echo "<?xml version='1.0'?>"; ?>
    <?php
    if(isset($message))
    echo '<p class="error">'.$message.'</p>';
    ?>
    <center>
    <dl>
    <dt>E-mail Address:</dt>
    <dd><input type="text" name="email" value="" />
    
    <dt>Password:</dt>
    <dd><input type="password" name="password" value="" />
    
    <dt></dt>
    <dd>Remember Me? <input type="checkbox" name="remember" /></dd>
    <dt></dt>
    <dd><input type="hidden" name="redir" value="index.php/profile" />
     <input type="hidden" name="action" value="login" />
     <input type="submit" name="submit" value="Log In" />
    
    
    <dt></dt>
    <dd><a href="<?php echo url('Login/forgotpassword'); ?>">I forgot my password</a></dd>
    </dl>
    </center>
    </form>
    

×
×
  • Create New...