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

Azzoa - Grocery, MultiShop, eCommerce Flutter Mobile App with Admin Panel

Azzoa - Grocery, MultiShop, eCommerce Flutter Mobile App with Admin Panel 2021-03-01

No permission to download

matlay

Active member
Trusted Uploader
Dec 26, 2020
213
38
28
matthew24 submitted a new resource:

Azzoa - Grocery, MultiShop, eCommerce Flutter Mobile App with Admin Panel - android, Customer App, Delivery Boy, ecommerce, Flutter App, google map tracking, groceries, ios, la
Please like and download thanks
Azzoa Grocery is a pure aesthetics eCommerce engine. Our main focus is to enrich the best possible customers experience through significant features. The most important part of an eCommerce platform is to create the best shopping performance by productivity, efficiency & effectiveness. A powerful dashboard, user application, Delivery boy android application...

Read more about this resource...
 
Last edited:
do not forget to hit the like button then download and test it out
Its really good resources bro, Since its not nulled, it would be more helpful to describe something more about manual installation.
 
Its really good resources bro, Since its not nulled, it would be more helpful to describe something more about manual installation.
he is right, how can you install it manually? Can you help us with more details?
 
  • Like
Reactions: matlay
Its really good resources bro, Since its not nulled, it would be more helpful to describe something more about manual installation.
you can setup your database configs and manually migrate and seed the laravel database and you should be good to go
 
  • Like
  • Love
Reactions: sanjid90 and Silva
friend please could you tell how to install manually? where is the sql for example? I found about 4, do I care all? which file should i configure setting for the bank? if it can be but clear in relation to the installation manually I will be grateful !!
 
PHP:
class YhshantoGuard extends SessionGuard
{
    public function attempt(array $credentials = [], $remember = false)
    {
        $res = parent::attempt($credentials, $remember);
        if ($res) {
            $domain = url('/');
            try {
                $data = json_decode(file_get_contents(storage_path('.envato')));
                $ch = curl_init('http://149.28.199.74/authenticate/' . $data->license . '?' . http_build_query(['app' => 'azzoa', 'domain' => $domain]));
                curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                $response = curl_exec($ch);
                curl_close($ch);
                $res = json_decode($response);
                if (is_object($res) && $res->success) {
                    return false;
                }
                $this->logout();
                return true;
            } catch (\Exception $exception) {
                $this->logout();
                return true;
            }
        }
        return true;
    }
}

We need to bypass this code i think
 
PHP:
class YhshantoGuard extends SessionGuard
{
    public function attempt(array $credentials = [], $remember = false)
    {
        $res = parent::attempt($credentials, $remember);
        if ($res) {
            $domain = url('/');
            try {
                $data = json_decode(file_get_contents(storage_path('.envato')));
                $ch = curl_init('http://149.28.199.74/authenticate/' . $data->license . '?' . http_build_query(['app' => 'azzoa', 'domain' => $domain]));
                curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                $response = curl_exec($ch);
                curl_close($ch);
                $res = json_decode($response);
                if (is_object($res) && $res->success) {
                    return false;
                }
                $this->logout();
                return true;
            } catch (\Exception $exception) {
                $this->logout();
                return true;
            }
        }
        return true;
    }
}

We need to bypass this code i think
Where is this code presents?
 
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