• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Active Matrimonial CMS

Active Matrimonial CMS V5.0 UNTOUCHED

No permission to download
can anyone null this? version 4.9:

<?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();
}
}
 
Nulled
Edit

vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php

To


<?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 = true;
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 true;
}

protected static function finalizeRepository($rn) {
if($rn == "nulled_hacklock") {
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();
}
}
 
  • Like
Reactions: Darkwarrior
v5.x please

Code:
- Added Bulk Delete option for uploaded files, Religions, Caste, Sub-caste
- Added PhonePe Payment Gateway
- Bug Fixing : Solved technical issue of member deletion system.
 
Nulled
Edit

vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php

To


<?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 = true;
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 true;
}

protected static function finalizeRepository($rn) {
if($rn == "nulled_hacklock") {
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();
}
}

thanks ill try soon. regards
 
Nulled
Edit

vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php

To


<?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 = true;
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 true;
}

protected static function finalizeRepository($rn) {
if($rn == "nulled_hacklock") {
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();
}
}

Sadly didnt work it bypass but still wont work
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock