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

Superv - Restaurant Website CMS & Management System with Food Order

Superv - Restaurant Website CMS & Management System with Food Order Version 2.2

No permission to download
I'm getting error 500 when editing created language or deleting existing language. Does anyone know how to solve?
 
Does this have an Api which can be integrated with Mobile App ??
 
  • Like
Reactions: delean
Hello my good friends at Babiato,
I hope you are well,
I would like to ask, how do I remove the copyright text in the admin dashboard.
Thanks.
 
  • Like
Reactions: delean
Hello My friends at Babiato,
Who is skilled enough to know how to remove the footer credits in the admin sectin, which file should be edited,
Thanks and many regards
 
  • Like
Reactions: delean
sxtu updated Superv - Restaurant Website CMS & Management System with Food Order with a new update entry:

Version 1.4

  • POS System Added
  • Lots of options added in QR Builder
  • 3 readymade QR Banner PSDs included for QR code
  • Postal Code bases delivery with its charge option added (It can be enabled / disabled by Admin)

  • Tables Management
  • QR Builder Added for each table
  • Website popup banners builder added with 7 predesigned banner
  • Payment Methods management for POS
  • Customers management added
  • Customer information stored after each order
  • Drag & Drop input...

Read the rest of this update entry...
 
For Nulling Go To
\core\vendor\rachidlaasri\laravel-installer\src\Controllers\LicenseController.php
Open LicenseController.php and
Remove Line 28 To 85
PHP:
$request->validate([
            'email' => 'required',
            'username' => 'required',
            'purchase_code' => 'required'
        ]);

        $itemid = 28396210;
        $itemname = 'Superv';
        $emailCollectorApi = 'https://megasoft.biz/emailcollector/api/collect';

        try {
            $client = new \GuzzleHttp\Client();
            $response = $client->request('GET', 'https://api.envato.com/v3/market/author/sale?code='.$request->purchase_code, [
                'headers' => [
                    'content-type' => 'application/json',
                    'Accept' => 'application/json',
                    'Authorization' => 'Bearer d3eCIKWsFeVT1hoMjY7wtZlZMn0tgEO9'
                ]
            ]);

            $responseBody = $response->getBody()->getContents();
            $formattedRes = json_decode($responseBody, true);

            $buyerUsername = $formattedRes['buyer'];


            if ($request->username != $buyerUsername || $itemid != $formattedRes['item']['id']) {
                Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
                return redirect()->back();
            }

            fopen("core/vendor/mockery/mockery/verified", "w");


            // return $request;
            // collect Email
            $response1 = $client->request('POST', $emailCollectorApi, [
                'headers' => [
                    'Accept' => 'application/json',
                    'Content-Type' => 'application/x-www-form-urlencoded'
                ],
                'form_params' => [
                    'item_name' => $itemname,
                    'email' => $request->email,
                    'username' => $request->username,
                    'item_id' => $itemid,
                    'collector_key' => 'rakoombaa'
                ]
            ]);

            // dd($response1->getBody()->getContents());

            Session::flash('license_success', 'Your license is verified successfully!');
            return redirect()->route('LaravelInstaller::environmentWizard');
        } catch (\Exception $e) {
            Session::flash('license_error', 'Something went wrong!');
            return redirect()->back();
        }

And Replace it With This Code
PHP:
Session::flash('license_success', 'Your license is verified successfully!');
        return redirect()->route('LaravelInstaller::environmentWizard');
Enjoy
Use this method for nulling
 
Hello everyone, I tried it in localhost and faced Imagick php extention error while installation. Please someone help with the solution of this error.
Thanks in advance =)

1633866730484.png
 
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