Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

metalsunny

Active member
May 6, 2022
608
196
43
fresh installtion
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
 

adam2care

Member
May 6, 2022
30
38
13
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();
}
}
 

m1s3rys1gn4l

Active member
Babiato Lover
Trusted Uploader
Oct 13, 2020
178
141
43
Bangladesh
www.nerdean.com
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 ?
 

metalsunny

Active member
May 6, 2022
608
196
43
Have u applied the code to the path? After u applied it. Refresh ur admin panel. The code license request will disappear
 

Babak_Fans

New member
May 6, 2022
14
3
3
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

Active member
May 6, 2022
608
196
43
@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
 

Babak_Fans

New member
May 6, 2022
14
3
3
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)😇🙏
 

LoneWolf1618

New member
May 12, 2022
10
0
1
when ever i try to open admin panel it takes me to addon page , i cant go back to dashboard , anyone knows solutino
 

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