BlueIce V2

Thank you for looking at my skin.BlueIce v2 is a major update from previous versions. BlueIce is for php skins only and was tested with SimPilots 5.5 base and ProAvia 5.5 update for php 7 . There are two downloads. One for php 5.6 and the other for php 7.2

Whats all included:

 - Bootstrap v4.1.3 compatible

 - Font Awesome 5 icons

 - OpenStreet Map

  • Custom public profile

  • Custom Pilot profile/Dashboard

  • Styled tables

Modules Needed (included):

You will need to install a few modules for this template to work. (included)

AirMail 3

All Awards

Ranks

Touchdownstats

DO NOT install the template files.

***PLEASE READ THE DOCUMENTATION FOR INSTALLATION***

 

Download - php 5.6

Download -  php 7.2

Download  - phpVMS for php 7.2 (Thanks ProAvia)

 

 

 

Very very nice, Outstanding Job for sure ! 

Jim 

I installed the skin and it’s working fine thanks guys for the skin update to a new version. 👌

http://www.qatar-va.org/

http://kuwaitairways-va.org

Big thanks.

Looks awesome! Good job.

Nice skin!!!

 

Can you tell me which file to modify to change colors to skin for menus, border, header, footer, etc.?

 

Thanks in advance

css files, vendor/bootstrap/bootstrap/min.css and css/styles.css

Thanks!

Will look into it 

Hello,

 

Working on installing the BlueIcev2

I got this error message

 

Users Online:
Parse error: syntax error, unexpected ‘public’ (T_PUBLIC), expecting ‘;’ or ‘{’ in /home/perry/public_html/core/common/StatsData.class.php on line 878

 

After pasting the following in the StatsData.class.php

Not sure what the issue is.

Any help will be greatly appreciated.

 

public static function get_stats_by_cur_month($howmany)  public static function TotalPilotMiles($pilotid)
{
  $key = ‘total_miles’;
  $key .= ‘_’.$pilotid;

  $total = CodonCache::read($key);

  if($total === false)
  {
   $total = 0;
   $sql = "SELECT * FROM ".TABLE_PREFIX.“pireps WHERE pilotid=‘$pilotid’ AND accepted=1”;
   $results = DB::get_results($sql);
   if($results) { foreach($results as $result) { $total += $result->distance; } }

   CodonCache::write($key, $total, ‘15minute’);
  }
  return $total;
}

   public static function getpilotsbestlanding($pilotid)
    {
            $sql = "SELECT landingrate FROM ".TABLE_PREFIX.“pireps WHERE pilotid = ‘$pilotid’ AND landingrate < 0 ORDER BY landingrate DESC LIMIT 1”;

            $result = DB::get_row($sql);

            if(!$result)
            {
                return 0;
            }

            $result = $result->landingrate;

        return $result;
    }

        public static function getpilotsworselanding($pilotid)
    {
        $sql = "SELECT landingrate FROM ".TABLE_PREFIX.“pireps WHERE pilotid = ‘$pilotid’ AND landingrate < 0 ORDER BY landingrate ASC LIMIT 1”;

            $result = DB::get_row($sql);

            if(!$result)
            {
                return 0;
            }

            $result = $result->landingrate;

        return $result;
}

 

 

2 hours ago, perryfincher said:

Working on installing the BlueIcev2

I got this error message

 

Users Online:
Parse error: syntax error, unexpected ‘public’ (T_PUBLIC), expecting ‘;’ or ‘{’ in /home/perry/public_html/core/common/StatsData.class.php on line 878

 

See here:

//forum.phpvms.net/applications/core/interface/index.html

 

Thanks!!

Hello,

When pilots are flying, the live map isn’t even showing when I got to the ACARS page all see is a table where a list of flight should be shown but there is no map and no pilots in list that are flying.

 

Thanks.

10 hours ago, CorporateVirtual1 said:

Hello,

When pilots are flying, the live map isn’t even showing when I got to the ACARS page all see is a table where a list of flight should be shown but there is no map and no pilots in list that are flying.

 

Thanks.

Link?

On 4/19/2020 at 5:07 AM, flyalaska said:

Link?

Here is the link http://flybevirtual.net/index.php

PM Sent

Hello!

 

Very good, I will use it in my VA (https://www.anumara-cargo.com).

 

One detail, I didn’t find the “JOIN Module” in the “3rd Party MODS” folder, what should I do?

 

Thank you

The registration is built into phpVMS. You don’t need a separate addon module.

 

 

Hello

 

When I click on: “Join Today” the action points to “https://anumara-cargo.com/index.php/Join” and displays the error: An Error Was Encountered The module “JOIN” doesn’t exist!

4 hours ago, GustavoMinuano said:

Hello

 

When I click on: “Join Today” the action points to “https://anumara-cargo.com/index.php/Join” and displays the error: An Error Was Encountered The module “JOIN” doesn’t exist!

Link? You get that error, because you didnt install the Join module.

58 minutes ago, flyalaska said:

Link? You get that error, because you didnt install the Join module.

 

Here is the link https://anumara-cargo.com/index.php

 

Please, I did not find in the documentation how to install the module.

3 hours ago, GustavoMinuano said:

 

Here is the link https://anumara-cargo.com/index.php

 

Please, I did not find in the documentation how to install the module.

That mod got removed some how. here you go.

https://www.209studios.com/files/Join.zip

extract and upload the Join file to core/modules folder.