• 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"

Waziper - Whatsapp Marketing Tool By Stackposts

Waziper - Whatsapp Marketing Tool By Stackposts Version 5.1.1 – Untouched

No permission to download
1682058741969.png
Hi everyone, I'm experiencing an error with my API access token like this: "{"status":"error","message":"Access token does not exist"}" Can I change the access token? Does anyone know how to do it?
 
Email: [email protected]
Password: sagar7906
Hi, I installed app and landing page is running and login too, but when I use this user and password I can see a "Success" notification but return me to landing page again, never let me access to admin panel. The help is appreciated seeing what it is wrong, regards
 
Hi, I installed app and landing page is running and login too, but when I use this user and password I can see a "Success" notification but return me to landing page again, never let me access to admin panel. The help is appreciated seeing what it is wrong, regards
 
Hi, I installed app and landing page is running and login too, but when I use this user and password I can see a "Success" notification but return me to landing page again, never let me access to admin panel. The help is appreciated seeing what it is wrong, regards
Pm me
 
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;
          }
Hi, I use cpanel and copied your code but still login redirect to landing page in a loop
 
  • Like
Reactions: Singnal_star
Hi, I installed app and landing page is running and login too, but when I use this user and password I can see a "Success" notification but return me to landing page again, never let me access to admin panel. The help is appreciated seeing what it is wrong, regards

Open your index.php on root directory and change the ENVIRONMENT to Production

Code:
define( 'ENVIRONMENT' , 'production' );
 
  • Like
Reactions: bett
Open your index.php on root directory and change the ENVIRONMENT to Production

Code:
define( 'ENVIRONMENT' , 'production' );
Hi thanks, my index.php enviroment is in production mode, I have read forum complete and no solution for now, always redirect to login, I have removed database and import again, changed .htaccess for cpanel, and nothing,
 
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