• 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"

News - Flutter News App for Android & iOS with Admin Panel

News - Flutter News App for Android & iOS with Admin Panel 3.1.4

No permission to download
Thank you so much for guidance bro but still failed 500 error. If i try to add public/index.php it says access restricted
 
Nulled
PHPCode\install\assets\smartWizard-validation.js

PHP:
function validateStep2() {
    return true;
    var data = {
        'error': true,
        'message': "Please required all field."
    };
    $('#step-2 input').each(function () {
        if (!$(this).val() && $(this).val().length <= 0) {
            data = {
                'error': true,
                'message': "Please required all field."
            };
        }
    });
    var purchase_code = $("#step-2 input#purchase_code").val();
    var app_url = window.location.host + window.location.pathname;
    app_url = app_url.replace("install/index.php", "");
    app_url = app_url.replace("install/", "");
    if (purchase_code !== "" && app_url !== "") {
        data = check_purchase_code(purchase_code, app_url);
    } else {
        data = {
            'error': true,
            'message': "Please required all field."
        };
    }
    return data;
}
 

Latest posts

Forum statistics

Threads
79,463
Messages
1,142,962
Members
248,539
Latest member
amro2000000
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