• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

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

Foodomaa 2.4.0 untouched. Please gurus, help me to nulled it ..

tyronx75

Member
Sep 21, 2019
56
37
18
hi Nulled guru's @NullMaster , @TassieNZ and others.. i just bought this foodomaa and please nulled it for good.. thank you..

Download link removed by @TassieNZ for safety. :)

Re-uploaded by @TassieNZ without the codecanyon "tag"!
 
Last edited by a moderator:
  • Like
Reactions: Elpuma and code999
ok was able to null this. So to prevent any mis-trust (if I upload a file). I'm letting you null it yourself by editing the Http > Controllers > InstallController.php

starting at line 74: replace these

Code:
$response = Curl::to('https://www.stackcanyon.com/api/check-purchase')
                ->withData(array(
                    'purchase_code' => $request->db['purchase_code'],
                    'ip_one' => $request->ip(),
                    'ip_two' => $this->getIp(),
                    'email' => $request->admin['email'],
                    'store_name' => $request->store['storeName'],
                    'storeEmail' => $request->store['storeEmail'],
                    'device' => $agent->device(),
                    'platform' => $agent->platform(),
                    'browser' => $agent->browser(),
                    'host' => $request->getHttpHost(),
                ))->post();

            $check = json_decode($response);

with these:
Code:
// $response = Curl::to('https://www.stackcanyon.com/api/check-purchase')
            //     ->withData(array(
            //         'purchase_code' => $request->db['purchase_code'],
            //         'ip_one' => $request->ip(),
            //         'ip_two' => $this->getIp(),
            //         'email' => $request->admin['email'],
            //         'store_name' => $request->store['storeName'],
            //         'storeEmail' => $request->store['storeEmail'],
            //         'device' => $agent->device(),
            //         'platform' => $agent->platform(),
            //         'browser' => $agent->browser(),
            //         'host' => $request->getHttpHost(),
            //     ))->post();

            // $check = json_decode($response);
            $check = new \stdClass();
            $response = '';

hope this helps!
 
  • Like
Reactions: code999
thank bro.. u are awesome...

Tyron, change the name of the file to just something like "fuuduumah 2-4" because the file name can Identify you, and we don't want them to know its you. Do it as soon as possible and reupload the file with the new name
 
  • Like
Reactions: TassieNZ
I want to verify the following: I found 11 files that include verifications to "stackcanyon.com"
ok was able to null this. So to prevent any mis-trust (if I upload a file). I'm letting you null it yourself by editing the Http > Controllers > InstallController.php

starting at line 74: replace these

Code:
$response = Curl::to('https://www.stackcanyon.com/api/check-purchase')
                ->withData(array(
                    'purchase_code' => $request->db['purchase_code'],
                    'ip_one' => $request->ip(),
                    'ip_two' => $this->getIp(),
                    'email' => $request->admin['email'],
                    'store_name' => $request->store['storeName'],
                    'storeEmail' => $request->store['storeEmail'],
                    'device' => $agent->device(),
                    'platform' => $agent->platform(),
                    'browser' => $agent->browser(),
                    'host' => $request->getHttpHost(),
                ))->post();

            $check = json_decode($response);

with these:
Code:
// $response = Curl::to('https://www.stackcanyon.com/api/check-purchase')
            //     ->withData(array(
            //         'purchase_code' => $request->db['purchase_code'],
            //         'ip_one' => $request->ip(),
            //         'ip_two' => $this->getIp(),
            //         'email' => $request->admin['email'],
            //         'store_name' => $request->store['storeName'],
            //         'storeEmail' => $request->store['storeEmail'],
            //         'device' => $agent->device(),
            //         'platform' => $agent->platform(),
            //         'browser' => $agent->browser(),
            //         'host' => $request->getHttpHost(),
            //     ))->post();

            // $check = json_decode($response);
            $check = new \stdClass();
            $response = '';

hope this helps!

Will this work for an update attempt or just fresh installation?
 
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