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

WoWonder - The Ultimate PHP Social Network Platforms

WoWonder - The Ultimate PHP Social Network Platform v4.3.3 12-29-2023

No permission to download
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.

SUCCESS​

 
Abra update.php original
[CÓDIGO] Vá para a linha 18
$ check = json_decode ($ file, true);
↑ Este é o código original

Mudar para este código
$ check = array (
'status' => 'SUCESSO',
'url' => $ siteurl,
'code' => $ check
);

Vá para a linha 213
retorna falso;
↑ Este é o código original

Mude para isto
return true;
[/CÓDIGO]
É isso😗
insira qualquer coisa no código de compra
tks
 
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 :D, 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 :D.

Just pity to the buyers of the script without (none) coding knowledge. The script seller will help buyers complaint in two days :D or 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 :D. 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.
Yeah buddy..thanks for pointing out...i visited the author's page in codecanyon 'coz i'm about to purchase it but then, i saw lots of reported bugs that hasn't been addressed..and if you want an immedidate fix, you need to pay them extra as they consider it as custom work...what a joke...
 
  • Like
Reactions: Sajmon and pcintav
3.1.3 nulled isnt working... hope you can help. thanks!
Open original update.php
Code:

Code:
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;

Take a moment to thank @wh1t35n0w
enter antything in 'the purchase code'
 
Anyone that can clarify to me how can i link my publisher button to work? If i set the http2 connection its not automatic to uploads, its just stuck, any help would be great!
 
Open original update.php
Code:

Code:
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;

Take a moment to thank @wh1t35n0w
enter antything in 'the purchase code'
Thank you it worked like a charm.
 
  • Like
Reactions: timalin and XZNT
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