Waziper - Whatsapp Marketing Tool By Stackposts

Waziper - Whatsapp Marketing Tool By Stackposts 5.1.1 (UT)

No permission to download

RodrigoMG

New member
Oct 25, 2022
10
1
3
Can someone give me a json file with an example of how to create a chatbot? I try to use the chat bot with buttons and it doesn't work. But when I select list goes right. The doubt is if the buttons are working or I'm making a mistake in the configuration. Or a how-to video.
 
Mar 7, 2020
77
37
18
thank you so muchhhh, work fineeeeeeeeeeeeeee.
btw, i have a questions, i thought is one of the function of this app like whatsapp web ( live reply etc ?), so i could give the login to other ppl to handle the mssages too, why cant i ?
 
Last edited:
Mar 7, 2020
77
37
18
anyone have a problem like me ?
i tried to login 2 accounts, 1rst one is smooth , second one, well, the status on my phone already connected , but no option to select the second account on the waziper. any thoughts ? thank you.
 

acsoft

Member
May 4, 2022
53
17
8
replace this zip in /inc/system/user_manager.
works fine, take from Stackpost Marketing Tools
 

Attachments

  • user_manager.zip
    12.3 MB · Views: 82
  • Like
Reactions: fahan258

sagar7906

Active member
Aug 27, 2020
279
179
43
India
www.greathost.in
Hi bro
I tried to login with this email and password but it kept redirecting back to homepage
if you use cPanel then add this code in .htaccess

Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L]

RewriteCond %{REQUEST_URI} ^/install/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /install/index.php [L]

if you use nginx server add below code in configuration

Code:
location / {
          try_files $uri $uri/ /index.php;
          }

          location /install {
          try_files $uri $uri/ /install/index.php;
          }
 

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