• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.
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 v7.4

No permission to download

Avinash

Administrator
Staff member
Avinash submitted a new resource:

GroFresh - (Grocery, Pharmacy, eCommerce, Store) App and Web with Laravel Admin Panel + Delivery App - GroFresh is a Multi Branch supported Grocery, Pharmacy, eCommerce, or Store product delivery

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


GroFresh is a Multi Branch supported Grocery, Pharmacy, eCommerce, or Store product delivery management system that comes with the user app...

Read more about this resource...
 
Avinash 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 v7.3

Version 7.3 12 March 2024

- Optimized and restructured all blade pages code in backend and web panels.
- Integrated Alphanet SMS for messaging functionality.
- Added option to upload images during order placement, specifically for prescription images.
- Upgraded Laravel framework to version 10.
- Upgraded PHP version to 8.1+ for improved performance and security.
- Ensured compatibility of the Flutter app with Flutter SDK version 3.19.2.

Read the rest of this update entry...
 
open app\CentralLogics\helpers.php from line 701 to 720 delete or comment code

PHP:
//$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'])) {


open app\CentralLogics\UpdateController.php from line 35 to 37 delete or comment code

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


Open app\Traits\ActivationClass.php from line 48 to 63 delete or comment code


PHP:
//        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);}
//        }

Add the code below to line 69

PHP:
return true;
 
Avinash 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 v7.4

Version 7.4 15 May 2024​

- Updated all Flutter packages and remove deprecated packages
- Migrate firebase push notification API from legacy FCM APIs to HTTP v1
- Make the apps compatible with the latest Flutter SDK 3.19.6
- Fixed some issues

Read the rest of this update entry...
 

Birthday Donation

Total amount
$10.00
Donation ends:
Back
Top