PlusAgency - Multipurpose Website CMS & Business Agency Management System

PlusAgency - Multipurpose Website CMS & Business Agency Management System v3.4 Nulled

No permission to download

Johnniecipher

New member
Nov 3, 2022
0
0
0
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
 

darkanubis0100

New member
Babiato Lover
Apr 7, 2019
17
7
3
Portugal
dark-anubis.com
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:

Johnniecipher

New member
Nov 3, 2022
0
0
0
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
 

monari

New member
Jan 7, 2021
21
2
3
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
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech

Forum statistics

Threads
69,169
Messages
908,049
Members
236,392
Latest member
ecoaimedia

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