flyalaska Posted January 30, 2020 Report Share Posted January 30, 2020 (edited) 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) Edited March 22, 2020 by flyalaska Quote Link to comment Share on other sites More sharing options...
Heritage1 Posted February 13, 2020 Report Share Posted February 13, 2020 Very very nice, Outstanding Job for sure ! Jim Quote Link to comment Share on other sites More sharing options...
BaderNET Posted February 17, 2020 Report Share Posted February 17, 2020 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. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 20, 2020 Author Report Share Posted February 20, 2020 Looks awesome! Good job. Quote Link to comment Share on other sites More sharing options...
perryfincher Posted April 10, 2020 Report Share Posted April 10, 2020 Nice skin!!! Can you tell me which file to modify to change colors to skin for menus, border, header, footer, etc.? Thanks in advance Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 11, 2020 Author Report Share Posted April 11, 2020 css files, vendor/bootstrap/bootstrap/min.css and css/styles.css Quote Link to comment Share on other sites More sharing options...
perryfincher Posted April 11, 2020 Report Share Posted April 11, 2020 Thanks! Will look into it Quote Link to comment Share on other sites More sharing options...
perryfincher Posted April 12, 2020 Report Share Posted April 12, 2020 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; } Quote Link to comment Share on other sites More sharing options...
web541 Posted April 12, 2020 Report Share Posted April 12, 2020 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: Quote Link to comment Share on other sites More sharing options...
perryfincher Posted April 12, 2020 Report Share Posted April 12, 2020 Thanks!! Quote Link to comment Share on other sites More sharing options...
CorporateVirtual1 Posted April 18, 2020 Report Share Posted April 18, 2020 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. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 19, 2020 Author Report Share Posted April 19, 2020 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? Quote Link to comment Share on other sites More sharing options...
CorporateVirtual1 Posted April 20, 2020 Report Share Posted April 20, 2020 On 4/19/2020 at 5:07 AM, flyalaska said: Link? Here is the link http://flybevirtual.net/index.php Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 20, 2020 Author Report Share Posted April 20, 2020 PM Sent Quote Link to comment Share on other sites More sharing options...
GustavoMinuano Posted April 25, 2020 Report Share Posted April 25, 2020 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 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 25, 2020 Administrators Report Share Posted April 25, 2020 The registration is built into phpVMS. You don't need a separate addon module. Quote Link to comment Share on other sites More sharing options...
GustavoMinuano Posted April 25, 2020 Report Share Posted April 25, 2020 Hello @ProAvia 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! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 25, 2020 Author Report Share Posted April 25, 2020 (edited) 4 hours ago, GustavoMinuano said: Hello @ProAvia 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. Edited April 25, 2020 by flyalaska Quote Link to comment Share on other sites More sharing options...
GustavoMinuano Posted April 25, 2020 Report Share Posted April 25, 2020 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. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 26, 2020 Author Report Share Posted April 26, 2020 (edited) 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. Edited April 26, 2020 by flyalaska Quote Link to comment Share on other sites More sharing options...
GustavoMinuano Posted April 26, 2020 Report Share Posted April 26, 2020 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 Quote Link to comment Share on other sites More sharing options...
perryfincher Posted May 9, 2020 Report Share Posted May 9, 2020 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. Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted May 9, 2020 Administrators Report Share Posted May 9, 2020 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. Quote Link to comment Share on other sites More sharing options...
perryfincher Posted May 9, 2020 Report Share Posted May 9, 2020 Thanks, ProAvia; Having to start all over from scratch. Will try again! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted May 10, 2020 Author Report Share Posted May 10, 2020 Your site is still messed up. PM me. Quote Link to comment Share on other sites More sharing options...
perryfincher Posted May 10, 2020 Report Share Posted May 10, 2020 Hi FlyAlaska; Still working on things and will get back to you. Someone hacked my site and had to reinstall everything. Thanks Quote Link to comment Share on other sites More sharing options...
flyalaska Posted May 11, 2020 Author Report Share Posted May 11, 2020 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. Quote Link to comment Share on other sites More sharing options...
aeromexicovirtual Posted September 18, 2020 Report Share Posted September 18, 2020 (edited) 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; } Edited September 18, 2020 by aeromexicovirtual Quote Link to comment Share on other sites More sharing options...
Vincentxx Posted November 7, 2020 Report Share Posted November 7, 2020 Hello Guys, GREAT Work! Is There any way to change to complete Layout Width to make to Design wider? Thanks! Quote Link to comment Share on other sites More sharing options...
Dougjuk Posted November 14, 2020 Report Share Posted November 14, 2020 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.