SuperCache Module for Foodomaa

SuperCache Module for Foodomaa v2.0

No permission to download

hanncrz

Active member
Jan 8, 2021
173
143
43
Mars
fansqu.id
johnwick submitted a new resource:

SuperCache Module for Foodomaa v1.0 - Retail - SuperCache Module for Foodomaa

SuperCache Module for Foodomaa

super-cache-main-display.png
...

Read more about this resource...
 

gembels

Active member
Dec 11, 2018
140
49
28
nyit-nyit.net
Dont forget to backup it!

In app/Http/Controllers/ModuleController.php

find
Code:
if (!$check['success']) {

there will be this code and uncomment it, with double slash // and will be look like this

Code:
//return response()->json($check, 401)

below it put this code
Code:
                $moduleFile = base_path('tmp/UPLOAD-THIS-MODULE.zip');
                $checkIfExists = File::get($moduleFile);
                $zipper = new Zipper;
                $zipper = Zipper::make($moduleFile);
                $zipper->extractTo(base_path('Modules'));
                Artisan::call('cache:clear');
                return response()->json(['success' => true, 'message' => 'Module Installation Done'], 200);

exactly before } else {

After install it, it will 401, try to Force Clear Cache and try to disabled double click and enabled again, once or twice.

Screen Shot 2020-07-29 at 01.44.38.png

Screen Shot 2020-07-29 at 01.44.47.png

there you go.. good luck!

Note: Try it with your own risk!
PS: Sorry, I dont want to feed you with a file. My mission to give you all understand how to track and bypass. Babiato will be happy place if everyone can bypass or nulling.
 

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