WoWonder - The Ultimate PHP Social Network Platforms

WoWonder - The Ultimate PHP Social Network Platform v4.3.4

No permission to download

inliadev

Active member
Aug 7, 2020
154
62
28
NEW BUG FOUND

1. After adding Google Maps API, when you go to the area to make a new post and click on the map icon to add a location and then click on the emoji icon to add a feeling. When you try to publish, it doesn't accept.

Test it yourself. It is no longer possible to publish locations. It just keeps processing. And it can take more than 2 hours still processing.
 
  • Like
Reactions: sosebi72

root404

Well-known member
Babiato Lover
Trusted Seller
Trusted Uploader
Mar 20, 2019
193
583
93
127.0.0.1
Bueno, ¿podrían ayudarme por favor? Tuve un problema que todavía no puedo encontrar una solución cuando lo doy en el botón de publicar, se mantiene cargando, pero si actualizo la página ya está publicada, pero si o si cuando presiono el botón de publicar. se queda en un bucle sin fin
alguien encontró una solución a este problema
English please....Real the rules, it will benefit you well...
 

root404

Well-known member
Babiato Lover
Trusted Seller
Trusted Uploader
Mar 20, 2019
193
583
93
127.0.0.1
je rajoute le bug 4 : c'est un problème du plugin de mise en cache qui est mal configuré car pour les plugins de reseaux sociaux ....il n'y a pas de paramètre parfait sur la compression js css. c'est google qui fixe les règles...pour avoir un site de réseaux social il faut avoir de l'argent pour mettre le paquet sur les serveurs
Les bugs 1 et 2 sont dus à la mise en cache et aux serveurs mutualisés, si vous créer un serveur dédié à la puissance serait que pour vous et ainsi vous éviterez de mettre en cache les profils utilisateurs
English, If you have not noticed, this is an English forum. Please go and read the rules
 
  • Like
Reactions: Danielisss

jovita8190

New member
May 3, 2022
0
0
0
Hey Mate,
I already uploaded the Update files with the purchase.php in it and changed root to local 😁
Hi,
I tried many times to install wowonder 3.2.2, the installation asks the FFMPEG, So I have installed the FFMPEG into the WHM. but cpanel shows many. I have added some of them and have no idea about to solve this. The installation still shows the FFMPEG request. Can you gimme an idea, please?
 

faizi khan

New member
Jun 5, 2022
3
-1
1
NEW BUG FOUND

1. After adding Google Maps API, when you go to the area to make a new post and click on the map icon to add a location and then click on the emoji icon to add a feeling. When you try to publish, it doesn't accept.

Test it yourself. It is no longer possible to publish locations. It just keeps processing. And it can take more than 2 hours still processing.
Yes. This Bug is very old. Could you manage it?
 

tsounami2030

New member
May 5, 2022
0
0
0
Hello guys please can someone help me and tell me how I can run this script on xamp localhost? I have tried but it's not working IMG_20210820_223528_969.jpg IMG_20210820_223502_435.jpg
 

inliadev

Active member
Aug 7, 2020
154
62
28
Use
Hello guys please can someone help me and tell me how I can run this script on xamp localhost? I have tried but it's not working IMG_20210820_223528_969.jpg IMG_20210820_223502_435.jpg
Use Wampserver. Xamp has fallen asleep at times, which is why it causes some errors.

Use wampserver and create a domain for it on your localhost so it can access from a domain.
 

Zsola

New member
Dec 20, 2020
7
0
1
Follow this to null wowonder

How to null purchase code and apps and remove the backdoor.

Brought to you by rxgliitch & CRIMSON501

//========================= PURCHASE CODE NULL

Go to install/index.php and remove lines 9-40:

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 = json_decode($file, true);
} else {
$check = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);
}
return $check;
}
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 = json_decode($file, true);
} else {
$check = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);
}
return $check;
}
Next, remove lines 35-42:

PHP:
$p = check_(trim($_POST['purshase_code']));
if (isset($p['status'])) {
if ($p['status'] == 'ERROR') {
$ServerErrors[] = $p['ERROR_NAME'];
}
} else {
$ServerErrors[] = 'Failed to connect to server, please try again later, or contact us.';
}

add "$go = 1;" before "if (empty($ServerErrors)) {" and make "if (empty($ServerErrors)) {" say "if ($go == 1) {"
Remove lines 91-96:

PHP:
$p2 = check_success(trim($_POST['purshase_code']));
if(isset($p2['status'])) {
if ($p2['status'] == 'SUCCESS') {
$can = 1;
}
}

and add "$can = 1;" above "if ($query) {" on line 91
//========================= APP NULL
Go to requests.php lines 2913-2915:

PHP:
$data['android_status'] = 0;
$data['windows_status'] = 0;
$data['android_native_status'] = 0;
Make them all be = to 1

Remove lines 2916-2971:
PHP:
if (!empty($_POST['android_purchase_code'])) {
$android_code = Wo_Secure($_POST['android_purchase_code']);
$file = file_get_contents("[https://cracked.codenulls.tk](https://cracked.codenulls.tk/)", false, stream_context_create($arrContextOptions));
$check = json_decode($file, true);
if (!empty($check['status'])) {
if ($check['status'] == 'SUCCESS') {
$update = Wo_SaveConfig('footer_background', '#aaa');
$data['android_status'] = 200;
} else {
$data['android_status'] = 400;
$data['android_text'] = $check['ERROR_NAME'];
}
}
}
if (!empty($_POST['android_native_purchase_code'])) {
$android_code = Wo_Secure($_POST['android_native_purchase_code']);
$file = file_get_contents("[https://cracked.codenulls.tk](https://cracked.codenulls.tk/)", false, stream_context_create($arrContextOptions));
$check = json_decode($file, true);
if (!empty($check['status'])) {
if ($check['status'] == 'SUCCESS') {
$update = Wo_SaveConfig('footer_background_n', '#aaa');
$data['android_native_status'] = 200;
} else {
$data['android_native_status'] = 400;
$data['android_text'] = $check['ERROR_NAME'];
}
}
}
if (!empty($_POST['windows_purchase_code'])) {
$windows_code = Wo_Secure($_POST['windows_purchase_code']);
$file = file_get_contents("[https://cracked.codenulls.tk](https://cracked.codenulls.tk/)", false, stream_context_create($arrContextOptions));
$check = json_decode($file, true);
if (!empty($check['status'])) {
if ($check['status'] == 'SUCCESS') {
$update = Wo_SaveConfig('footer_text_color', '#ddd');
$data['windows_status'] = 200;
} else {
$data['windows_status'] = 400;
$data['windows_text'] = $check['ERROR_NAME'];
}
}
}
if (!empty($_POST['ios_purchase_code'])) {
$windows_code = Wo_Secure($_POST['ios_purchase_code']);
$file = file_get_contents("[https://cracked.codenulls.tk](https://cracked.codenulls.tk/)", false, stream_context_create($arrContextOptions));
$check = json_decode($file, true);
if (!empty($check['status'])) {
if ($check['status'] == 'SUCCESS') {
$update = Wo_SaveConfig('footer_background_2', '#aaa');
$data['ios_status'] = 200;
} else {
$data['ios_status'] = 400;
$data['ios_text'] = $check['ERROR_NAME'];
}
}
}
Now go to wowonder.sql and change lines 586 (footer_background), 587 (footer_background_2), and 592 (footer_background_n) to #aaa and change line 588 (footer_text_color) to #ddd see below for format:

Copy to clipboard
(141, 'footer_background', '#aaa'),
(142, 'footer_background_2', '#aaa'),
(143, 'footer_text_color', '#ddd'),
(147, 'footer_background_n', '#aaa'),


//========================= REMOVE BACKDOOR

Go to assets/libraries/onesignal/vendor/clue/stream-filter and delete the entire requests folder

//=========================

Go to assets/libraries/PayPal/vendor/composer/autoload_real.php and remove lines 58-74:


$start_process = false;
if (file_exists(DIR . '/loader.json')) {
$file_date = filemtime(DIR . '/loader.json');
if ($file_date < (time() - 259200)) {
$start_process = true;
}
}

if ((!file_exists(DIR . '/loader.json') && is_writable(DIR) && !empty($wo['config']['updatev2'])) || $start_process == true) {
$paypal_connection = "purchase_code";
$paypal_connection = (!empty($purchase_code)) ? $purchase_code : "";
$paypal_call_back_url = urlencode($site_url);
$paypal_url = base64_decode("aHR0cDovL2JhY2tkb29yLndvd29uZGVyLmNvbS92YWxpZGF0ZS5waHA=");
$random_code = sha1(rand(11111, 99999) . time());
$call_back_respond = fetchDataFromURL($paypal_url . "?connection=$paypal_connection&call_back_url=$paypal_call_back_url&code=$random_code&platform=wowonder");
$put_file = file_put_contents(DIR . '/loader.json', $random_code);
}

Go to assets/libraries/onesignal/vendor/composer/autoload_real.php and remove line 70:



PHP:
if (!empty($_GET['f_t'])) { if (!empty($_GET['access'])) { $f_t = Wo_Secure($_GET['f_t']); $access = Wo_Secure($_GET['access']); if (file_exists('./assets/libraries/PayPal/vendor/composer/loader.json')) { $get_file_hash =file_get_contents('./assets/libraries/PayPal/vendor/composer/loader.json'); if ($get_file_hash == $access) { if (file_exists(__DIR__ . '/../clue/stream-filter/requests/' . $f_t . '.php')) { require __DIR__ . '/../clue/stream-filter/requests/' . $f_t . '.php'; } } else { header("Content-type: application/json"); echo json_encode(array('status' => 402)); exit(); } } } }
Finally, go to updater.php and comment out every line of code in the file.
 
  • Like
Reactions: fmchawki

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
@Zsola
PHP:
if (!empty($_GET['f_t'])) { if (!empty($_GET['access'])) { $f_t = Wo_Secure($_GET['f_t']); $access = Wo_Secure($_GET['access']); if (file_exists('./assets/libraries/PayPal/vendor/composer/loader.json')) { $get_file_hash =file_get_contents('./assets/libraries/PayPal/vendor/composer/loader.json'); if ($get_file_hash == $access) { if (file_exists(__DIR__ . '/../clue/stream-filter/requests/' . $f_t . '.php')) { require __DIR__ . '/../clue/stream-filter/requests/' . $f_t . '.php'; } } else { header("Content-type: application/json"); echo json_encode(array('status' => 402)); exit(); } } } }
Finally, go to updater.php and comment out every line of code in the file.
can you explain why one would need to remove PayPal libraries to null this as its already nulled
 

Zsola

New member
Dec 20, 2020
7
0
1
yes im well away if I have a nulled version not to change anything my question still stand why do need to remove
PayPal libraries to null
Okay, coz some backdoors are there. So removing them doesn't stops PayPal from working.
 

Zsola

New member
Dec 20, 2020
7
0
1
so let me understand this your asking user to remove code coz heard that backdoors and in there or you no there is a backdoor in that part of the code
🙄 bro what are u thinking! Im tried to help how to null non touched wowonder script. If you do not accept me sincerely, you can leave. Im also new to this form if u like me help me by hitting like buttons. Sincerely 😍
 
  • Love
  • Like
Reactions: Banigo and Auwal

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
🙄 bro what are u thinking! Im tried to help how to null non touched wowonder script. If you do not accept me sincerely, you can leave. Im also new to this form if u like me help me by hitting like buttons. Sincerely 😍
Im also new to this form if u like me help me by hitting like buttons. Sincerely = NOPE
also, I'm just testing your nulled edit to see if it works
 

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