Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

m1s3rys1gn4l

Active member
Babiato Lover
Trusted Uploader
Oct 13, 2020
178
141
43
Bangladesh
www.nerdean.com
now it's version 6.1 but asking for activation code?

Edit file dir:

vendor ---> mehedi-iitdu --> core-component-repository ---> src ---> CoreComponentRepository.php
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 == "good" && env('DEMO_MODE') != 'On') { #Null Active eCommerce CMS, change bad to "good"
            return redirect('https://activeitzone.com/activation/')->send();
        }
    }

    public static function initializeCache() {
        foreach(Addon::all() as $addon){
            if ($addon->purchase_code == null) {
                self::finalizeCache($addon);
            }
   
            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') {
                        self::finalizeCache($addon);
                    }
                    else{
                        Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                            return 'yes';
                        });
                    }
                } catch (\Exception $e) {
       
                }
            }
        }
    }

    public static function finalizeCache($addon){
        $addon->activated = 0;
        $addon->save();

        #flash('Please reinstall '.$addon->name.' using valid purchase code')->warning();   #Edit this addons null
        #return redirect()->route('addons.index')->send();                                                     #Edit this addons null
    }
}
can you share how i can i bypass addon activation ?
its asking me for reinstalling addon
 

ahmed429

New member
May 2, 2022
9
3
3
Hi guys
When installing or updating to version 6.1, the screen comes blank Nothing appears or works.
What is the reason please
 

metalsunny

Active member
May 6, 2022
608
196
43
the addon not working
Target class [DeliveryBoyController] does not exist.
it work for me here.... check the downloaded zip folder and check if the controller is inside controller folder b4 u try to install or update the addon
 

yanibune

New member
May 8, 2022
6
1
3
When I install 5.5.7, it says error 500 in the admin panel.
When I upgrade to 6.0.1 from the hosting panel, the site does not open at all.
 

metalsunny

Active member
May 6, 2022
608
196
43
When I install 5.5.7, it says error 500 in the admin panel
Downloadbthe untouch version and patch it yourself. If u download and install nulled version u will get error 500. Read previous thread to get what am saying. U will see untouch version link there
 

yanibune

New member
May 8, 2022
6
1
3
Downloadbthe untouch version and patch it yourself. If u download and install nulled version u will get error 500. Read previous thread to get what am saying. U will see untouch version link there
I installed the untouched version and patched it as you said but it didn't work. sorry i don't understand what i did wrong i did all the steps as you stated
 

metalsunny

Active member
May 6, 2022
608
196
43
I installed the untouched version and patched it as you said but it didn't work. sorry i don't understand what i did wrong i did all the steps as you stated
clear your folder and drop your database.
In your root folder unzip the file. Install 5.5.7 and login to admin page it will ask you activation key. Now copy the code for 5.5.7 and navigate to the folder path and replace the code. Now go to your installation and refresh the activation request page. It will dissapear. that's all.
 

yanibune

New member
May 8, 2022
6
1
3
clear your folder and drop your database.
In your root folder unzip the file. Install 5.5.7 and login to admin page it will ask you activation key. Now copy the code for 5.5.7 and navigate to the folder path and replace the code. Now go to your installation and refresh the activation request page. It will dissapear. that's all.
admin panel won't open gives the following error
 

Attachments

  • Adsız.png
    Adsız.png
    13.2 KB · Views: 6

Oppung code

Active member
May 2, 2022
222
99
43
clear your folder and drop your database.
In your root folder unzip the file. Install 5.5.7 and login to admin page it will ask you activation key. Now copy the code for 5.5.7 and navigate to the folder path and replace the code. Now go to your installation and refresh the activation request page. It will dissapear. that's all.
hello bro,
can you share your sql file.
I want to try to export to version 6.1 because I tried the available sql file there was an error when I entered the admin panel
 

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