» » Fleet Manager v2.0.1

Fleet Manager v2.0.1

Fleet Manager v2.0.1

Fleet manager is a simple yet intuitive web application that provides a full, end-to-end Fleet management platform for fleet-based companies of all sizes. It enables the company to manage vehicles and drivers, manage inventory, keep a track of income and expenses and get detailed periodical reports. This efficient web application would ease the task of managing complex tasks related to companies in the transportation business.

Demo: https://codecanyon.net/item/fleet-manager/20051839

http://www10.zippyshare.com/v/Qnysw0BJ/file.html
http://userscloud.com/kn6ewp1dqsl4
http://ul.to/01pij0v5
https://www.sendspace.com/file/qeu104
https://sendit.cloud/p7fnk9jyg3m2
https://oload.stream/f/RDwOTDWcZa0/fleetmanager-201.rar
http://www.mirrorcreator.com/files/TCBP13FM/fleetmanager-201.rar_links
http://www.mediafire.com/?85hnvanmyn4r9ty
https://www.file-upload.com/2tth5pmnt2af
https://www.datafilehost.com/d/ae15d3c3
https://dailyuploads.net/tdgzs431820d
http://cloudyfiles.com/vscycahhy9su

This file has UNTOUCHED status - (original developer code without any tampering done)

Related Articles

Comments(7)

    1. thelegendmaker wrote:
      How do i skip Purchase code. Can any one help me with that. Please.
    2. sanyboy39 wrote:
      Someone knows how to override JSON validation for code via AWS? I am not good with Laravel PHP framework, so don't know how to override this. Only know that everything is in file LaravelWebInstaller.php, this part of 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�
      39;);
      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;
      }

      public function install(LaravelWebInstallerRequest $request, InstalledFileManager $fileManager) {
      $code = $request->purchase_code;
      $xx = $this->check_status($code);
      if ($xx != "") {
      $response = [
      'status' => 'fail',
      'errors' => ['purchase_code' => $xx],
      ];
      } else {
      $response = [
      'status' => 'success',
      'message' => "Verified Code",
      ];
      }

      if ($response['status'] == 'success') {
      $message = $this->environmentManager->saveFile($request);

      if ($message['status'] == 'success') {
      return redirect('/migrate');
      // return view('laravel_web_installer.migrate');

      } else {

      $msg = $message['message'];
      return redirect()->back()->with(['message' => $msg]);

      }
      } else {
      $p_code = $response['errors'];
      $msg = $p_code['purchase_code'];
      return redirect()->back()->with(['message' => $msg]);
      }

      }
    3. kin9aziz wrote:
      Any Idea how to crack the Purchase Code during installation
      I can give you 3 projects that i bought from codecanyon with any update on future :)
    4. untusoft wrote:
      Just comment out the scripts and set the results = "1" like below

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

      $ch = curl_init('http://localhost');
      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);
      */
      $result = "1";
      return $result;
      }
      1. sanyboy39 wrote:
        I tried the same approach, but after filling installation form always same error:

        DB Error: A session had already been started - ignoring session_start()


        I'm stuck here :)
    5. navillhmotha wrote:
      I have this code completely removed license. And you can install in unlimited domains. Also I develop any new module requirement in any project. Contact me at [email protected], WhatsApp : +91 6383 1 63637
      1. sirfparvez wrote:
        How much cost?

Add a Comment / Request Re-upload / Post Mirror Links

Information
Guests are not allowed to comment. Please register for a free account.