Jump to content

lukasc24

Members
  • Posts

    29
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lukasc24's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I was wondering of anyone knows how to change the color/upload an image to change the backround color and sidebar color in iCrewLITE. Thanks
  2. Im still getting the same thing
  3. that just changed the font
  4. like this? <a class="nav-link" href="<?php echo url('/pireps/filepirep'); ?>"> <i class="fas fa-map-marked-alt"><span>File A Manual PIREP</i></span> </a>
  5. Hello, Im trying to add "File a Manual PIREP" to the sidebar of stilsa skin and ive added this to the app_top.php.... a class="nav-link" href="<?php echo url('/pireps/filepirep'); ?>"> <i class="fas fa-map-marked-alt"></i> <span>File A Manual PIREP</span> </a> But the text is in a weird purple color and its not aligned with the other text on the sidebar, anyone know what to do?
  6. Not using free hosting this time, however the plugin manager runs the database scripts for you, correct? So how would I do that just manually?
  7. Hi, Im using phpVMS 5.5.2.72 on PHP 7.2 and im unable to install AirMail 4.x with the plugins manager, Im using the uploads that phpVMS gives you with github and im still getting a "Missing config file" error
  8. How can I insert sql or update, im new to all of this so sorry if this is an easy question to answer
  9. Hello, What I mean by that is, right now, my CC is just using the standard distance calculations, meaning the mile you earn just com from how far the 2 airports are, I want pilots to be able to log flights with the exact amount of miles they flew (if their fpl added a couple hundred miles or if the flight has a multiplier like with an event or something like that) Thanks
  10. Hi, if I want to allow pilots to enter a custom amount of miles (if they have a multiplier or something) 1. would this work? $sql = 'SELECT SUM(distance) AS distance FROM '.TABLE_PREFIX.'pireps WHERE pilotid = '.$pilotid; $info = DB::get_row($sql); echo $info->distance; and 2. how could I get a PIREP field that would change the total miles for pilots thanks
  11. I asked somewhere else and was told that any version of My SQL will work for phpVMS so I guess it doesnt matter but thanks
  12. Every plan that I found was My SQL 5.7 and people are saying My SQL 5.6 is only supported on VPS plans and those are a lot more expensive
×
×
  • Create New...