• 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
HOW TO NULLED ALL VERSIONS THIS SCRIPT:

go to …\vendor\mehedi-iitdu\core-component-repository\src\CoreComponentRepository.php

And replace the script there with,

<?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();
}
}
 
HOW TO NULLED ALL VERSIONS THIS SCRIPT:

go to …\vendor\mehedi-iitdu\core-component-repository\src\CoreComponentRepository.php

And replace the script there with,

<?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();
}
}
will this bypass addon purchase code check ?
 
Have u applied the code to the path? After u applied it. Refresh ur admin panel. The code license request will disappear
 
For fresh installation 6.1 will give you error.
Download ver 5.5.7 (untouch) here https://mega.nz/file/3pAxkDiQ#JhRpUO1WAYjtwlHuY98v0thUKS3C72wt3zrkgmzKe2g and nulled it with its on version code which can be downloaded here.

You will find the path to copy and replace the code with in the file.

After successfully installation and script running on your site.
Download 6.1 update here
Login to your admin panel and click system update. Upload the update file and update it. It will tell you update successfully. Log out and login back to admin. It will request licence activation code. Go back to your cpanel again and copy and replace with ver 6.1 code here
https://mega.nz/file/y1xClLJZ#CLKmfGUIc3veeli0wdBAcY234iL9yurUiPBJKNaeiiM
to null it again. Refresh your browser,
licence request code will disappear. Enjoy
@metalsunny please help sir, im stuck on step 4. import sql. HTTP error 500.
 
@metalsunny please help sir, im stuck on step 4. import sql. HTTP error 500.
Login to your cpanel. Create a database if you have none. But if you have in your cpanel click phpmyadmin locate your existing data base. Copy the database now and go to that 5.5.7 file on ur laptop or phone. Unzip the file and rename the database you find in the folder by pasting the name of original database name u copied from phpmyadmin to it. Then on ur phpmyadmin import the database. Incase u are still confused. Let me know i can help u create a video for it
 
Login to your cpanel. Create a database if you have none. But if you have in your cpanel click phpmyadmin locate your existing data base. Copy the database now and go to that 5.5.7 file on ur laptop or phone. Unzip the file and rename the database you find in the folder by pasting the name of original database name u copied from phpmyadmin to it. Then on ur phpmyadmin import the database. Incase u are still confused. Let me know i can help u create a video for it
thank you so much sir, let me try first (y)😇🙏
 
when ever i try to open admin panel it takes me to addon page , i cant go back to dashboard , anyone knows solutino
 
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