Jump to content

IrfaanKhan

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by IrfaanKhan

  1. Dear Members,

    We have recently introduced some Airlines which is having huge number of schedules/routes, now the problem is when pilots trying to search any schedule page is taking so much time to load in some cases page timeout error comes in how can we optimise the schedules result page what can be best solution.

    Thanks in Advance.

  2. 64406212_1056268964562879_46808927506131

    Expansion plan with PIA Virtual Continues,,,,

    We as Team of PIA Virtual are dedicated to realism and creating something for the Pilots, enhancing the Operation and value of needs and desire of its own kind.

    In the 1st Phase, we have launched the Emirates Virtual to carry out, all its mainline routes in and out of Dubai to link the network across the globe.

    We just launched the FlyDubai Operation with the most famous and common modern Boeing next generation fleet with so many wonderful destinations from short to Medium haul routes.

    Air Canada is also in streamline to start the Operation as an (Interline) service, followed by Turkish Airlines (Interline), Malaysian Airlines (Interline), Air France (Interline) and American Airlines on it's own.

    come and join us to experiment one of the best Airlines of the world @piavirtual.org

    Thanks & Best Regards
    PIAVirtual Admin Team

     

    • Confused 1
  3. 64473794_1055998341256608_69221157391805

     

    On behalf of Executive management of PIAv, Welcome to PIA VIRTUAL all the pilots,

    PIA Virtual are Introducing Operations with Emirates Connecting the World with better and smoother connections.

    We are Introducing into vEmirates operations with connectivity and Real time Schedules to meet customer timeline and frequency to enhance Virtual Flying Experience.

    It gives us great pleasure to better the Flying Experience for our Pilots with more famous and world renowned routes and destinations.

    Pilots are eligible to fly with Captain Ranks and Commander only to be able to run and opearte a flight on to this operation.

    We are using State of the Art Boeing Aircraft fleet with two variants B77W, B77L and Airbus A380 Super, almost around the globe.

    It gives you flexibility to be able to fly in and out of Dubai to these fantastic destination with Emirates and explore the world with newer look and style.

    http://icrew.piavirtual.org

  4. Guys,

    Whosoever is trying to install Latest version of Phpvms, make sure your hosting supports PHP 7.0 in my case for the install i have added the below code in htaccess file within phpvms folder to get the install working also make sure to place the folder in the root of your directory example /home/yourwebdirectoryname not in public_html folder.

     

    below line added in .htaccess file in order to make new version working, make sure to ask your hosting company if they supports PHP 7.0 version

    AddHandler application/x-httpd-php70 .php7 .php5 .php4 .php .php3 .php2 .phtm

    New Look 

    https://prntscr.com/hyfq8h

    hope this will help some people.

    • Thanks 1
  5. Hi, Nabeel

    i have tried installing latest version as per provided instructions i have done below steps to install it.

    i am having shared hosting environment & created subdomain

    1. Installed the latest ver from https://github.com/nabeelio/phpvms/archive/master.zip
    2. uploaded the same to public_html and extracted it now phpvms folder is next to public_html folder
    3. changes done in the index.php but i doubt which line needs to be changed below is my file
    <?php
    
    /**
     * phpVMS
     */
    
    $path_to_phpvms_folder = __DIR__;
    
    require $path_to_phpvms_folder.'/bootstrap/autoload.php';
    
    $app = require_once $path_to_phpvms_folder.'/bootstrap/app.php';
    
    $path_to_phpvms_folder = __DIR__.'/../phpvms/';
    $app->setPublicUrlPath(env('APP_PUBLIC_URL', '/public'));
    
    $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
    
    $response = $kernel->handle(
        $request = Illuminate\Http\Request::capture()
    );
    
    $response->send();
    
    $kernel->terminate($request, $response);

    Next, open the phpvms/bootstrap/app.php, and change the reverse path:

    My file

    <?php
    
    if(!defined('LUMEN_START')) {
        define('LUMEN_START', microtime(true));
    }
    
    include_once __DIR__ . '/application.php';
    
    $app = new Application();
    $app->bindInterfaces();
    
    $app->bind('path.public', function () {
        # This line needs to change to the folder the index.php lives in
        # Will be made as an option, so it doesn't get overwritten
        return __DIR__.'/../../public_html';
    });

     

    now when i am pointing to my subdomain it gives me HTTP500 error.

     

    Regards

    Irfaan Khan

  6. hi guys can you please assist, i have installed everything properly as per the instructions given in Read me file and it was working fine but i changed the template to work with my website skin it is giving this error nothing happens when click Generate OFP.

    Uncaught TypeError: Cannot read property 'value' of undefined
        at do_simbriefsubmit (simbrief.apiv1.js:116)
        at simbriefsubmit (simbrief.apiv1.js:86)
        at HTMLButtonElement.onclick (5273:918)
    do_simbriefsubmit @ simbrief.apiv1.js:116
    simbriefsubmit @ simbrief.apiv1.js:86
    onclick @ 5273:918

     

    Regards

    Irfaan Khan

  7. i am afraid that will not work as many of the pilots know by just entering direct URL to the registration page they can access it normally.

    i wanted to restrict the page by any means it should not open only by certain criteria users can access.

    i know this is do able but need some expert advise.

     

    please help guys.

  8. Hello i would like to restrict our VA registration page based on below points.

     

    Registration can only be possible based on email invitation otherwise people should not able to access registration page. somehow we wanted to block our registration page for the new users.

     

    any ideas or help will be appreciated.

     

    Thanks in Advance.

×
×
  • Create New...