WoWonder - The Ultimate PHP Social Network Platforms

WoWonder - The Ultimate PHP Social Network Platform v4.3.4

No permission to download

ShadowWalker126

New member
Jul 8, 2022
0
1
0
/My hosting is shared/
I have solved the problem of the modal when publishing that stays loading.
Comment with gif and sticker
I attach the file post.php replace in public_html \ xhr \ before backing up the original post.php
Download the posts.php.txt file and rename it to posts.php
Greetings
THANKS
 
  • Like
Reactions: wally_ar

Omonlola

New member
Jul 20, 2022
0
0
0
do you guys know how to setup the nodejs in cpanel - I have vps with cloudlinux, imunify360 and litespeed plugin.. the site is running smooth but when i setup the nodejs it's not working
 

tgvieira

New member
Oct 15, 2022
3
1
3
Hello Everybody, am using wowonder and wondertag theme
I need help to replace PRO badge to show "Administrator" and "Moderator" when user is set as admin or moderator
Also how to create more Pro Plans
 

yomyom

New member
Oct 26, 2020
21
3
3
Someone please help. I am trying to disable IP detection, So that people can use their Affiliate link to refer people even with same computer or IP. What am saying in essence is I want to deactivate IP or cookie detector (whatever that is not making it possible see to your downline who register on same IP using affiliate link .. I want multiple registration on same Ip or computer.

I have tried worked on this below code from .../index.php someone please help

if (!empty($_GET['ref']) && $wo['loggedin'] == false && !isset($_COOKIE['src'])) { $get_ip = get_ip_address(); if (!isset($_SESSION['ref']) && !empty($get_ip)) { $_GET['ref'] = Wo_Secure($_GET['ref']); $ref_user_id = Wo_UserIdFromUsername($_GET['ref']); $user_date = Wo_UserData($ref_user_id); if (!empty($user_date)) { if (ip_in_range($user_date['ip_address'], '/24') === false && $user_date['ip_address'] != $get_ip) { $_SESSION['ref'] = $user_date['username']; } } } }
 
Last edited:

thsvdvsg

New member
Oct 16, 2022
0
0
0
Hi people, i have a problem, may be some one know how to solve.
It happend when i try to upload a video.
 

Attachments

  • IMG_20220107_113838.jpg
    IMG_20220107_113838.jpg
    70 KB · Views: 29
  • Like
Reactions: XZNT

arashik3

New member
Aug 22, 2022
0
0
0
1. Please how can I edit the point setting?

2. After withdrawal of points to bank account, the point is never deducted, how can I do this?

3. My default currency is NGN, but my point to money conversion is still $

Please help me Bosses in the house
 

npn3223

New member
Sep 24, 2022
0
0
0
hello, how are you guys? I have realised that there is a problem with many wowonders. I get errors 500 and 502 now, is there an issue or general modification of code or some kind of process against nulled scripts?
 

aluscreativos

New member
Aug 26, 2022
0
0
0
how to go about the wrong purchase code error
to null this script follow the instructions here

For a clean/fresh install
1. open the install folder then open the install.php
2. and search for http//wowonder.com/purchase.php?code=
3. there are two entries that you need to change
4. now change http//wowonder.com to your domain name on both of them
5. now create a file named purchase.php and put this code within the file and save it

{"status":"SUCCESS"}

6. upload this file to the root of your domain http://yourdomain/purchase.php

Now just run the install and everything will work fine


for the purchase, code use a code that like this
86h66505-87hf-95hd-0i46-hf997ghjggh93
86h677905-87hf-95hd-0i46-hf999h82gh93
86h644305-87hf-95hd-0i46-hf999h8tt7493
 

newoc

New member
Jul 16, 2022
0
0
0
to null this script follow the instructions here

For a clean/fresh install
1. open the install folder then open the install.php
2. and search for http//wowonder.com/purchase.php?code=
3. there are two entries that you need to change
4. now change http//wowonder.com to your domain name on both of them
5. now create a file named purchase.php and put this code within the file and save it

{"status":"SUCCESS"}

6. upload this file to the root of your domain http://yourdomain/purchase.php

Now just run the install and everything will work fine


for the purchase, code use a code that like this
86h66505-87hf-95hd-0i46-hf997ghjggh93
86h677905-87hf-95hd-0i46-hf999h82gh93
86h644305-87hf-95hd-0i46-hf999h8tt7493
inside of INSTALL Folder open INDEX.PHP, install.php dosn't exist.
 

natanael1008

New member
Oct 27, 2022
0
1
0
i run it under VPS hosting .. just read
and put entries like those
and change as ur infos ..
Hi, thanks a million for this, I have been using the wowonder script for a while and just found out that the node js actually makes the message system work fast, but sadly I am not sure how to proceed, because the hot-to guide seems like I have to start all over again with the installation, and I definitely do not want to lose my website. So I would really appreciate your note or guide on what to do here.
 

bobikzoza

Active member
Babiato Lover
Trusted Uploader
Feb 23, 2020
627
216
43
Hi, thanks a million for this, I have been using the wowonder script for a while and just found out that the node js actually makes the message system work fast, but sadly I am not sure how to proceed, because the hot-to guide seems like I have to start all over again with the installation, and I definitely do not want to lose my website. So I would really appreciate your note or guide on what to do here.

Here are the instructions but I haven't figured it out yet either

NODEJS : for who has problem with nodejs and SSL cetificates :

- after follow the official wowonder guide to install nodejs follow this - assuming your site running on HTTPS with ( let’encrytp sll certbot)

—- STOP FEREVER PROCESS - 1) running on terminal : sudo forever stopall

—-ENABLE NODEJS IN ADMIN PANEL 2) in admin panel enabled nodejs and enable ssl on port 449

3) path to keys :

/etc/letsencrypt/live/mydomain.com/privkey.pem

/etc/letsencrypt/live/mydomain.com/cert.pem

4) save

— RESTART FOREVER AND NODE APP

5) back to terminal and run :

cd /var/www/yourdomain.com/

cd ./nodejs && forever start ./main.js

—-—--IF YOUR NOT RUNNING LET’S ENCRYPT YOU CAN GENERATE A SELF SIGNED CERTIFICATE WTH OPENSSL --—-—-—-——-

From Terminal

1) cd /var/www/yourdomain.com

——CREATE SSL FOLDER

2) sudo mkdir SSL

—- GRANT PERMISSION TO SSL

3) sudo chown -R www-data:www-data SSL ( if runnn on apache ) 4) sudo chmod -R 775 SSL

—- GENERATE KEY WITH OPEN SSL

1) openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365

New path to key to put in admin panel will be :

/var/www/mydomain.com/SSL/key.pem

/var/www/mydomain.com/SSL/cert.pem

Every modification and operation always remember :

—- STOP FEREVER PROCESS - 1) running on terminal : sudo forever stopall

— RESTART FOREVER AND NODE APP

5) back to terminal and run :

cd /var/www/yourdomain.com/

cd ./nodejs && forever start ./main.js

Good Luck
 
  • Like
Reactions: lekhanhky 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