• The default language of any content posted is English.
Active Matrimonial CMS [ActiveITzone]

Active Matrimonial CMS [ActiveITzone] 5.0 NULLED

Version 4.8

not nulled

version : 4.8

- Compatible with Active Matrimonial Flutter App version 1.8.0
- Important bug fixing

To null this
Open File Vendors/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
Change Whole Content With

PHP:
<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
}

protected static function serializeObjectResponse($zn, $request_data_json) {
}

protected static function finalizeRepository($rn) {
}

public static function initializeCache() {
foreach(Addon::all() as $addon){
Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
return 'yes';
});
}
}

public static function finalizeCache($addon){

}
}
 
Last edited:
can anyone null the 4.8 or 4.9 version? here is the original code:

<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
$data['url'] = $_SERVER['SERVER_NAME'];
$request_data_json = json_encode($data);
$gate = "https://activation.activeitzone.com/check_activation";
$rn = self::serializeObjectResponse($gate, $request_data_json);
self::finalizeRepository($rn);
}

protected static function serializeObjectResponse($zn, $request_data_json) {
$header = array(
'Content-Type:application/json'
);
$stream = curl_init();

curl_setopt($stream, CURLOPT_URL, $zn);
curl_setopt($stream, CURLOPT_HTTPHEADER, $header);
curl_setopt($stream, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($stream, CURLOPT_RETURNTRANSFER, true);
curl_setopt($stream, CURLOPT_POSTFIELDS, $request_data_json);
curl_setopt($stream, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($stream, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);

$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) {
self::finalizeCache($addon);
}
$item_name = get_setting('item_name') ?? 'ecommerce';

if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
try {
$gate = "https://activeitzone.com/activation/addon_check/".$addon->unique_identifier."/".$addon->purchase_code."/".$item_name;

$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();
}
}
 
Some features are not working of this script
Post automatically merged:

can anyone null the 4.8 or 4.9 version? here is the original code:

<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
public static function instantiateShopRepository() {
$data['url'] = $_SERVER['SERVER_NAME'];
$request_data_json = json_encode($data);
$gate = "https://activation.activeitzone.com/check_activation";
$rn = self::serializeObjectResponse($gate, $request_data_json);
self::finalizeRepository($rn);
}

protected static function serializeObjectResponse($zn, $request_data_json) {
$header = array(
'Content-Type:application/json'
);
$stream = curl_init();

curl_setopt($stream, CURLOPT_URL, $zn);
curl_setopt($stream, CURLOPT_HTTPHEADER, $header);
curl_setopt($stream, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($stream, CURLOPT_RETURNTRANSFER, true);
curl_setopt($stream, CURLOPT_POSTFIELDS, $request_data_json);
curl_setopt($stream, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($stream, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);

$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) {
self::finalizeCache($addon);
}
$item_name = get_setting('item_name') ?? 'ecommerce';

if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
try {
$gate = "https://activeitzone.com/activation/addon_check/".$addon->unique_identifier."/".$addon->purchase_code."/".$item_name;

$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();
}
}
send source code complete then i will
 
Active Matrimonial CMS v.4.9

Nulled not checked

version : 4.9

- From now on, admins can verify members by custom fields
- reCAPTCHA is added on contact us page

Download Here
 
Top