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

Elite Quiz - Trivia Quiz | Quiz Game - Flutter Full App + Admin Panel

Elite Quiz - Trivia Quiz | Quiz Game - Flutter Full App + Admin Panel v2.1.3

No permission to download
i am getting 107 error when i try to use default image, doesn anyone know how i can fix this please?
 
Babak updated Elite Quiz - Trivia Quiz | Quiz Game - Flutter Full App + Admin Panel with a new update entry:

Elite Quiz v2.1.1 Untouched

Download Elite Quiz v2.1.1 - Trivia Quiz | Quiz Game - Flutter Full App + Admin Panel Nulled Free
v2.1.1 - ( Updated on 09 Aug 2023 )

+ [Added] Set Currency Symbol from Admin Panel (Setting > Payment Settings)
+ [Added] Functionality to Add/Edit In-App Purchase Products from Admin Panel. (Setting > Coin Store Settings)
+ [Improve] Improvements & bug fixes

Read the rest of this update entry...
 
Brothers.. I created my own application and published it on Google Play
If any of you have any questions.
hello brother if you can help me everything working fine like web and admin but when i try to enter the web and put daily quiz it gives me no data found i dont know why ?
 
In (install\assets\smartWizard-validation.js) checks the purchase code.

If remove these lines, advance in installation, but i got error 500. If anyone can try to null :)


if (validateStep2() == false) {
isStepValid = false;
$('#wizard_verticle').smartWizard('setError', {stepnum: 2, iserror: true});
} else {
$('#wizard_verticle').smartWizard('setError', {stepnum: 2, iserror: false});
}

// validate step 2
if (step == 2) {
var res = validateStep2();
if (res.error == true) {
isStepValid = false;
$('#wizard_verticle').smartWizard('showMessage', res.message);
$('#wizard_verticle').smartWizard('setError', {stepnum: step, iserror: true});
} else {
$('#wizard_verticle').smartWizard('hideMessage');
$('#wizard_verticle').smartWizard('setError', {stepnum: step, iserror: false});
}
}

function validateStep2() {
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;
}

function check_purchase_code(purchase_code, app_url) {
$.ajaxSetup({async: false, dataType: 'json'});
var returnUserData = null;
$.post('https://wrteam.in/validator/flutter_quiz_validator?purchase_code=' + purchase_code + '&domain_url=' + app_url, function (data) {
returnUserData = data;
});
$.ajaxSetup({async: true});
return returnUserData;
}
 
Registration and login are not working. Please help. I've been trying for a week. ((((((((( Help me (((((
 
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