ads here

Free Nulled Download SkillGro - Course & Learning Management System Laravel Script (Nulled) 3.0.0

Community 1 year ago 42 views 18 replies
C
Community

dhairyalimbani30 submitted a new resource:

SkillGro - Course & Learning Management System Laravel Script LMS (Not Nulled) - Web Solutions

Read more about this resource...

C
Community

Your Resource Approved

Thanks

C
Community

What is the purchase code? It's not nulled

C
Community

the purchase code is only for 1 site

C
Community

we are working on null actually.

C
Community

Hi Purchase Code Pleas !!

C
Community

how to null ?

C
Community

Thanks

C
Community

@phpCore bro please null version thanks

C
Community

@

paulodybala can you null this script boss ??

C
Community

update

Change Log:?

Version: 1.6.0 : 18 October, 2024

---------------------------------------

Added two new homepages.

Optimized codes.

Fixed some minor bugs.

Fixed some responsive issues.

And more...

---------------------------------------

C
Community

dhairyalimbani30 updated SkillGro - Course & Learning Management System Laravel Script (LMS) with a new update entry:

1.6.0

Read the rest of this update entry...

C
Community

Updated the resourse try to null it

C
Community

@phpCore bro please nulled version thanks

C
Community

We are trying to null this once its done will let you know

C
Community

By pass this

Code:

case VERIFICATION_URL = 'https://pcv.websolutionus.com/api/v1/validate';
case VERIFICATION_HASHED_URL = 'https://pcv.websolutionus.com/api/v1/validate/code';
case UPDATE_CHECK_URL = 'https://pcv.websolutionus.com/api/v1/updateable';
case ITEM_ID = '53608520';

All in

/Modules/Installer/

Hope you can nulled your self

C
Community

i will try and let you know

C
Community

Hi buddy

Just to be sure I will edit 3 files only right, InstallerController.php, PuchaseVerificationController.php, PurchaseVerifyMiddleware.php

C
Community

Edit file

Modules/Installer/app/Http/Controllers/InstallerController.php

Code:

public function __construct()
{
set_time_limit(8000000);
$this->middleware(function (Request $request, Closure $next) {
// B? qua xác minh gi?y phép
return $next($request);
});
}

Edit file

/Modules/Installer/app/Http/Controllers/PuchaseVerificationController.php

Code:

class PuchaseVerificationController extends Controller
{
public function __construct()
{
set_time_limit(8000000);
}

public function index()
{
InstallerInfo::writeAssetUrl();
return view('installer::index');
}

public function validatePurchase(Request $request)
{
session()->flush();
$request->validate([
'purchase_code' => 'required|string',
]);

// B? qua logic xác minh và tr? v? k?t qu? thành công
return response()->json(['success' => true, 'message' => 'Verification successful'], 200);
}

}

Edit file

/Modules/Installer/app/Http/Middleware/PurchaseVerifyMiddleware.php

Code:

class PurchaseVerifyMiddleware
{
public function handle(Request $request, Closure $next)
{
// B? qua xác minh và cho phép t?t c? yêu c?u ?i qua
return $next($request);
}

private function invalidHashed()
{
// Có th? gi? l?i ho?c b?
try {
Configuration::updateCompeteStatus(0);
} catch (Exception $e) {
Log::error($e->getMessage());
}
Session::flush();
return redirect()->route('setup.verify');
}
}

Login to post a reply.

Login to Reply