• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

PlusAgency - Multipurpose Website CMS & Business Agency Management System

PlusAgency - Multipurpose Website CMS & Business Agency Management System v3.3 - 18th December, 2023

No permission to download
its showing error 500 server everytime we do any thing from dashboard. please see to it. example : if we go to dashboard and activate maintainance mode and click on update.. instead of update it will show error 500 server error
 
PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.33. in /home/example/ecommerce.example.com/core/vendor/composer/platform_check.php on line 24
Well, you know what the mistake is. You are using PHP 7.3 but the script only runs on PHP 7.4.

There are many tutorials on how to change the PHP version in cPanel or whatever control panel you use.
 
Last edited:
1. we have deactivaated event booking and its showing in main website
2. we have decativated product management and its still showing in user dashboard

and in error log nothing is showing
 
hi sir,

i found a way by using the script of the 2.7 nulled. here it is just replace.
1- go to this file "core/vendor/rachidlaasri/laravel-installer/src/Controllers/LicenseController.php";
2- replace code with

<?php
namespace RachidLaasri\LaravelInstaller\Controllers;
use Illuminate\Routing\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Session;
class LicenseController extends Controller
{
public function __construct()
{
}
/**
* Display the permissions check page.
*
* @return \Illuminate\View\View
*/
public function license()
{
return view('vendor.installer.license');
}
public function licenseCheck(Request $request) {
$itemid = 24646161;
try {
/*$client = new \GuzzleHttp\Client();
$response = $client->request('GET', 'https://api.envato.com/v3/market/author/sale?code='.$request->purchase_code, [
'headers' => [
'content-type' => 'application/json',
'Accept' => 'application/json',
'Authorization' => 'Bearer d3eCIKWsFeVT1hoMjY7wtZlZMn0tgEO9'
]
]);
$responseBody = $response->getBody()->getContents();
$formattedRes = json_decode($responseBody, true);
$buyerUsername = $formattedRes['buyer'];

if ($request->username != $buyerUsername || $itemid != $formattedRes['item']['id']) {
Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
return redirect()->back();
}*/
fopen("core/vendor/mockery/mockery/verified", "w");
Session::flash('license_success', 'Your license is verified successfully!');
return redirect()->route('LaravelInstaller::environmentWizard');
} catch (\Exception $e) {
Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
return redirect()->back();
}
}
}
worked. thanks
 

PlusAgency - Multipurpose Website CMS & Business Agency Management System Version 3.3 Untouched​


Version 3.3 – Released on 19th September, 2023​


Changelogs:​

Upgraded Laravel version to 9.x
Upgraded all the composer third party packages
Added PHP 8.x support
Token-based secured checkout implemented for Stripe
 
I purchased this script
@Babak Sir! if this resource can be transferred to my account so i can update it?
Thanks..
 
  • Love
Reactions: Babak
  • Love
  • Like
Reactions: Yongsan and Babak

please update​

Version 3.3 – Released on 18th December, 2023​

Added image file extension validation
- please replace core/app/Http/Controllers/User/UserController.php file & assets/front/js folder
 
hi sir,

i found a way by using the script of the 2.7 nulled. here it is just replace.
1- go to this file "core/vendor/rachidlaasri/laravel-installer/src/Controllers/LicenseController.php";
2- replace code with

<?php
namespace RachidLaasri\LaravelInstaller\Controllers;
use Illuminate\Routing\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Session;
class LicenseController extends Controller
{
public function __construct()
{
}
/**
* Display the permissions check page.
*
* @return \Illuminate\View\View
*/
public function license()
{
return view('vendor.installer.license');
}
public function licenseCheck(Request $request) {
$itemid = 24646161;
try {
/*$client = new \GuzzleHttp\Client();
$response = $client->request('GET', 'https://api.envato.com/v3/market/author/sale?code='.$request->purchase_code, [
'headers' => [
'content-type' => 'application/json',
'Accept' => 'application/json',
'Authorization' => 'Bearer d3eCIKWsFeVT1hoMjY7wtZlZMn0tgEO9'
]
]);
$responseBody = $response->getBody()->getContents();
$formattedRes = json_decode($responseBody, true);
$buyerUsername = $formattedRes['buyer'];

if ($request->username != $buyerUsername || $itemid != $formattedRes['item']['id']) {
Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
return redirect()->back();
}*/
fopen("core/vendor/mockery/mockery/verified", "w");
Session::flash('license_success', 'Your license is verified successfully!');
return redirect()->route('LaravelInstaller::environmentWizard');
} catch (\Exception $e) {
Session::flash('license_error', 'Username / Purchase code didn\'t match for this item!');
return redirect()->back();
}
}
}
awesome
 
  • Love
Reactions: phlovy
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock