[request] Crypterion - Multi-featured Cryptocurrency Exchange platform (with self-hosted wallets) Nulled

okokokok

Member
Jan 10, 2019
63
1
8
Hi, i want the nulled version of CRYPTERION

He sells this script for 100usd...

it's would be fair to share for free in babiato... anyways there is better and more complex exchange script which is nulled by this community available for free
 

AOH

Member
May 2, 2020
128
23
18
He sells this script for 100usd...

it's would be fair to share for free in babiato... anyways there is better and more complex exchange script which is nulled by this community available for free

I want a p2p crypto exchange script.
 

zerozhy

Member
Jul 12, 2019
90
34
18
This script is about cryptocurrency exchange website. This script work as a peer to peer crypto exchange.

i not asking about cryptorion scrypt ,, but the script he talking about ,, and the name of script
 

moonguy

New member
Sep 15, 2020
2
0
1
we are still decoding. there are 151 files are encoded. it is almost done. be in touch with me. s k ype : alioutlawz
once it is fully nulled I will let you know. most probably tonight.
I'm interested to buy, but your skype id is not working. Send me your contact or message me.
 

josefHošek

Member
Apr 13, 2020
34
5
8
replace the file and it will be nulled .

/public_html/app/Http/Controllers/Installer/LicenseController.php

Code:
<?php

namespace App\Http\Controllers\Installer;

use App\Http\Controllers\Controller;
use App\Providers\License;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException;
use JSsVPSDioNXpfRC;

class LicenseController extends Controller
{
    /**
     * @var JSsVPSDioNXpfRC
     */
    protected $crypterion;

    /**
     * IndexController constructor.
     *
     * @param JSsVPSDioNXpfRC $crypterion
     */
    public function __construct($crypterion)
    {
        if (!is_subclass_of($crypterion, 'JSsVPSDioNXpfRC')) {
            return app()->abort(500, 'Corrupted filesystem.');
        }

        $this->crypterion = $crypterion;
    }

    /**
     * @param Request $request
     * @return \Illuminate\Support\Collection
     */
    protected function details(Request $request)
    {
        return collect($request->only(['code', 'email']));
    }

    /**
     * Verify license
     *
     * @param Request $request
     * @throws \Illuminate\Validation\ValidationException
     */
    public function verify(Request $request)
    {
        $this->validate($request, [
            'code'  => 'required|string',
            'email' => 'required|email',
        ]);
    }
}
 

alikoza

New member
Banned User
Apr 27, 2020
23
1
3
replace the file and it will be nulled .

/public_html/app/Http/Controllers/Installer/LicenseController.php

Code:
<?php

namespace App\Http\Controllers\Installer;

use App\Http\Controllers\Controller;
use App\Providers\License;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Validation\ValidationException;
use JSsVPSDioNXpfRC;

class LicenseController extends Controller
{
    /**
     * @var JSsVPSDioNXpfRC
     */
    protected $crypterion;

    /**
     * IndexController constructor.
     *
     * @param JSsVPSDioNXpfRC $crypterion
     */
    public function __construct($crypterion)
    {
        if (!is_subclass_of($crypterion, 'JSsVPSDioNXpfRC')) {
            return app()->abort(500, 'Corrupted filesystem.');
        }

        $this->crypterion = $crypterion;
    }

    /**
     * @param Request $request
     * @return \Illuminate\Support\Collection
     */
    protected function details(Request $request)
    {
        return collect($request->only(['code', 'email']));
    }

    /**
     * Verify license
     *
     * @param Request $request
     * @throws \Illuminate\Validation\ValidationException
     */
    public function verify(Request $request)
    {
        $this->validate($request, [
            'code'  => 'required|string',
            'email' => 'required|email',
        ]);
    }
}


THank you, I changed the file as you say , but now in the Environment installation step it doesnt go next step :) when you press "save" button after filling all infos it doesnt go next stem (Administrator). Maybe we are missing somehting else?
 

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