BlueIce V2

22 hours ago, flyalaska said:

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.

 

 

Thank you! Now it worked right

1 Like

Hello;

 

I am installing the BlueIcev2 on my site.

The acars map on front page and live map page is blank.

I made all the changes that the documentation stated, but I think I am missing something.

My site is https://paaclippersva.com/

 

Thanks in advance for any help.

It appears that the CSS files aren’t loading. Double check that you installed the skin correctly and that you uploded all the files to their correct locations.

 

If that doesn’t fix it, the skin developer will get back to you once he sees your post.

Thanks, ProAvia;

 

Having to start all over from scratch.

Will try again!

Your site is still messed up. PM me.

Hi FlyAlaska;

 

Still working on things and will get back to you.

Someone hacked my site and had to reinstall everything.

Thanks

 

On 5/10/2020 at 10:23 AM, perryfincher said:

Hi FlyAlaska;

 

Still working on things and will get back to you.

Someone hacked my site and had to reinstall everything.

Thanks

 

PM me if you need help.

Hello, I uploaded the code that you posted and when I open the crew center it shows the following error: Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in /home/vol3_4/epizy.com/epiz_26466533/htdocs/core/common/StatsData.class.php on line 879

 

I pasted this:

 

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;
}

Hello Guys,

GREAT Work!

 

Is There any way to change to complete Layout Width to make to Design wider?

 

Thanks!

Hi guys,

 

I might be being really stupid here.

I have just installed phpVMS (vrs7) and am moving our airline over to this new site, we really liked the skins on offer and was trying out the 3 that you had uploaded.

 

I followed the install procedure and dropped the lib folder in the root phpVMS folder as suggested but nothing ever appears in the settings area of the website only deafult.

 

What am I doing wrong.

 

Once we get it alive we can then alter it to fit our airline.

 

All the best

 

Doug

 

 

 

 

On 11/14/2020 at 5:01 AM, Dougjuk said:

Hi guys,

 

I might be being really stupid here.

I have just installed phpVMS (vrs7) and am moving our airline over to this new site, we really liked the skins on offer and was trying out the 3 that you had uploaded.

 

I followed the install procedure and dropped the lib folder in the root phpVMS folder as suggested but nothing ever appears in the settings area of the website only deafult.

 

What am I doing wrong.

 

Once we get it alive we can then alter it to fit our airline.

 

All the best

 

Doug

 

 

 

 

Skin is not compatible to phpVMS7

Thanks I found out shortly after should have closed my question

 

regards

 

Doug