Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

cogomobi

New member
Sep 27, 2022
1
0
1
Anyone with refund addon latest version, club point v1.4 , other addons latest versions plzzzxz send here
 

cogomobi

New member
Sep 27, 2022
1
0
1
I tried deleting the "identify matrix error" and it worked, but it didn't make me successful in logging in, failed to login as admin.. is there any suggestion sir to change another script where I can login later
Now see bro regarding ur admin login there is a prob in another part i didn't face it need to check
 

kasun955

New member
Nov 18, 2020
27
7
3
On active commerce 5.5.5

does any on have idea ... why is that when we use a payment gateway to do payments and when the payment is success but the product payment status is still on unpaid ...

but if we use wallet or offline payment it works fine..

i tired with payhere payment gateway its the same error ... anyway i solve it or can you check it from your side if its working fine or not

ibb.co

ibb.co
 

Gaeius

Member
Apr 2, 2020
45
25
18
Does anyone have 5.5.5 Nulled? I updated and lost everything, from version 5.5.4

Go to the C:\wamp64\www\acepanther\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(); } }
 
  • Like
Reactions: Help You

Forum statistics

Threads
69,228
Messages
908,456
Members
237,096
Latest member
jhonwick08

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