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

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website 2.7 Nulled

No permission to download
WhatsApp Image 2024-02-19 at 13.00.12.jpeg

Someone know how can i fix this error in delivery man app?
Its a gray screen ande "Internal server error" message after delivery man login
Fill all details. it will clear. Promotional banner, video, why choose us. Fill all these details or you can copy from 6ammart admin panel's details on codecanyon. it will work. Good Luck
 

Attachments

  • 96.PNG
    96.PNG
    4.4 KB · Views: 22
I have added all details but it is showing old data but i have updated. It is cookies/cache problem???
How to resolve it in admin panel or CPanel???
Please help me anyone.
 

Attachments

  • 1.PNG
    1.PNG
    35.4 KB · Views: 36
  • WhatsApp Image 2024-02-20 at 9.28.23 AM.jpeg
    WhatsApp Image 2024-02-20 at 9.28.23 AM.jpeg
    52.5 KB · Views: 36

Version 2.6 25 February 2024​

- Improved overall UI interactions and design for the whole admin and store panel
- Optimized and restructured the full user app codes.
- Modified some business logic in both web panels and app
- Improved lots of database queries
- Fixed lots of improvements related issues in both web panels and app
- Made the apps compatible with Flutter SDK 3.16.9
 
Wait am uploaded a latest version v2.6 Untouched , once appoved it will be live
 
Babak updated 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website with a new update entry:

6amMart v2.6 Untouched

Download 6amMart v2.6 - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website Nulled Free
v2.6 - 25 February 2024

- Improved overall UI interactions and design for the whole admin and store panel
- Optimized and restructured the full user app codes.
- Modified some business logic in both web panels and app
- Improved lots of database queries
- Fixed lots of improvements related issues in both web panels and app
- Made the apps compatible with Flutter...

Read the rest of this update entry...
 
If you leave the resources here without a password, you encourage other blogs or sites to cancel it and then create back cracks. It's just a little bit of thinking, there's a reason why a password is set for the number of resources and also for the number of days of registrations.
 
app\Http\Middleware\ActivationCheckMiddleware

PHP:
public function handle($request, Closure $next)
{
    # Comment out these lines
 
    //if (!$this->actch()) {
    //    return Redirect::away(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'))->send();
    //}
 
    return $next($request);
}

app\Http\Controllers\InstallController

PHP:
public function purchase_code(Request $request)
{
    Helpers::setEnvironmentValue('SOFTWARE_ID', 'MzY3NzIxMTI=');
    Helpers::setEnvironmentValue('BUYER_USERNAME', $request['username']);
    Helpers::setEnvironmentValue('PURCHASE_CODE', $request['purchase_key']);

    //! Comment out these lines
 
    //$post = [
    //    'name' => $request['name'],
    //    'email' => $request['email'],
    //    'username' => $request['username'],
    //    'purchase_key' => $request['purchase_key'],
    //    'domain' => preg_replace("#^[^:/.]*[:/]+#i", "", url('/')),
    //];
    //$response = $this->dmvf($post);

    //! Change $response to route('step_3)
    return redirect(route('step_3).'?token='.bcrypt('step_3'));
}

app\Http\Controllers\UpdateController

PHP:
public function update_software(Request $request)
{
    if (env('SOFTWARE_VERSION') == '1.0') {
        $filesystem = new Filesystem;
        $filesystem->cleanDirectory('database/migrations');
    }

    Helpers::setEnvironmentValue('BUYER_USERNAME', $request['username']);
    Helpers::setEnvironmentValue('PURCHASE_CODE', $request['purchase_key']);
    Helpers::setEnvironmentValue('APP_MODE', 'live');
    Helpers::setEnvironmentValue('SOFTWARE_VERSION', '2.5.1');
    Helpers::setEnvironmentValue('REACT_APP_KEY', '45370351');
    Helpers::setEnvironmentValue('APP_NAME', '6amMart' . time());

    //! Comment out these lines
 
    //if (!$this->actch()) {
    //    return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
    //}

Update working for me, New Installation not working
1708971843525.png
 
app\Http\Middleware\ActivationCheckMiddleware

PHP:
public function handle($request, Closure $next)
{
    # Comment out these lines
 
    //if (!$this->actch()) {
    //    return Redirect::away(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'))->send();
    //}
 
    return $next($request);
}

app\Http\Controllers\InstallController

PHP:
public function purchase_code(Request $request)
{
    Helpers::setEnvironmentValue('SOFTWARE_ID', 'MzY3NzIxMTI=');
    Helpers::setEnvironmentValue('BUYER_USERNAME', $request['username']);
    Helpers::setEnvironmentValue('PURCHASE_CODE', $request['purchase_key']);

    //! Comment out these lines
 
    //$post = [
    //    'name' => $request['name'],
    //    'email' => $request['email'],
    //    'username' => $request['username'],
    //    'purchase_key' => $request['purchase_key'],
    //    'domain' => preg_replace("#^[^:/.]*[:/]+#i", "", url('/')),
    //];
    //$response = $this->dmvf($post);

    //! Change $response to route('step_3)
    return redirect(route('step_3).'?token='.bcrypt('step_3'));
}

app\Http\Controllers\UpdateController

PHP:
public function update_software(Request $request)
{
    if (env('SOFTWARE_VERSION') == '1.0') {
        $filesystem = new Filesystem;
        $filesystem->cleanDirectory('database/migrations');
    }

    Helpers::setEnvironmentValue('BUYER_USERNAME', $request['username']);
    Helpers::setEnvironmentValue('PURCHASE_CODE', $request['purchase_key']);
    Helpers::setEnvironmentValue('APP_MODE', 'live');
    Helpers::setEnvironmentValue('SOFTWARE_VERSION', '2.5.1');
    Helpers::setEnvironmentValue('REACT_APP_KEY', '45370351');
    Helpers::setEnvironmentValue('APP_NAME', '6amMart' . time());

    //! Comment out these lines
 
    //if (!$this->actch()) {
    //    return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
    //}
it gave me
Route [step_3] not defined.
 
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