Jump to content

Filebob v1.8 - File Sharing And Storage Platform (SAAS)

Featured Replies

  • Replies 69
  • Views 17.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Most Helpful Posts

  • WaqasAhmedMir
    WaqasAhmedMir

    This is the complete nulled file v1.8. License Code: 12345678 codecanyon-30356232-filebob-file-sharing-and-storage-platform.zip

Posted Images

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

Tengo la version PHP 8.1, pero me pone eso al instalar, alguna solución, gracias.

This is Not Nulled You can Nulled this script by just changing few lines of code

Script\Application\vironeer\License\app\Http\Controllers\InstallController.php

change the line from 105 to 135 and replace with this code     after change this line of code you can use Pas_2312@ 

as your License code it will work 100%  or replace the attach file with current file and use Pas_2312@  as your code Enjoy

   public function licenceAction(Request $request)
{
    if (!in_array(parse_url(url('/'))['host'], ['localhost', '127.0.0.1'])) {
        if (empty($request->purchase_code) && $request->purchase_code !== 'Pas_2312@') {
            return redirect()->back()->withErrors(['Purchase code is required']);
        }
        if ($request->purchase_code !== 'Pas_2312@' && !preg_match("/^([a-f0-9]{8})-(([a-f0-9]{4})-){3}([a-f0-9]{12})$/i", $request->purchase_code)) {
            return redirect()->back()->withErrors(['Invalid purchase code']);
        }
        if ($request->purchase_code === 'Pas_2312@') {
            setEnv('LICENCE_TYPE', 'special');
            setEnv('VIRONEER_LICENCE', 1);
            return redirect()->route('install.information.database');
        }
        try {
            $purchaseCode = $request->purchase_code;
            $website = url('/');
            $symbol = config('vironeer.item.alias');
            $version = config('vironeer.item.version');
            $client = new \GuzzleHttp\Client();
            $request = $client->get(config('vironeer.api.license') . "?purchaseCode={$purchaseCode}&website={$website}&symbol={$symbol}&version={$version}");
            $response = json_decode($request->getBody());
            if ($response->status == "error") {
                return redirect()->back()->withErrors([$response->message]);
            }
            setEnv('LICENCE_TYPE', $response->data->licence_type);
            setEnv('VIRONEER_LICENCE', 1);
            return redirect()->route('install.information.database');
        } catch (\GuzzleHttp\Exception\RequestException $e) {
            return redirect()->back()->withErrors(['Request error, please try again']);
        }
    } else {
        setEnv('VIRONEER_LICENCE', 1);
        return redirect()->route('install.information.database');
    }
}

InstallController.php

Edited by TIGER CODE YT
I Nulled By My Self

it is not saas version

This forum account is currently banned. Ban Length: Member has been permanently banned.
Ban Reason: Since you don't find anything new here, we'll help you never be here again.

Enjoy the ban

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files