Thanksversion : 4.5
[Not Nulled]
- Compatible with Active Matrimonial Flutter App v1.5.0
- From now admin can search menus in admin panel's sidebar
- Important bug fixing
*** Hidden text: cannot be quoted. ***
Thanksversion : 4.5
[Not Nulled]
- Compatible with Active Matrimonial Flutter App v1.5.0
- From now admin can search menus in admin panel's sidebar
- Important bug fixing
*** Hidden text: cannot be quoted. ***
Version 4.6Latest Update please
Thanks & Regards
Thank you for the update!Version 4.6
[Not Nulled]
- Added functionalities for Active Matrimonial Flutter App v1.6.0
- Important bug fixing
@raz0r
*** Hidden text: cannot be quoted. ***
version : 4.7
- From now, admin can manage the manual payment system
- Added functionalities for Active Matiromial Flutter App version 1.7.0
Thank you for the update!raz0r updated Active Matrimonial CMS [ActiveITzone] with a new update entry:
Active Matrimonial CMS v4.7 NULLED
Read the rest of this update entry...
To null thisVersion 4.8
not nulled
version : 4.8
- Compatible with Active Matrimonial Flutter App version 1.8.0
- Important bug fixing
147.72 MB file on MEGA
mega.nz
<?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){
}
}
option available in settings... check all settings under the sub settings option.header and footer cannot be modified
send source code complete then i willcan 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();
}
}
version : 5.0
- Added Bulk Delete option for uploaded files, Religions, Caste, Sub-caste
- Added PhonePe Payment Gateway
- Bug Fixing : Solved technical issue of member deletion system.
ignore, seems fine now. thanksthe script is not working
version : 5.2
- Separate Matched Profiles Page: Introduced a dedicated page to display matched profiles, enhancing user navigation and experience.
- New Family Details Fields: Added fields for specifying the number of brothers and number of sisters in the family.
- Family Description Section: Included a section for writing detailed descriptions about family background, including information about brothers and sisters.
- Annual Salary Field: Added a field for entering and displaying...