• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Foodefy - Single Restaurant Online Food Ordering Laravel Website Platform

NULLED Foodefy - Single Restaurant Online Food Ordering Laravel Website Platform 9.3 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
21,203
Files
6062
Reactions
82,113
raz0r submitted a new resource:

Single Restaurant - Laravel Website & Admin Panel - Laravel Restaurant Website Script (Codecanyon Item ID: 28563040)

View attachment 938

Our script is a Single Restaurant NULLED management system that comes with the user app and delivery man app. With this powerful system, you will get a powerful admin panel built with Laravel Framework that will help you manage the whole system smartly which accelerates your restaurant business.

Read more about this resource...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: emil12 and euguk
raz0r 's signature
Reacted by:
  • Like
Reactions: emil12

Single Restaurant - Laravel Website & Admin Panel 20-03-2023​

Single Restaurant - Android User & Delivery Boy Apps With Laravel Admin Panel 11-04-2023​

Single Restaurant - Android Owner App 08-04-2023​


 
iranthavan 's signature
Reacted by:
  • Like
Reactions: kandichoco
raz0r or somebody please null this :)
 
iranthavan 's signature
Reacted by:
raz0r updated Single Restaurant - Laravel Website and Admin Panel with a new update entry:

Single Restaurant v9.0 NULLED - Laravel Website and Admin Panel

V 9.0 (10-07-2023)
Guest Checkout
Multiple Zone creation
PayPal Payment gateway added (Premium)
MyFatoorah Payment gateway added (Premium)
MercadoPago Payment gateway added (Premium)
toyyibPay Payment gateway added (Premium)
2 New themes added (Premium)
Owner App added (Premium)
OTP added (Premium)
POS added (Premium)

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: Sabani82
unable to install ... install wizard is not getting triggered in the nulled version kindly look
 
iranthavan 's signature
Reacted by:
unable to install ... install wizard is not getting triggered in the nulled version kindly look
This looks like the untouched files I uploaded on another forum because I renamed some files for differentiation like admin only & website-admin.zip.

So you might need to wait for someone to null the latest version.
 
johnwick 's signature
Reacted by:
Forget to delete another check:

open file vendor\laravel\framework\src\Illuminate\Auth\SessionGuard.php

find function:

PHP:
    public function login(AuthenticatableContract $user, $remember = false)
    {
        if(session()->get('admin_login') != "") {
            $client = new \GuzzleHttp\Client();
            $res = $client->request('POST', \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IjVoNUV5VU53YVRCOFI3ZU5vSWw1VGc9PSIsInZhbHVlIjoiTllMc1ByNDFxOXIzNllhby80cFhURFIzczM5NUVmeDJSazlSaFZ3YjBKV01TanI3aW84ZE4xMCsvdzAwbDFTS3FJSXpuS0JENTVQVmZzc05SR0NzVXc9PSIsIm1hYyI6ImJlZjE0MWUwNmE3ODJiY2NmM2M4YTY4NWZiMWQ4MTg1YWNmZWY2MTk4MjdiMTEzODZhMmY2OTUwMTQwMjkyYWQiLCJ0YWciOiIifQ=='), [
                'form_params' => [
                    \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IkFMYnVVMUh1OE00bHFDT3JtR3JFVkE9PSIsInZhbHVlIjoiRmkvZHNNZ3hLT2Z4UEx0T3lTd09xdz09IiwibWFjIjoiOWExNWE2ODFhMDZhNGNhM2I3OWNlMTNlMzhiY2E4ZTcwNWZhNjYwZDYxOGJkMWViMTkzNzBkYmQ3ZjljOWI5MCIsInRhZyI6IiJ9') => str_replace('/check-login', '', url()->current()),
                    \Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6Ik10a1NleHJNclJ4SmR2aUozeUhkRGc9PSIsInZhbHVlIjoiWTRGcW1ocE9aOGpER0swbytlY1FOZz09IiwibWFjIjoiOGFlZTg1OWJmYTJjZjFlZmFjNmU1ZGQ0OTc3YzhmYTFiYzAwM2RjYzk0MWIxNzEzZjg5NWE5YmQ5YmYyNTQ1YSIsInRhZyI6IiJ9') => 'login'
                ]
            ]);
            $obj = json_decode($res->getBody());
            if ($obj->status == '1') {
                $this->updateSession($user->getAuthIdentifier());

                // If the user should be permanently "remembered" by the application we will
                // queue a permanent cookie that contains the encrypted copy of the user
                // identifier. We will then decrypt this later to retrieve the users.
                if ($remember) {
                    $this->ensureRememberTokenIsSet($user);

                    $this->queueRecallerCookie($user);
                }

                // If we have an event dispatcher instance set we will fire an event so that
                // any listeners will hook into the authentication events and run actions
                // based on the login and logout events fired from the guard instances.
                $this->fireLoginEvent($user, $remember);

                $this->setUser($user);
            } elseif ($obj->status == '3') {
                return Redirect::to('/admin')->with('error', $obj->message);
            } else {
                $this->session->put(\Illuminate\Support\Facades\Crypt::decrypt('eyJpdiI6IjF4VnBoVy95Z2llZzJGWlRBN2tkSUE9PSIsInZhbHVlIjoiZ3VqeUlzclNzNTUvRkJOaFNGM0EvdnpGQ0l0MWpPZkZuWlFQSW9LNW1oYz0iLCJtYWMiOiJmNDc3YzkyZjBmNGNmYTJlY2M3YmFjZDA5MWZkMTczYTBlNDVlMjFmZGY1NWY2ZjZlMDUxYzI3Mzg4YmY5MDAxIiwidGFnIjoiIn0='), $obj->message);
            }
        } else {
            $this->updateSession($user->getAuthIdentifier());

            // If the user should be permanently "remembered" by the application we will
            // queue a permanent cookie that contains the encrypted copy of the user
            // identifier. We will then decrypt this later to retrieve the users.
            if ($remember) {
                $this->ensureRememberTokenIsSet($user);

                $this->queueRecallerCookie($user);
            }

            // If we have an event dispatcher instance set we will fire an event so that
            // any listeners will hook into the authentication events and run actions
            // based on the login and logout events fired from the guard instances.
            $this->fireLoginEvent($user, $remember);

            $this->setUser($user);
        }
    }

and change to:
PHP:
    public function login(AuthenticatableContract $user, $remember = false)
    {
        $this->updateSession($user->getAuthIdentifier());

        // If the user should be permanently "remembered" by the application we will
        // queue a permanent cookie that contains the encrypted copy of the user
        // identifier. We will then decrypt this later to retrieve the users.
        if ($remember) {
            $this->ensureRememberTokenIsSet($user);

            $this->queueRecallerCookie($user);
        }

        // If we have an event dispatcher instance set we will fire an event so that
        // any listeners will hook into the authentication events and run actions
        // based on the login and logout events fired from the guard instances.
        $this->fireLoginEvent($user, $remember);

        $this->setUser($user);
    }
 
raz0r 's signature
Reacted by:
  • Like
Reactions: husa and emil12
Update (22-11-2023)
Minor bug fixed on grand total & wallet features

Update (29-10-2023)
Bug fixed
Automatic & manual WhatsApp message on order placed & order status update using meta API (Premium)
Theme design improvements
Installer wizard added

V 9.1 (19-09-2023)
Themes improvement
Bulk product import (Premium)
Language (Premium)
Minor bug fixed

 
iranthavan 's signature
Reacted by:
  • Like
Reactions: q8yas, qazwsx, allonge and 8 others
raz0r 's signature
Reacted by:
  • Like
Reactions: q8yas, lasscox, husa and 2 others
Top