• 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

Active Matrimonial Flutter App​

Now available on cc
version: 1.3 (23/07/2023)

– Added privacy policy and terms & conditions pages
– Bug fixing
– Added default flutter calendar due to null safety compatibility.
– Image issue fixed in support ticket section for both replies and creation
– Format issue fix for Date of Birth
– Null safety option added for astronomical information and present address
– Minimum age issue fixed in registration
– Showing online/offline option now compatible with web application
– Language option fixed while showing in partner preference.
– Stripe issue fixed
 

Active Matrimonial Flutter App​

Now available on cc
version: 1.3 (23/07/2023)

– Added privacy policy and terms & conditions pages
– Bug fixing
– Added default flutter calendar due to null safety compatibility.
– Image issue fixed in support ticket section for both replies and creation
– Format issue fix for Date of Birth
– Null safety option added for astronomical information and present address
– Minimum age issue fixed in registration
– Showing online/offline option now compatible with web application
– Language option fixed while showing in partner preference.
– Stripe issue fixed

I didn't purchase this yet because it's still full of bugs. When it's stable will update it here.
 
Null the Script Using Below Script 👇

Open File Vendors/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php

Change Whole Content With

<?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){

}
}
 
  • Love
Reactions: mc_fox and LuvUAE
Null in: /app/Utility/MemberUtility.php

Change function member_check with update:

public static function member_check($key) { Cache::rememberForever('app-activation', function () { return 'yes'; }); return true; }
 
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