Jump to content

MichaelKattirtzis

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by MichaelKattirtzis

  1. Ok guys i need your help once again

    In fspax.php file should i change this

    'pilotpenaltytext'=>$_POST['PilotPenalityText'],);

    to this

    'pilotpenaltytext'=>$npilotpenaltytext['PilotPenalityText'],);

    or this

    'pilotpenaltytext'=>$npilotpenaltytext,);

    or leave it as is and just create the db entries ?

    ($npilotpenaltytext is the created db entry )

  2. You want the nav bar or the drop down background?

    I want the dropdowns backround that whiteish to change to orange and when i hover over a drop down menu like operations to change to orange (same as the dropdown backround)

  3. A little snipet that will help you add links for pilots over an amount of logged hours

    Example i let people over 80 hours to access charter flights so when they go over 80 hours a link comes up in their profile

    Change number 10 to less or more hours accordingly

    <?php
    $url = "http://www.websiteurl.net/index.php/charter";
    
    $site_title = "Charter Flights";
    
    if((Auth::$userinfo->totalhours + Auth::$userinfo->transferhours)<10)
    {
    //Dont show anything if hours are less than needed
    }
    else
    {
    Echo "<a href=$url>$site_title</a>" ;
    }
    
    
    ?>
    

  4. Excelent work again mate nice skin and i would like to ask where can i change the drop down menu color i searched most of the styles css but i did not understand where to change it :)

  5. Hello and thank you for the work you have done (phpvms

    I am new to all this and i will like to ask if anyone can guideme with a link or something how to setup correctly fspassengers (servers side) to speak with the pirep system that the phpvms uses so i can actually use it in my va and have pilots sent their pireps . So we can track hours flown by every pilot

    And is it possible to view them live inthe acars map ?

    Thank you for your help and time

  6. Hello and thank you for your work ... :) I have this error can someone help me ?

    Deprecated: Non-static method RuleregsData::getAllRuleCat() should not be called statically, assuming $this from incompatible context in/home/helle472/public_html/core/modules/Ruleregs/Ruleregs.php on line 12

    (greek transmition : Parapoli kali doulia file bravo)

×
×
  • Create New...