October 3, 20232 yr Author Administrators Updated Support is available for paid files only Support for free files is offered for a fee only
March 16, 20241 yr 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.
April 13, 20241 yr On 2/27/2024 at 6:16 PM, Chuẩn CMNR said: i have nulled licence . download file is attach filebob v1.8 Nulled.rar 47.55 MB · 26 downloads Code licence: 12345678
June 14, 20241 yr 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 June 14, 20241 yr by TIGER CODE YT I Nulled By My Self
November 5, 2024Nov 5 On 10/10/2024 at 8:07 AM, faroff said: Please share the licence code Code licence: 12345678
November 17, 2024Nov 17 this doesn't seem to be a nulled script! but fortunately it's not difficult to modify the license to make it work 😀
January 15Jan 15 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
February 3Feb 3 This is the complete nulled file v1.8. License Code: 12345678 codecanyon-30356232-filebob-file-sharing-and-storage-platform.zip
June 8Jun 8 Codelist .cc is better than donia this donia platfrom uploads direct file not nulled filesWhere is the purchase code (not nulled)
September 17Sep 17 On 6/15/2024 at 4:23 AM, TIGER CODE YT said:This is Not Nulled You can Nulled this script by just changing few lines of codeScript\Application\vironeer\License\app\Http\Controllers\InstallController.phpchange 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.phpWorking Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.