Fleet Manager - Vehicle Management & Booking System

Fleet Manager - Vehicle Management & Booking System v6.1.0 Untouched

No permission to download

bububu

New member
Jan 10, 2021
0
1
3
nulling fleet manager version 5.0:

open this file before installation: framework\app\Http\Controllers\LaravelWebInstaller.php

find this function:

Code:
    private function check_status($code)
    {
        $data = array("pcode" => $code, 'domain' => $_SERVER['SERVER_NAME']);
        $data_string = json_encode($data);

        $ch = curl_init('https://3xy2s8y7c9.execute-api.ap-south-1.amazonaws.com/prod');
        curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_HTTPHEADER, array(
            'Content-Type: application/json',
            'Content-Length: ' . strlen($data_string))
        );

        $result = curl_exec($ch);
        return $result;
    }

replace it with this function:

Code:
    private function check_status($code)
    {
        return 1;
    }

now you can install it. enter any purchase code during installation
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
White Devil updated Fleet Manager with a new update entry:

Fleet Manager - Vehicle Management & Booking System

Change Log 6.0​


Important Note: Do not upgrade from old version.

Bug Fixes​

  • fare values changed to decimal points from integer.
  • customer will get email for website booking as well.
  • jpeg image upload fixed.
  • missing data added in fuel report.
  • distance unit label fetched from settings.

New Features​

  • Laravel version changed: 5.8.38 > 8.61.0
  • New modules added: vehicle makers, vehicle...

Read the rest of this update entry...
 
  • Love
Reactions: Caly

sojibzump3

New member
Jun 26, 2022
0
1
0

Change Log 6.0.1​

Bug Fixes
  • Reports printing text overflow fixed.
  • Book now button form redirection fixed in website.
  • Deleted user/customer/driver can re-register with same email fixed.
  • Database migration and seed removed from installation process, now SQL database dump will be imported directly while installation.
  • Available vehicle dropdown listing issue fixed on date change in add,edit booking pages.
New Features
  • Export buttons added for parts mgmt.
  • Edit profile menu added for customer in website.
  • Each driver can do the inspection of their assigned vehicle and post it from their login.
  • New settings added for driver so that they can manage expense and income for trip of his assigned vehicle.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu