• 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"

GroFresh - (Grocery, Pharmacy, eCommerce, Store) App and Web with Laravel Admin Panel + Delivery App

GroFresh - (Grocery, Pharmacy, eCommerce, Store) App and Web with Laravel Admin Panel + Delivery App Version 7.3 12 March 2024

No permission to download
Peaceful updated GroFresh - (Grocery, Pharmacy, eCommerce, Store) App and Web with Laravel Admin Panel + Delivery App with a new update entry:

GroFresh - (Grocery, Pharmacy, eCommerce, Store) App and Web with Laravel Admin Panel + Delivery App

Version 7.0 – 22 May 2023​

- Made the admin and branch panel compatible with PHP 8.x and Laravel 9
- Make the apps compatible with Flutter null-safety
- Fixed some issues
- Fixed RTL price and other related value issues
- Zoom on the image in app and web
- Notification even if the customer is not logged in
- Delivery men self-registration approved by admin with feature enable disable option
- OTP hit limit and temporary block for submitting the OTP
- Max login attempt and...

Read the rest of this update entry...
 
Hey need help with a situation I am in. I have build the web version of the app but the issue is it works completely fine on any computer browser but when I open it up in laptop it just goes on a loading loop .Anyone has come up with the issue?
 
Please help me understand how I can connect the user interface with the website administration.
 
Here is the NULLED VERSION 7.0

How to null it? it is easy to me... this developers is an complete moron...

Step 01​

Just open the file helpers.php located in :​

Code:
..\app\CentralLogics\

Delete or comment the lines between #701 to #720​


Code:
//        $remove = array("http://", "https://", "www.");
//        $url = str_replace($remove, "", url('/'));
//
//        $post = [
//            base64_decode('dXNlcm5hbWU=') => $request['username'],//un
//            base64_decode('cHVyY2hhc2Vfa2V5') => $request['purchase_key'],//pk
//            base64_decode('c29mdHdhcmVfaWQ=') => base64_decode(env(base64_decode('U09GVFdBUkVfSUQ='))),//sid
//            base64_decode('ZG9tYWlu') => $url,
//        ];
//
//        //session()->put('domain', 'https://' . preg_replace("#^[^:/.]*[:/]+#i", "", $request['domain']));
//
//        $ch = curl_init('https://check.6amtech.com/api/v1/domain-register');
//        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//        curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
//        $response = curl_exec($ch);
//        curl_close($ch);
//
//        try {
//            if (base64_decode(json_decode($response, true)['active'])) {

Step 02​

Ope the file UpdateController.php located in​

Code:
..\app\Http\Controllers\

Delete or comment the lines between #35 to #37​

Code:
//        if ($this->actch()) {
//            return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
//        }

Step 03​

Ope the file ActivationClass.php located in​

Code:
..\app\Traits

Delete or comment the lines between #48 to #63​

Code:
//        if (!self::is_local()) {
//            $remove = array("http://", "https://", "www.");
//            $url = str_replace($remove, "", url('/'));
//
//            $post = [
//                base64_decode('dXNlcm5hbWU=') => env(base64_decode('QlVZRVJfVVNFUk5BTUU=')),//un
//                base64_decode('cHVyY2hhc2Vfa2V5') => env(base64_decode('UFVSQ0hBU0VfQ09ERQ==')),//pk
//                base64_decode('c29mdHdhcmVfaWQ=') => base64_decode(env(base64_decode('U09GVFdBUkVfSUQ='))),//sid
//                base64_decode('ZG9tYWlu') => $url,
//            ];
//            try {
//                $response = Http::post(base64_decode('aHR0cHM6Ly9jaGVjay42YW10ZWNoLmNvbS9hcGkvdjEvYWN0aXZhdGlvbi1jaGVjaw=='), $post)->json();
//                $status = $response['active'] ?? base64_encode(1);
//                return (int)base64_decode($status);
//            } catch (\Exception $exception) {info($exception);}
//        }


Step 04​

in the same file ActivationClass.php located in​

Code:
..\app\Traits

Add this code in after the line #69​

Code:
        return true;


Step 05​

Open the file step2.blade.php located in​

Code:
..\resources\views\installation\

change the text on the line #69 as like you want​

From:
Code:
  placeholder="Ex: 19xxxxxx-ca5c-49c2-83f6-696a738b0000" required>

to:
Code:
  placeholder="Enter Number as like 1234567890123456789" >

And voilá! This script is nulled 100%​

Here is the Nulled version too:
@Babak can you upload the nulled version from me?
 
Last edited:
Use only English
Here is the NULLED VERSION 7.0

How to null it? it is easy to me... this developers is an complete moron...

Step 01​

Just open the file helpers.php located in :​

Code:
..\app\CentralLogics\

Delete or comment the lines between #701 to #720​


Code:
//        $remove = array("http://", "https://", "www.");
//        $url = str_replace($remove, "", url('/'));
//
//        $post = [
//            base64_decode('dXNlcm5hbWU=') => $request['username'],//un
//            base64_decode('cHVyY2hhc2Vfa2V5') => $request['purchase_key'],//pk
//            base64_decode('c29mdHdhcmVfaWQ=') => base64_decode(env(base64_decode('U09GVFdBUkVfSUQ='))),//sid
//            base64_decode('ZG9tYWlu') => $url,
//        ];
//
//        //session()->put('domain', 'https://' . preg_replace("#^[^:/.]*[:/]+#i", "", $request['domain']));
//
//        $ch = curl_init('https://check.6amtech.com/api/v1/domain-register');
//        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//        curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
//        $response = curl_exec($ch);
//        curl_close($ch);
//
//        try {
//            if (base64_decode(json_decode($response, true)['active'])) {

Step 02​

Ope the file UpdateController.php located in​

Code:
..\app\Http\Controllers\

Delete or comment the lines between #35 to #37​

Code:
//        if ($this->actch()) {
//            return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
//        }

Step 03​

Ope the file ActivationClass.php located in​

Code:
..\app\Traits

Delete or comment the lines between #48 to #63​

Code:
//        if (!self::is_local()) {
//            $remove = array("http://", "https://", "www.");
//            $url = str_replace($remove, "", url('/'));
//
//            $post = [
//                base64_decode('dXNlcm5hbWU=') => env(base64_decode('QlVZRVJfVVNFUk5BTUU=')),//un
//                base64_decode('cHVyY2hhc2Vfa2V5') => env(base64_decode('UFVSQ0hBU0VfQ09ERQ==')),//pk
//                base64_decode('c29mdHdhcmVfaWQ=') => base64_decode(env(base64_decode('U09GVFdBUkVfSUQ='))),//sid
//                base64_decode('ZG9tYWlu') => $url,
//            ];
//            try {
// $response = Http::post(base64_decode('aHR0cHM6Ly9jaGVjay42YW10ZWNoLmNvbS9hcGkvdjEvYWN0aXZhdGlvbi1jaGVjaw=='), $post)->json();
// $status = $response['active'] ?? cơ sở64_encode(1);
// trả về (int)base64_decode($status);
// } bắt (\Ngoại lệ $ngoại lệ) {thông tin($ngoại lệ);}
// }
[/MÃ SỐ]


[HEADING=1]Bước 04[/HEADING]
[HEADING=2]trong cùng một tệp ActivationClass.php nằm trong[/HEADING]
[HEADING=2][CODE]..\app\Traits
[/HEADING]

Thêm mã này vào sau dòng #69​

Code:
 trả về true;


Bước 05​

Mở tệp step2.blade.php nằm trong​

Code:
..\resources\views\installation\

thay đổi văn bản trên dòng #69 như bạn muốn​

Từ:
Code:
 placeholder="Ví dụ: 19xxxxxx-ca5c-49c2-83f6-696a738b0000" bắt buộc>

ĐẾN:
Code:
 placeholder="Yêu cầu nhập số như 1234567890123456789">

Và Voila! Tập lệnh này bị vô hiệu 100%​

Đây cũng là phiên bản Nulled:
@Babak bạn có thể tải lên phiên bản nulled từ tôi không?
*** Văn bản ẩn: không thể được trích dẫn. ***
tks
 
  • Haha
Reactions: enigmahernandez
Hey need help with a situation I am in. I have build the web version of the app but the issue is it works completely fine on any computer browser but when I open it up in laptop it just goes on a loading loop .Anyone has come up with the issue?
Yes
 
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