• 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
to all who want to nulled active cms latest version, it is not possible directly nulled latest one.
but i will show another method.

* first install ActiveCMS_5.5.3 this version is nulled.
* after install open admin panel > System > Update, now directly apply update.zip file from latest version of activeCMS

* now go to installation directory /vendor/mehedi-iitdu/core-component-repository/src
* you will se there is a file named CoreComponentRepository.php, edit that file delete all codes and insert code bellow

Code:
<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
    public static function instantiateShopRepository() {
    }

    protected static function serializeObjectResponse($zn) {
    }

    protected static function finalizeRepository($rn) {
    }

    public static function initializeCache() {
    }

    public static function finalizeCache($addon){
    }
}

all done :) enjoy latest nulled version of ActiveCMS
this is method work for cms 6.1, thank brother..
 
ok then look for the option
MultiPHPini EDITOR
then select your domain and change those value
Brother it is showing 100% but not upload at last saying failed to upload I changed all the values according to your given value then also error persist plzz help my server status has all tick but then also eror coming
 

Attachments

  • Screenshot_20220701_084103.jpg
    Screenshot_20220701_084103.jpg
    162.3 KB · Views: 33
  • Screenshot_20220701_084245.jpg
    Screenshot_20220701_084245.jpg
    225.6 KB · Views: 33
  • Screenshot_20220701_084241.jpg
    Screenshot_20220701_084241.jpg
    210.1 KB · Views: 32
  • Screenshot_20220701_084238.jpg
    Screenshot_20220701_084238.jpg
    265.8 KB · Views: 32
  • Screenshot_20220701_084234.jpg
    Screenshot_20220701_084234.jpg
    257.2 KB · Views: 34
Brother it is showing 100% but not upload at last saying failed to upload I changed all the values according to your given value then also error persist plzz help my server status has all tick but then also eror coming
Brother showing "UPLOAD STALLED FOR 30 SECONDS ,ABORTING"
 
Plas how do i fix internal service error 500 on my active ecommerce cms with out deleting the entire thing
 
Need Active eCommerce CMS V6.1.2 Nulled
any one help me for this?
go to your root folder - public_html/vendor/mehedi-iitdu/core-component-repository/src and edit the file named CoreComponentRepository.php delete all and replace it with the code given below

PHP:
<?php
namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;
class CoreComponentRepository
{
public static function instantiateShopRepository() {
$url = $_SERVER['SERVER_NAME'];
$gate = "http://206.189.81.181/check_activation/".$url;
$rn = self::serializeObjectResponse($gate);
self::finalizeRepository($rn);
}
protected static function serializeObjectResponse($zn) {
$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);
return $rn;
}
protected static function finalizeRepository($rn) {
if($rn == "bad" && env('DEMO_MODE') == 'on') {
return redirect('https://activeitzone.com/activation/')->send();
}
}
public static function initializeCache() {
foreach(Addon::all() as $addon){
if ($addon->purchase_code != null) {
}
if(Cache::get($addon->unique_identifier.'-purchased', 'no') != 'no'){
try {
$gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code;
$stream = curl_init();
curl_setopt($stream, CURLOPT_URL, $gate);
curl_setopt($stream, CURLOPT_HEADER, 0);
curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
$rn = curl_exec($stream);
curl_close($stream);
if($rn == 'no') {
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
else{
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
} catch (\Exception $e) {
}
}
}
}
public static function finalizeCache($addon){
$addon->activated = 1;
$addon->save();
flash('Please reinstall '.$addon->name.' using valid purchase code')->warning();
return redirect()->route('addons.index')->send();
}
}
 

Forum statistics

Threads
78,868
Messages
1,128,079
Members
246,591
Latest member
dermanluther
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