[REQUEST] Waziper - Whatsapp Marketing Tool

asdw

New member
May 24, 2022
1
0
1
GUys Please dont ban me I only want to help everyone here. Ibelive everyone should have access to CODE. buying should be their choice
 

asdw

New member
May 24, 2022
1
0
1
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName www.api.waziper.com
ServerAlias www.api.waziper.com
DocumentRoot /var/www/api.waziper.com/public_html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

<Location />
ProxyPass http://127.0.0.1:8000/
ProxyPassReverse http://127.0.0.1:8000/
</Location>

RewriteEngine on
RewriteCond %{SERVER_NAME} =api.waziper.com [OR]
RewriteCond %{SERVER_NAME} =www.api.waziper.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

</VirtualHost>


This is the config file for the api.waziper.com.conf
make sure it is the same domain

* * * * * sh -c 'cd /var/www/waziper && node app' - create this cronjobwith the API folder as Destination
 
Last edited:

asdw

New member
May 24, 2022
1
0
1
sudo apt-get install libnss3-dev libatk-bridge2.0-dev libcups2-dev libxkbcommon-dev libgtk-3-dev

install-waziper-maindomain-7

5. Install NODEJS and PM2 on UBUNTU Server:​

Run these commands on PuTTY:​

1. curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
2. sudo apt install nodejs
3. sudo npm i pm2 -g

install-waziper-maindomain-7


6. Install GOOGLE CHROME on UBUNTU Server:​

Run these commands on PuTTY:​

1. Download Google Chrome:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

install-waziper-maindomain-7

2. Install Google Chrome:

sudo apt install ./google-chrome-stable_current_amd64.deb

install-waziper-maindomain-7
 

asdw

New member
May 24, 2022
1
0
1
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2enmod proxy_balancer
sudo a2enmod lbmethod_byrequests
systemctl restart apache2

Run these commands and navigate to the api folder then run
node app
now your whatsapp api server is live

(The actual developer actually left out these parts from the documentation, Feels bad that developers nowadays wants to earn more rather than actually help )
 

thong21012

New member
Jun 6, 2022
0
0
0
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName www.api.waziper.com
ServerAlias www.api.waziper.com
DocumentRoot /var/www/api.waziper.com/public_html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

<Location />
ProxyPass http://127.0.0.1:8000/
ProxyPassReverse http://127.0.0.1:8000/
</Location>

RewriteEngine on
RewriteCond %{SERVER_NAME} =api.waziper.com [OR]
RewriteCond %{SERVER_NAME} =www.api.waziper.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

</VirtualHost>


This is the config file for the api.waziper.com.conf
make sure it is the same domain

* * * * * sh -c 'cd /var/www/waziper && node app' - create this cronjobwith the API folder as Destination

Hello!

Very interesting your tutorials, but where are we going to apply this since we don't have the code in hand? I would like to be able to test the code before making the purchase, but I can't find it anywhere.
 

asdw

New member
May 24, 2022
1
0
1
Inside you have Stackpost module and also the server files
Also install the DB
 

thong21012

New member
Jun 6, 2022
0
0
0
HERE are the files I have uploded in another foruim too
Thanks for your answer!

That's where the question is, where are the files you uploaded? They don't look like it to me and from what I've seen from the comments, they don't appear to other users either.

Thanks
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,836
Latest member
torinouq

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