Jump to content

lukasc24

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by lukasc24

  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
  13. Im thinking it is, all of those where installed just like they said and I indeed added that code, thanks though Also, I just used "phpvms" as my prefix for the database @CarlosEduardo2409
  14. I found one that I like which supports My SQL 5.7, will that be a problem when using PHP 5.6?
  15. Thanks, can you recommend a good and affordable hosting service?
  16. I installed Elaskin all good but whenever I try to login into the CrewCenter I just get a spinning circle indicating that it is loading but it never ends up loading. I am using free hosting Im on phpvms 5.2.2 PHP V5.6 Any help is appreciated
  17. Hi, Ive installed ElaSkin and im not getting any error messages but the page just keeps loading and loading with this little icon that spins, anyone know why its doing this?
  18. And I have another test CC where I can make and delete custom fields no problem
  19. I want to add miles so that when pilots fly multi legs, they only have to file 1 PIREP, I am running with freehosting, clearing my cache doesnt do anything either
  20. I made a custom PIREP field but I want to delete, but whenever I click delete from this page, It sends me to this page (below) and when I click delete the page just refreshes and nothing happens Any help is appreciated, thanks (full picture of the window)
  21. People where telling me that this could be caused because InfinityFree (the hosting site im using) blocks some things like biding since they are free, is this true?
×
×
  • Create New...