• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application V 5.40 –Released on January 29, 2024 - Untouched

No permission to download
Guys, what do you think about v5.1 for feature 1 custom product? What kind of business is it suitable for? A product with a custom type that has no options when selling the product?
 
How to null this version?

Open the file "InstallController.php"
Code:
..\app\Http\Controllers\Install\InstallController.php


Change the line # 176
From:
Code:
                'ENVATO_EMAIL', 'ENVATO_USERNAME', 'MAIL_MAILER',

To:
Code:
                'MAIL_MAILER',


Comment those lines, between Line #196 to #201
Code:
//           $return = pos_boot($input['APP_URL'], __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME']);
//           if (! empty($return)) {
//                return $return;
//            }
//
//            //Check for activation key


Comment thoe lines, between #324 to #329
Code:
//
//            $input = $request->only(['ENVATO_PURCHASE_CODE', 'ENVATO_USERNAME', 'ENVATO_EMAIL']);
//            $return = pos_boot(config('app.url'), __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME'], 1);
//            if (! empty($return)) {
//                return $return;
//            }


And Voilá, the script still nulled

Or Replace with this file (the password is the same from the entire script)
 

Attachments

  • InstallController.zip
    3.3 KB · Views: 109
Last edited:
How to null this version?

Open the file "InstallController.php"
Code:
..\app\Http\Controllers\Install\InstallController.php


Change the line # 176
From:
Code:
                'ENVATO_EMAIL', 'ENVATO_USERNAME', 'MAIL_MAILER',

To:
Code:
                'MAIL_MAILER',


Comment those lines, between Line #196 to #201
Code:
//           $return = pos_boot($input['APP_URL'], __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME']);
//           if (! empty($return)) {
//                return $return;
//            }
//
//            //Check for activation key


Comment thoe lines, between #324 to #329
Code:
//
//            $input = $request->only(['ENVATO_PURCHASE_CODE', 'ENVATO_USERNAME', 'ENVATO_EMAIL']);
//            $return = pos_boot(config('app.url'), __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME'], 1);
//            if (! empty($return)) {
//                return $return;
//            }


And Voilá, the script still nulled

Or Replace with this file (the password is the same from the entire script)
thanks you so much for this method. can you please guide me how can i update it with my previous
 
thanks you so much for this method. can you please guide me how can i update it with my previous
Please, use the documentation:

Important: Before updating to any new release make sure to take a back up of the following:

  1. Database Backup: Export your database used for UltimatePOS.
  2. public/uploads folder
  3. .env file
  4. Translation files: If you have included any new translation language, keep a backup of the language directory from
    resources/lang/{directory created by you} & public/js/lang/{file created by you}
Proceed to update only after you have taken the backup and kept in a safe place.

  1. Download the new updated code from codecanyon.
  2. Unzip the new code and replace the old code present inside pos directory with the new code.
  3. Check if “.env” file is not present in then replace it from backup.
  4. IMPORTANT STEP: Go to www.yourwebsite.com/install/update/
  5. It will take a few minutes to install and configure the updates. Make sure you don’t close, refresh or go back.
  6. After updating it will redirect to login page or the home page if you’re already logged in.
  7. Check-in footer of your application it will show the latest version of the application.
  8. Replace the public/uploads folder with the backup folder which we kept above.
If there is any problem with the updating, delete the database and import the backup database which we kept. Try again to update it.

On successful update, the URL www.yourwebsite.com/install/update/ will show a 404 error.
 
  • Like
Reactions: rajamsaddique
Please, use the documentation:

Important: Before updating to any new release make sure to take a back up of the following:

  1. Database Backup: Export your database used for UltimatePOS.
  2. public/uploads folder
  3. .env file
  4. Translation files: If you have included any new translation language, keep a backup of the language directory from
    resources/lang/{directory created by you} & public/js/lang/{file created by you}
Proceed to update only after you have taken the backup and kept in a safe place.

  1. Download the new updated code from codecanyon.
  2. Unzip the new code and replace the old code present inside pos directory with the new code.
  3. Check if “.env” file is not present in then replace it from backup.
  4. IMPORTANT STEP: Go to www.yourwebsite.com/install/update/
  5. It will take a few minutes to install and configure the updates. Make sure you don’t close, refresh or go back.
  6. After updating it will redirect to login page or the home page if you’re already logged in.
  7. Check-in footer of your application it will show the latest version of the application.
  8. Replace the public/uploads folder with the backup folder which we kept above.
If there is any problem with the updating, delete the database and import the backup database which we kept. Try again to update it.

On successful update, the URL www.yourwebsite.com/install/update/ will show a 404 error.
thanks you so much
 
How to null this version?

Open the file "InstallController.php"
Code:
..\app\Http\Controllers\Install\InstallController.php


Change the line # 176
From:
Code:
                'ENVATO_EMAIL', 'ENVATO_USERNAME', 'MAIL_MAILER',

To:
Code:
                'MAIL_MAILER',


Comment those lines, between Line #196 to #201
Code:
//           $return = pos_boot($input['APP_URL'], __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME']);
//           if (! empty($return)) {
//                return $return;
//            }
//
//            //Check for activation key


Comment thoe lines, between #324 to #329
Code:
//
//            $input = $request->only(['ENVATO_PURCHASE_CODE', 'ENVATO_USERNAME', 'ENVATO_EMAIL']);
//            $return = pos_boot(config('app.url'), __DIR__, $input['ENVATO_PURCHASE_CODE'], //$input['ENVATO_EMAIL'], $input['ENVATO_USERNAME'], 1);
//            if (! empty($return)) {
//                return $return;
//            }


And Voilá, the script still nulled

Or Replace with this file (the password is the same from the entire script)
Thansk for you hard work
 
  • Like
Reactions: enigmahernandez
Any solution guys I have source code ultimatepos android flutter when export apk to ultimate v5.0.2 no aysns sell in app of export v4.8 to work all please guide to fix .
 
  • Haha
Reactions: enigmahernandez
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock