Jump to content

Yash

Members
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    4

Yash last won the day on February 28 2020

Yash had the most liked content!

2 Followers

Profile Information

  • Gender
    Male

Recent Profile Visitors

4452 profile views

Yash's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

8

Reputation

  1. Yash is using others work and claiming it as his own. He is illegally supplying payware templates and addon modules. This is nothing less than stealing and pirating software.

  2. You can download it from downloads section once payment is done.
  3. Hello guys @ProAvia , Actually I didnt got time updating the website due to personal issues. Will do it ASAP And @LuxuryCEO , the link you sent isn't working (404 error). Maybe he removed it?
  4. Do you get rawdata from your ACARS system? OR Do you have Flight Position Tracker module by CrazyCreatives?
  5. It seems to be jQuery issue. Check the version of the scripts
  6. You may check the core_htmlhead.php file in admin layout. Change http:// to https:// if using SSL
  7. phpVMS Auto PIREP Validator/Points & Pay System Moderator edit: OP should Google search the above item to see if it meets your needs. Yash shouldn't post links to his payware stuff here.
  8. Go to pirep_new.php in core/templates and replace this <dt>Pilot:</dt> <dd><strong><?php echo Auth::$pilot->firstname . ' ' . Auth::$pilot->lastname;?></strong></dd> with <dt>Pilot:</dt> <dd> <select name="pilotid"> <?php $pilots = PilotData::getAllPilots(); foreach($pilots as $pilot){ echo '<option value="'.$pilot->pilotid.'">'.$pilot->firstname.' '.$pilot->lastname.'</option>'; } ?> </select> </dd> Now go to core/modules/PIREPS/PIREPS.php Search for this protected function SubmitPIREP() { Below this line replace $pilotid = Auth::$pilot->pilotid; with $pilotid = $this->post->pilotid; That's it now select your Pilot and File a PIREP for him
  9. Go to phpvms_install_dir/core/templates/pirep_new.php At the start of file enter this: <?php if(!PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { Debug::showCritical('Unauthorized access'); return; } ?> Regards
  10. Hello there, you may use the datatables to paginate your results into seperate pages of a table. Here it is : https://datatables.net/
  11. Yes, you may check the core_htmlhead.php file in admin layout. Change http:// to https:// if using SSL
  12. It is simple, check layout.php of admin layouts folder and change https:// to http:// if you are not using SSL Certificate!
  13. Hello guys, I am proud to represent the VA System by vCrew Sys. What it does? It helps you to host a VA in no time with a highly customised skin! What is the base of this System? Ofcourse, phpVMS. How will the VA be hosted on my personal host? Oops! It's not hosted on your personal host but on the host of vCrewSys. But don't worry, you will get a private subdomain of yours! What does that mean? You just need to redirect your homepage to our link! Also you have an option to opt for subdomain of your choice from Hosting Dashboard. What are the features available to me? Well the features depend on which plan you choose. Just visit our website and see all the available plans. Note that plans price is in INR (Indian Rupee) List of Modules in the System: Advanced UI for all basic Modules Fascinating Dashboard Points System (Based on Flight Log) Pay System (Based on Flight Log) Events Center Tours Center Advanced PIREP Details ( Including TakeOff / Landing / Block IN / Block OUT Time ) Flight Tracker Weather Finder Note: We can add extra modules as well based on your requests and the pricing will be decided accordingly! I hope you guys like it!
  14. Link removed due to copyright infringement
×
×
  • Create New...