Jump to content

Yash

Members
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Yash

  1. Hello Guys,

    I've made a Group Flight Module for phpvms which will allow pilots to Create/Accept Reject/Delete Group Flights.
    Members of Group Flight are emailed about the Group Flight with a click of button!

    This module is fully automatic (No need of admins)
    Pilots creating Group Flight should Delete the Group Flight once finished (Automatic Delete will be available in future updates for Free)

    Pilots have the power to add anyone from the Virtual Airline in this Group Flight!
    I am selling this module for 50$ . Interested buyers can PM me or Post here!

    Here are some screenshots from my Virtual Airline:

    3.png6.png7.png

    4.png

    5.png1.png2.png

     

  2. Hello guys, I made a new skin with some unique modules few weeks ago. My skin contains responsive designs with unique modules, listed below:

    1. Unique VistaID of a Pilot
    2. Group Flight Module ( Pilot can create a Group Flight )
    3. VIstaChallenges ( Assign Challenges to Pilots )
    4. VistaCharter System (Create and Bid Flights on your own with detailed information )
    5. VistaGallery ( Upload/View screenshots by Pilots )
    6. Real World FlightBoard
    7. Responsive Booking System with Automatic Emails System

    I'm selling this theme with all the above features for $50
    If you want to buy it you can send me a message on this forum or contact on +91 9619271512 or email me on yash.govekar55@gmail.com

    Untitled.png1.png2.png3.png4.png5.png6.png7.png8.png9.png10.png11.png

    • Like 1
  3. I've designed a brand new vCrew Center for Vistara Virtual . Here are some screenshots!. I'm selling it for 50$ / 38,00  (This skin will contain some exciting modules like Group Flight/VistaOps/VistaChallenges with inbuilt preloader of your VA's name or Crew Center name)

    2.jpg3.jpg4.jpg5.jpg

  4. Hello People!

    Since 1 month, I've been working for a skin for phpvms. I've developed the skin and a VA has already bought it!
    Some screenies of 

    Login Page, Register Page, Pilot/Crew Center and Flight Board are attached with this post!

    Its a payware HTML template from Themeforest which I've converted for phpVMS !

    Dashboard:

    1.png

    Flight Board:
    2.png

    VistaID:

    3.png

    Charter System:

    4.png

    Group Flights Module:

    5.png

    6.png7.png

    VistaInvite System:

    16.png

    VistaChallenge (Assign new challenges to your pilots):

    15.png

     

     

    Login Page:

    Untitled.png

     

    Preloader:

    14.png

     

     

     

  5. Brand new Vistara Virtual Airline has been launched. Yet another Virtual Airline from India!

    Our VA not only comes with best of technology, but we care for our pilots. A new integrated points system known as "VistaPoints" is taking shape which makes us unique.

    VistaPoints allow our pilots to get paid by real money in INR (rupees). The table for VistaPoints earning is on the website itself which will be accessible after you login.

    Also, we are using SmartCars for our PIREP submission. 

    Brand new CrewCenter by me is waiting!

    Vistara Virtual

  6. Good evening guys!

    When I click on Book Flight, it says Flight Booked. Also the bids data gets added to sql database. But when I click on 'My BIds' I cannot see any bid over there. What might be the problem?

    This is my core_htmlhead.php

    <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?>
    <?php
    /**
     * 	STOP! HAMMER TIME!
     *
     * ====> READ THIS !!!!!
     *
     * I really really, REALLY suggest you don't edit this file.
     * Why? This is the "main header" file where I put changes for updates.
     * And you don't want to have to manually go through and figure those out.
     *
     * That equals headache for you, and headache for me to figure out what went wrong.
     *
     * BUT BUT WAIT, you say... I want to include more javascript, css, etc...!
     * Well - in your skin's header.tpl file, this file is included as:
     *
     * Template::Show('core_htmlhead.tpl');
     *
     * Just add your stuff under that line there. That way, it's in the proper
     * spot, and this file stays intact for the system (and me) to be able to
     * make clean updates whenever needed. Less bugs = happy users (and happy me)
     *
     * THANKS!
     */
    ?>
    <script type="text/javascript">
    var baseurl = "<?php echo SITE_URL;?>";
    </script>
    
    <link rel="stylesheet" media="all" type="text/css" href="<?php echo fileurl('lib/css/phpvms.css')?>" />
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::Get('PAGE_ENCODING');?>" />
    <script src="<?php echo SITE_URL?>/lib/skins/Elite/plugins/bower_components/jquery/dist/jquery.min.js"></script>
    <script src="<?php echo SITE_URL?>/lib/skins/Metro/assets/global/plugins/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAtmEz_VMS8Y_nc1RxsIVxtcyxgbtvCo8c&callback=initMap"
        async defer></script>
    <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script>
    <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script>
    
    <?php
    echo $MODULE_HEAD_INC;

     

  7. Hello,

    This is my first topic, hope to get good help from our coders..

    Me and my friend are making a Virtual airline which consists of 7-8 airlines, since we all know that there is no tab for "By Airline type" on the schedules page like "By Aircraft type", "By departure airport", etc. So can anyone help us in making that tab on schedules page please!!

×
×
  • Create New...