Waziper - Whatsapp Marketing Tool By Stackposts

Waziper - Whatsapp Marketing Tool By Stackposts 5.1.1 (UT)

No permission to download

Syntaxbyte

Active member
Jan 7, 2021
254
94
28
Nigeria
stackhubs.com
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;
          }
Thank you
 
  • Like
Reactions: sagar7906

chrioazmushtaq

New member
May 5, 2022
21
5
3
Hi bro
I tried to login with this email and password .login success but it kept redirecting back to homepage ho to fix this error
 

mathuz56

Member
Babiato Lover
Sep 22, 2022
44
10
8
1675810774268.png

bulk messaging not work help me pliss
how did you manage to make it work? I cannot get past the {"status":"error","message":"Authentication failed"}.
I tried generating the qrcode using the API and still the same problem
 

mathuz56

Member
Babiato Lover
Sep 22, 2022
44
10
8
I was nota ble to generate the qr code. But the api endpoints are working now. I wonder what could it be
 

ndmallai

New member
May 29, 2022
23
0
1
Need a help to enable button "Simple Button message template" -iOS.

I have copied the files ("button template files - iOS") as per instruction and I can see template is available in the template list however, i am unable to create a template. it is showing "Scan QR code and get started...." message on the right hand side when "Simple Button message template".

Please note that I'm able to create other template (i.e. standard template - button/list messages) without any problem.

Any help is appreciated?

1675879949812.png
 
Last edited:

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