pcintav
Active member
- Oct 8, 2018
- 214
- 102
- 43
where did you get this?Hey guys, here is the latest v3.1.3 nulled script.
Drive - https://drive.google.com/file/d/1ejegAiYz6h3SCnPFvDI2kFI_QLuwsHFC/view?usp=sharing
where did you get this?Hey guys, here is the latest v3.1.3 nulled script.
Drive - https://drive.google.com/file/d/1ejegAiYz6h3SCnPFvDI2kFI_QLuwsHFC/view?usp=sharing
It was available on allwpworld lol...where did you get this?
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!Hey guys, here is the latest v3.1.3 nulled script.
Drive - https://drive.google.com/file/d/1ejegAiYz6h3SCnPFvDI2kFI_QLuwsHFC/view?usp=sharing
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
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'
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...
patrocle updated WoWonder - The Ultimate PHP Social Network Platform with a new update entry:
Version 3.2 08/06/2021
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?
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.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.
Did you also null update.php?I've nulled this version, Installed and tested, and working
Download on: http://files.pandolfipedro.com/WoWonder3.2Nulled.zip
ENTER ANY KEY ON PURCHASE CODE!
Only script to full installations.Did you also null update.php?
H,i thanks for the script. I've installed it but there is a problem with the ffmpeg handler. I installed the ffmpeg controller to the WHM well. But in the cpanel its not show. do you have an idea about that?