Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.9 Nulled

No permission to download

Triggenx

New member
Jul 12, 2022
0
0
0
can anyone fix installation redirect? it always redirct to https://activeitzone.com/activation/
can nulled this cript?
/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
go in this patch and disable this
<?php

namespace MehediIitdu\CoreComponentRepository;

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();
}
}*/
}
 
  • Like
Reactions: beounvichet

yeahdj

New member
May 10, 2022
0
1
2

/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
go in this patch and disable this
<?php

namespace MehediIitdu\CoreComponentRepository;

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();
}
}*/
}
Admin Panel is not working ?
 

santokipratik

New member
Aug 11, 2022
0
0
0
/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
go in this patch and disable this
<?php

namespace MehediIitdu\CoreComponentRepository;

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();
}
}*/
}
Thank you so much !!!! :)
 

tungpv90

New member
Nov 13, 2019
5
-8
3
/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
go in this patch and disable this
<?php

namespace MehediIitdu\CoreComponentRepository;

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();
}
}*/
}
chmod -R 777 ./app will remove 500 error
 

Attachments

  • activecms.PNG
    activecms.PNG
    499.1 KB · Views: 26
  • Like
Reactions: cloudicode

tungpv90

New member
Nov 13, 2019
5
-8
3
/public_html/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 = "[URL]http://206.189.81.181/check_activation/[/URL]".$url;
        $gate = $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('[URL='https://activeitzone.com/activation/%27)-']https://activeitzone.com/activation/')-[/URL]>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 = "[URL]https://activeitzone.com/activation/check/[/URL]".$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();
        return redirect()->route('addons.index')->send();
    }
}
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,688
27,028
120
Please everyone get used to use code tags when sharing parts of code or logs

Example [code] .. shared code or log [/code]

Thank you
 
  • Like
Reactions: ahmedsied

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