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

tyronx75

Member
Sep 21, 2019
51
35
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

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
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

Elpuma

Member
Oct 13, 2020
71
29
18
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

Elpuma

Member
Oct 13, 2020
71
29
18
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?
 

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