Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.9 Nulled

No permission to download

Madenhaden

New member
Jul 25, 2022
0
0
0
PHP:
public static function initializeCache() {
        foreach(Addon::all() as $addon){
            Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                return 'yes';
            });
            /*
            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) {
      
                }
            }
            */
        }
    }
remove check addons
hi, thank you. in which direction should this code be changed?
 

Jatinverma0786

New member
Banned User
Aug 9, 2020
6
0
1
hi, thank you. in which direction should this code be changed?
PHP:
public static function initializeCache() {
        foreach(Addon::all() as $addon){
            Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                return 'yes';
            });
            /*
            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) {

}
}
*/
        }
    }
this code is not working
 

Triggenx

New member
Jul 12, 2022
0
0
0

Finally Guys JAVI New Patch is Here with working Addons​



NOTE :- USE ADDON PURCHASE CODE { JAVI }​

ONLY CLEAR CACHE FEATURE IS REMOVED DUE TO BUGS​

THIS IS 0 BUGS 5.5 VERSION OF ACTIVE ECOMMERCE CMS​


THANK YOU FOR YOUR LOVE AND SUPPORT, KEEP SUPPORTING​

Thank you
 
  • Like
Reactions: JAVI

Madenhaden

New member
Jul 25, 2022
0
0
0
Code:
public static function initializeCache() {
        foreach(Addon::all() as $addon){
            Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                return 'yes';
            });
            /*
            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) {

}
}
*/
        }
    }


i just need to change the path of this code because I do not want the changes I made to be deleted
 

Madenhaden

New member
Jul 25, 2022
0
0
0
Brother I already Released Patch Above
u did not understand what I said at all, i made all the changes in this script and payment gateway, etc. i do not want the changes made to be lost, i just need that the license for plugins was lost
 
  • Like
Reactions: JAVI

Triggenx

New member
Jul 12, 2022
0
0
0

Finally Guys JAVI New Patch is Here with working Addons​



NOTE :- USE ADDON PURCHASE CODE { JAVI }​

ONLY CLEAR CACHE FEATURE IS REMOVED DUE TO BUGS​

THIS IS 0 BUGS 5.5 VERSION OF ACTIVE ECOMMERCE CMS​


THANK YOU FOR YOUR LOVE AND SUPPORT, KEEP SUPPORTING​

I installed active-ecommerce-auction-add-on-v1.0, in addon manager show name refund-addon, on auction menu i go to configuration error 500, can't access admin panel.
 
  • Sad
Reactions: ShahnurAlam

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