» » Stock Manager Advance with Point of Sale Module v3.4.52

Stock Manager Advance with Point of Sale Module v3.4.52

Stock Manager Advance with Point of Sale Module v3.4.52

Stock Manager Advance with POS (Point of Sale) module is a PHP/jQuery based web application that allows you to manage your sales and inventory on site.

Demo: https://codecanyon.net/item/stock-manager-advance-with-point-of-sale-module/5403161

https://www74.zippyshare.com/v/NAvecBSz/file.html
http://ul.to/36kvqacv
https://www.mirrored.to/files/1OUSLKVV/stockmanager-3452.rar_links
https://mirrorace.org/m/14t4b
https://krakenfiles.com/view/0DX1Fa61LW/file.html
https://hxfile.co/jzqzc423xu4n
https://gofile.io/d/XGO4ue
https://evoload.io/v/L8qZvUCyCxXZwd
https://ddownload.com/z8appe8l0o2d
https://1fichier.com/?syzbvt39w38a3uwewxdm

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

Related Articles

Comments(6)

    1. joka hendra wrote:

      hey there,
      I have this one nulled
      other nulled apps and scripts also avialable
      contact me at https://digimarketpro.link/

    2. MovieStream wrote:

      Have fun with the nulled Version :-)

       

      https://filehorst.de/d/eodgICpu

    3. klrahul wrote:

      Hello everyone!!
      Are you facing “invalid purchase code” error while installation. This project is NOT NULLed !!!
      I have NULLED Stock Manager Advance with Point of Sale Module Latest Version , (No requirnment of purchase code.)
      (my service is paid)
      WhatsApp link : https://wa.link/s6o3rc
      Telegram @omgklrahul

    4. enigmaelectronica wrote:

      This script can be nulled easily dudes, why you downvote this script assholes.

      Just change this instructions for the file Install.php from the path

      ./install/install.php

       

      Lines #111, #112

      $code = $_POST["code"];
      $username = $_POST["username"];

       

      Line #114

      curl_setopt($curl_handle, CURLOPT_URL, 'true');

       

      Lines #117, #127

      $referer = "http://".$_SERVER["SERVER_NAME"].substr($_SERVER["REQUEST_URI"], 0, -24);
      $path = substr(realpath(dirname(__FILE__)), 0, -8);
      curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(
      'username' => $_POST["username"],
      'code' => $_POST["code"] ,
      'id' => '5403161',
      'ip' => $_SERVER['REMOTE_ADDR'],
      'referer' => $referer,
      'path' => $path
      ));

       

      Line #132

      $cfc = strip_tags("success");

       

      Line #136

      $object = "success";

       

      Delete Lines from #140 to #148

      Delete Lines from #152 to #169

       

      Insert this before Line #170 

      <form action="index.php?step=1" method="POST" class="form-horizontal">

      <div class="alert alert-success"><i class='icon-ok'></i> <strong><?php echo ucfirst($object->status); ?></strong>:<br /><?php echo $object->message; ?></div>
      <input id="code" type="hidden" name="code" value="<?php echo $code; ?>" />
      <input id="username" type="hidden" name="username" value="<?php echo $username; ?>" />
      <div class="bottom">
      <input type="submit" class="btn btn-primary" value="Next Step"/>
      </div>
      </form>

       

      Delete lines #206, #207 and insert in the line #206:

      ?>

       

      Change the lines from #235 to #236 and put this:

      <input id="code" type="hidden" name="code" value="<?php echo $_POST['code']; ?>" />
      <input type="hidden" name="username" value="<?php echo $_POST['username']; ?>" />

       

      Change the lines from #256 to #262 this:

      $dbhost = $_POST["dbhost"];
      $dbusername = $_POST["dbusername"];
      $dbpassword = $_POST["dbpassword"];
      $dbname = $_POST["dbname"];
      $code = $_POST["code"];
      $username = $_POST["username"];
      $link = new mysqli($dbhost, $dbusername, $dbpassword);

       

      Insert this line after line #270

      return FALSE;

       

       

    5. procer1811 wrote:

      A query, because when importing my old database it does not allow to use the POS (Point of Sale). Thank you

    6. joset wrote:

      Quote: enigmaelectronica

      This script can be nulled easily dudes, why you downvote this script assholes.

      Just change this instructions for the file Install.php from the path

      ./install/install.php

       

      Lines #111, #112

      $code = $_POST["code"];
      $username = $_POST["username"];

       

      Line #114

      curl_setopt($curl_handle, CURLOPT_URL, 'true');

       

      Lines #117, #127

      $referer = "http://".$_SERVER["SERVER_NAME"].substr($_SERVER["REQUEST_URI"], 0, -24);
      $path = substr(realpath(dirname(__FILE__)), 0, -8);
      curl_setopt($curl_handle, CURLOPT_POSTFIELDS, array(
      'username' => $_POST["username"],
      'code' => $_POST["code"] ,
      'id' => '5403161',
      'ip' => $_SERVER['REMOTE_ADDR'],
      'referer' => $referer,
      'path' => $path
      ));

       

      Line #132

      $cfc = strip_tags("success");

       

      Line #136

      $object = "success";

       

      Delete Lines from #140 to #148

      Delete Lines from #152 to #169

       

      Insert this before Line #170 

      <form action="index.php?step=1" method="POST" class="form-horizontal">

      <div class="alert alert-success"><i class='icon-ok'></i> <strong><?php echo ucfirst($object->status); ?></strong>:<br /><?php echo $object->message; ?></div>
      <input id="code" type="hidden" name="code" value="<?php echo $code; ?>" />
      <input id="username" type="hidden" name="username" value="<?php echo $username; ?>" />
      <div class="bottom">
      <input type="submit" class="btn btn-primary" value="Next Step"/>
      </div>
      </form>

       

      Delete lines #206, #207 and insert in the line #206:

      ?>

       

      Change the lines from #235 to #236 and put this:

      <input id="code" type="hidden" name="code" value="<?php echo $_POST['code']; ?>" />
      <input type="hidden" name="username" value="<?php echo $_POST['username']; ?>" />

       

      Change the lines from #256 to #262 this:

      $dbhost = $_POST["dbhost"];
      $dbusername = $_POST["dbusername"];
      $dbpassword = $_POST["dbpassword"];
      $dbname = $_POST["dbname"];
      $code = $_POST["code"];
      $username = $_POST["username"];
      $link = new mysqli($dbhost, $dbusername, $dbpassword);

       

      Insert this line after line #270

      return FALSE;

       

       



      THIS WORKS BUT YOU FORGET TO COMPLETE IT TO THE STEP 5, it still request for activation code at the last step
      HELP COMPLETE IT

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

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