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
Dec 26, 2020
152
37
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:

Silva

Active member
Oct 12, 2020
432
233
43
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.
 

menstyle

Member
Jun 22, 2020
54
13
8
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

matlay

Active member
Dec 26, 2020
152
37
28
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

hugo_luis

Member
May 10, 2020
120
13
18
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 !!
 

sirughimire

Active member
Apr 30, 2020
39
101
33
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
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
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?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu