WoWonder - The Ultimate PHP Social Network Platforms

WoWonder - The Ultimate PHP Social Network Platform v4.3.4

No permission to download

leemax

Active member
Aug 30, 2019
180
33
28
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
 

twinsxstore

Member
Dec 24, 2019
64
25
18
Indonesian
localhost
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

hamdani

New member
Jan 6, 2021
14
0
1
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

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
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...
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
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?
 

twinsxstore

Member
Dec 24, 2019
64
25
18
Indonesian
localhost
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;

}
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
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.
 

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