WoWonder - The Ultimate PHP Social Network Platforms

WoWonder - The Ultimate PHP Social Network Platform v4.3.4

No permission to download

gireesh

Active member
Banned User
Jul 26, 2020
135
62
28
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​

 

wolverinejf21

Member
Aug 28, 2019
75
23
8
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
 

deldave2021

Active member
Trusted Uploader
Mar 23, 2021
164
93
28
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

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech

XZNT

Active member
Jul 17, 2020
279
106
43
yruz.one
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'
 

XZNT

Active member
Jul 17, 2020
279
106
43
yruz.one
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!
 

RickGrimes22

Well-known member
May 8, 2019
461
482
93
smmtopia.com
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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu