Iori  - Business Website for Company, Agency, Startup with AI writer tool & shopping cart

Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart v1.7.6

No permission to download
  • Note: some broken links will redirect you to home page , please leave a comment, you will be notify as soon as the links is updated
  • You MUST read Socialtor Rules before making your first post, else you may get permanent warning points or a permanent Ban. Socialtor forum resource are safe and secure. So that you can use them for development and checking out functions. If your are on home windows and have an antivirus that signals you approximately a likely infection: understand it's a fake fantastic due to the fact all scripts are double checked by our experts. We endorse you to add Socialtor to relied/trusted on sites/assets or disable your antivirus momentarily at the same time as downloading a resource. thanks @Socialtor.

socialtor_admin

Administrator
Staff member
Jan 25, 2022
1,379
74
48
socialtor_admin submitted a new resource:

Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart - Iori is a Startup / Agency / Company script that is specifically designed to make modern websites. Y

View attachment 592
Iori is a Startup / Agency / Company script that is specifically designed to make modern websites. You can use it to build an agency, digital agency, startup agency, creative agency, creative business, company, creative multipurpose website, or freelance website…

Read more about this resource...
 

socialtor_admin

Administrator
Staff member
Jan 25, 2022
1,379
74
48
socialtor_admin updated Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart with a new update entry:

Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart

Iori is a Startup / Agency / Company script that is specifically designed to make modern websites. You can use it to build an agency, digital agency, startup agency, creative agency, creative business, company, creative multipurpose website, or freelance website…

Read the rest of this update entry...
 

Triosoft

New member
Jun 6, 2024
5
1
3
If you want to do nulled. Do it yourself. The method:

open file:
Code:
vendor/botble/platform/base/Src/Supports/Core.php

Around line 219 or
PHP:
public function verifyLicense(bool $timeBasedCheck = false): bool
Comment all the code in the brackets, and write
PHP:
return true;
Full example:

PHP:
public function verifyLicense(bool $timeBasedCheck = false): bool
{
/* The above PHP code snippet is a part of a license verification process. Here is a breakdown
of what the code is doing: */
// LicenseVerifying::dispatch();

// if (! $this->isLicenseFileExists()) {
// return false;
// }

// $verified = true;

// if ($timeBasedCheck) {
// $dateFormat = 'd-m-Y';
// $cachesKey = "license:{$this->getLicenseCacheKey()}:last_checked_date";
// $lastCheckedDate = Carbon::createFromFormat(
// $dateFormat,
// Session::get($cachesKey, '01-01-1970')
// )->endOfDay();
// $now = Carbon::now()->addDays($this->verificationPeriod);

// if ($now->greaterThan($lastCheckedDate) && $verified = $this->verifyLicenseDirectly()) {
// Session::put($cachesKey, $now->format($dateFormat));
// }

// return $verified;
// }

// return $this->verifyLicenseDirectly();

return true; // add this code
}

Enter name and license (Minimum 19 characters/number) randomly in dashboard/installer)

Next, to remove notifications on the dashboard which are quite annoying for some people (perhaps). Please open the file:
Code:
platform/core/base/resources/views/layouts/master.blade.php

Around line 25, change
PHP:
['hidden' => false])
to
PHP:
['hidden' => true])
The complete code is from lines 25-29:
PHP:
<x-slot:header-layout>
@if (\Botble\Base\Supports\Core::make()->isSkippedLicenseReminder())
@include('core/base::system.license-invalid', ['hidden' => true])
@endif
</x-slot:header-layout>



Enyoy!
 

socialtor_admin

Administrator
Staff member
Jan 25, 2022
1,379
74
48
socialtor_admin updated Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart with a new update entry:

Iori - Business Website for Company, Agency, Startup with AI writer tool & shopping cart

Iori is a Startup / Agency / Company script that is specifically designed to make modern websites. You can use it to build an agency, digital agency, startup agency, creative agency, creative business, company, creative multipurpose website, or freelance website…

Read the rest of this update entry...