Jump to content

perryfincher

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by perryfincher

  1. Is it possible that the flights table check for duplicates only comparing flight number, dep icao, arri icao, and subfleet?

    If that is the case, is it possible to have it include route code, leg, and dep time as well as arrival times?

  2. I recently imported 4000 flights via admin/flights/imports.  Only 3250 can be seen.

    What will cause the difference? 

    What is the permiters or specifics that the import system uses to compare routes?

    Duplicate flights have been removed and all flights are marked as active prior to import on cvs exported from admin/flights/export.

    All flights are marked as visible.

     

    Thanks in advance for any assistance.

     

  3. Hello;
    Looking for a professional designer phpvms website skin and matching crew center. I would like to get an estimate for making a skin for phpvms 5.5.2. I am looking for a clean modern sleek with drop down menus, stats to include total cargo carried and matching pilot and/or crew center. Skins similarly as shown in https://www.swavirtual.com/wn/ ,  https://alaskava.org/index.php and https://upsvac.com/frontend/ . Will need access to the phpvms admin center.  My airline is American Global Alliance Virtual.  This va encompasses fleet, routes from real cargo/freight airlines such as UPS, FEDEX, Polar, Western Global, and more. Also a skin or site that comes with specific instructions to manually add files, folder, etc to phpvms and with the ability for me to edit menus, frontpage, etc to add modules.  
    Thank you for your time and assistance in advance.
    Perry Fincher

  4. I am attempting to install PHPVMS7.

    Completed the first three steps to where it states Database Setup Completed.

    I then pressed "Continue" and got the 500 Server Error

     

    Using PHP version 8.2

    MySQL

    All PHP extentions were saved.

     

    Most recent version downloaded from discord.

     

    Not sure what is going on.

     

    Any help will be greatly appreciated!!!!

  5. Pan American Virtual


     

    Flexin’ Wings Around the Globe!


     

    Pan American Virtual is a virtual airline created for flight simulation enthusiasts, aiming to relive the legacy of one of the best known real world airline; Pan American World Airways.

    Founded in 2017, we are dedicated enhancing the flight simulation experience.

    Whether you fly online for a realistic experience or offline with AI Traffic, you will find a friendly atmosphere in which to enjoy your hobby.

    Benefits:

    Fly any of the over 9600 flights with regardless of rank

    Progress in Rank

    Earn awards and ribbons

    No restrictive and/or dictated must flown routes

    Fun and Friendly Atmosphere

    11 Hubs

    Over 30 aircraft ranging from the Boeing 314 Flying Boat to the Boeing 787-900 to include historical, retro and modern airliners

    Supports and uses TFDi SmartCARS flight tracking system

    Monthly tours and/or challenges

    Apply by August 31st, 2020, receive 25 bonus flight hours!!

    Flex your wings around the Globe!!

    Apply Today!!

     

    paaclippersva.com

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

     

     

  7. Hello,

     

    I plan to help a VA to update their phpvms.  They are currently using an old V2.  Is it possible to upgrade their site to 5.5x without having to rebuild and/or build from scratch other than uploading existing databases for flights, pilots, fleet, etc.?

     

    Thanks

  8. Pan American Virtual

     

    Flexin’ Wings Around the Globe!

     

    Pan American Virtual is a virtual airline created for flight simulation enthusiasts, aiming to relive the legacy of one of the best known real world airlines; Pan American World Airways.

     

    Founded in 2017, we are dedicated enhancing the flight simulation experience.  PAV seeks to expand on the vision of Pan American World Airways as if were operating today.

     

    Whether you fly online for a realistic experience or offline with AI Traffic, you will find a friendly atmosphere in which to enjoy your hobby.

     

    Pan American Virtual accepting new pilots!!

     

    Benefits:

     

    Fly any of the over 9600+ flights with regardless of rank

     

    New Web Site

     

    Progress in Rank

     

    Earn awards and ribbons

     

    No restrictive and/or dictated must flown routes

     

    Fun and Friendly Atmosphere

     

    Monthly challenges and/or flights

     

    Current Fleet repaints under development

     

    Over 30 aircraft to fly around the world

     

    Plans to add modern routes & aircraft

     

    Flight schedules use a range of aircraft from the  Douglas DC-3 to the Boeing 747-200 which include aircraft such as Boeing 377, Douglas DC-4, DC-6, DC-7, DC-8, DC-10, Boeing 727-100, 737-200, 737-800, 747-100, 747-200, Lockheed L-1011, and more!!!!

     

    Flex your wings around the Globe!!

     

    Apply Today!!

    paaclippersva.com

  9. Hello;

    Is there a way to generate or create reports that will show a specific pilot's total flight hours for a specified week, monthly, quarterly, and yearly flight hour totals?

    Would like to find a module that will allow management to generate a report for each pilot that shows their total flight time by weekly, monthly, quarterly, and yearly.

    Is this something someone would be able to create?

    Thanks

×
×
  • Create New...