• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

[REQUEST] Waziper - Whatsapp Marketing Tool

GUys Please dont ban me I only want to help everyone here. Ibelive everyone should have access to CODE. buying should be their choice
 
<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:
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
 
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 )
 
<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.
 
Inside you have Stackpost module and also the server files
Also install the DB
 
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
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock