- May 5, 2019
- 676
- 1,311
- 93
I LOVE BABIATO.ORG
I've tryed this, but when I paste it.. the Update button goes unclickable - https://prnt.sc/10x94s8
I LOVE BABIATO.ORG
Is there a way to upgrade from 3.0.4 to 3.1.2 without losing data? Do you know how I can do it?
Yes, now I'm doing that, but I can't download version 3.1.1 of Babiato, the page send me to mega to download version 3.1.2, can you pass the link to me?I'm just doing that. Updating from 3.0.4 -> 3.1 -> 3.1.1 -> 3.1.2 without losing any data.
Yes, now I'm doing that, but I can't download version 3.1.1 of Babiato, the page send me to mega to download version 3.1.2, can you pass the link to me?
Zip Password?? I tried: I LOVE BABIATO.ORG and it doesn´t work.Here you go![]()
77.36 MB file on MEGA
mega.nz
Zip Password?? I tried: I LOVE BABIATO.ORG and it doesn´t work.
It works, it's nulled to update from 3.1 to 3.1.1 right?try babiato.org for password
Same, did you solved it?I've tryed this, but when I paste it.. the Update button goes unclickable - https://prnt.sc/10x94s8
Same, did you solved it?
$('#input_code').bind("paste keyup input propertychange", function(e) {
if (isPurchaseCode($(this).val())) {
$('#button-update').removeAttr('disabled');
} else {
$('#button-update').attr('disabled', 'true');
}
});
function isPurchaseCode(str) {
var patt = new RegExp("(.*)-(.*)-(.*)-(.*)-(.*)");
var res = patt.test(str);
if (res) {
return true;
}
return false;
}
Yes, Open update.php file and remove this:
Code:$('#input_code').bind("paste keyup input propertychange", function(e) { if (isPurchaseCode($(this).val())) { $('#button-update').removeAttr('disabled'); } else { $('#button-update').attr('disabled', 'true'); } }); function isPurchaseCode(str) { var patt = new RegExp("(.*)-(.*)-(.*)-(.*)-(.*)"); var res = patt.test(str); if (res) { return true; } return false; }
Lines from 194 to 209. And try with: babiato-chintan-bhatt for purchase code.
Open original update.phpNOT WORKING![]()
Go to line 18
$check = json_decode($file, true);
↑This is original code
Change to this code
$check = array(
'status' => 'SUCCESS',
'url' => $siteurl,
'code' => $check
);
Go to line 213
return false;
↑This is original code
Change to this
return true;
Why don't you go first and read the rules before posting anything in the community. And Don't forget to introduce yourself.Are there more people having issues when updated and switched to PHP 8.0?
I believe thats http2 i had the same issue so i needed to drop my protocol to 1.1anyone i have a question why i install wowonder 3.1.2 nulled but when i try post like title and photo have bug loading how can fix it ?
Hi everyone, just to share my thought, this script is full of bugs from its developer/seller (origin/unnulled script). Every update they released, sometimes solved the bugs BUT the update also comes with new bugs, sometimes the update not solved reported bugs by the buyers.
So just make sure to prepare yourself if you want to deploy/use this script. So it does not make other members, admin, moderators, nullmasters here busy with your complaint/help request.
Just pity to the buyers of the script without (none) coding knowledge. The script seller will help buyers complaint in two daysor even longer, sometimes the seller support team can't solve the issues, even worst the seller asks more money for what they called custom works while it is bugs of the script
. ALSO if the buyers' support period is over, the buyers have to pay again to extend the support subscription.
In this case, I'm so lucky and happy to be part of the Babiato community.