• 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
hi there, just out of curiosity is there someone who brought an original script and doesn't use it anymore?
I would like to buy the key. Thx
 
First of all, thank you!

I try to install your Script, i go through the normal install.php second step, the connection to my database don´t go through, is there a solution, or did i something wrong?

Thank you
Maxim

re-check your database, please makesure again host , user and password same on your database .
following the instruction first before you installing
 
  • Like
Reactions: maxim88211
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'

Not working for me, help😭😭
 
patrocle updated WoWonder - The Ultimate PHP Social Network Platform with a new update entry:

Version 3.2 08/06/2021

Version 3.2 08/06/2021 Needs Nulling.​

  • [Added] ability to edit and translate emails from admin panel, under Tools > Manage E-mails.
  • [Added] expire time for reset password links, 12 hours.
  • [Added] FFMPEG for video conversation + thumbnail generation + debug ffmpeg feature from admin panel + up to 4K video support, (Enable / Disable).
  • [Added] auto username generator, for new user registration users are not required to write their username...

Read the rest of this update entry...
 
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;
please somebody null this please

Did you tried this?
 
to Bypassing-License this Wowonder New Version

Check this line 10
function check_($check) {
And
function check_success($check) {

and put this code
PHP:
function check_($check) {

    $siteurl           = urlencode(getBaseUrl());

    $arrContextOptions = array(

        "ssl" => array(

            "verify_peer" => false,

            "verify_peer_name" => false

        )

    );

    $file              = file_get_contents('http://www.wowonder.com/purchase.php?code=' . $check . '&url=' . $siteurl, false, stream_context_create($arrContextOptions));

    if ($file) {

        $check = array( 'status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    } else {

        $check             = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    }

    return $check;

    return true;

}

function check_success($check) {

    $siteurl           = urlencode(getBaseUrl());

    $arrContextOptions = array(

        "ssl" => array(

            "verify_peer" => false,

            "verify_peer_name" => false

        )

    );

    $file              = file_get_contents('http://www.wowonder.com/purchase.php?code=' . $check . '&success=true&url=' . $siteurl, false, stream_context_create($arrContextOptions));

    if ($file) {

        $check = array( 'status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    } else {

        $check             = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    }

    return $check;

}
 
to Null this Wowonder New Version

Check this line 10
function check_($check) {
And
function check_success($check) {

and put this code
PHP:
function check_($check) {

    $siteurl           = urlencode(getBaseUrl());

    $arrContextOptions = array(

        "ssl" => array(

            "verify_peer" => false,

            "verify_peer_name" => false

        )

    );

    $file              = file_get_contents('http://www.wowonder.com/purchase.php?code=' . $check . '&url=' . $siteurl, false, stream_context_create($arrContextOptions));

    if ($file) {

        $check = array( 'status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    } else {

        $check             = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    }

    return $check;

    return true;

}

function check_success($check) {

    $siteurl           = urlencode(getBaseUrl());

    $arrContextOptions = array(

        "ssl" => array(

            "verify_peer" => false,

            "verify_peer_name" => false

        )

    );

    $file              = file_get_contents('http://www.wowonder.com/purchase.php?code=' . $check . '&success=true&url=' . $siteurl, false, stream_context_create($arrContextOptions));

    if ($file) {

        $check = array( 'status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    } else {

        $check             = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);

    }

    return $check;

}
It's not nulling, It's called 'Bypassing-License' Don't Confuse.

Nulling Means to remove developer server call or developers licensing server connection.
 
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