• 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
any one have linkedin module please and others plugin can i install them on waziper please where I should put and what to copy from stockpost 8.0.1 an explanation please
 
I am getting an error for cron in aapanel. Any one can help?

node:events:491
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE: address already in use :::8000
at Server.setupListenHandle [as _listen2] (node:net:1463:16)
at listenInCluster (node:net:1511:12)
at Server.listen (node:net:1599:7)
at Object.<anonymous> (/root/wa_server/app.js:49:16)
at Module._compile (node:internal/modules/cjs/loader:1196:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
at Module.load (node:internal/modules/cjs/loader:1074:32)
at Function.Module._load (node:internal/modules/cjs/loader:909:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1490:8)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '::',
port: 8000
}
----------------------------------------------------------------------------
★[2023-05-17 05:53:58] Successful
----------------------------------------------------------------------------
 
How to Enable Pricing in Main Page ? to show plans and Packages.
 

Attachments

  • pricing.png
    pricing.png
    110.3 KB · Views: 18

WEBHOOKS FIXED!! VERY IMPORTANT!!

To fix: go to waziper server folder then /waziper/waziper.js

Delete lines 308 to 316
and pase this code:
Code:
    webhook: async function(instance_id, data){
         var tb_webhook = await Common.db_query("SHOW TABLES LIKE 'sp_whatsapp_webhook'");
        if(tb_webhook){
             var webhook = await Common.db_query("SELECT * FROM sp_whatsapp_webhook WHERE status = 1 AND instance_id = '" + instance_id + "'");
            if(webhook){
                axios.post(webhook.webhook_url, { instance_id: instance_id, data: data }).then((res) => {}).catch((err) => {});
            }
        }
    },
RESTART THE SERVER!
Now api webhooks will works! (Problem was the system not doing awaits to wait for the query lol)
 
Last edited:

WEBHOOKS FIXED!! VERY IMPORTANT!!

To fix: go to waziper server folder then /waziper/waziper.js

Delete lines 308 to 316
and pase this code:
Code:
    webhook: async function(instance_id, data){
         var tb_webhook = await Common.db_query("SHOW TABLES LIKE 'sp_whatsapp_webhook'");
        if(tb_webhook){
             var webhook = await Common.db_query("SELECT * FROM sp_whatsapp_webhook WHERE status = 1 AND instance_id = '" + instance_id + "'");
            if(webhook){
                axios.post(webhook.webhook_url, { instance_id: instance_id, data: data }).then((res) => {}).catch((err) => {});
            }
        }
    },
RESTART THE SERVER!
Now api webhooks will works! (Problem was the system not doing awaits to wait for the query lol)
But how to test it?
 
  • Like
Reactions: marketinglatino

WEBHOOKS FIXED!! VERY IMPORTANT!!

To fix: go to waziper server folder then /waziper/waziper.js

Delete lines 308 to 316
and pase this code:
Code:
    webhook: async function(instance_id, data){
         var tb_webhook = await Common.db_query("SHOW TABLES LIKE 'sp_whatsapp_webhook'");
        if(tb_webhook){
             var webhook = await Common.db_query("SELECT * FROM sp_whatsapp_webhook WHERE status = 1 AND instance_id = '" + instance_id + "'");
            if(webhook){
                axios.post(webhook.webhook_url, { instance_id: instance_id, data: data }).then((res) => {}).catch((err) => {});
            }
        }
    },
RESTART THE SERVER!
Now api webhooks will works! (Problem was the system not doing awaits to wait for the query lol)
Thanks Bro!! you did a very good job.
 
i get the message from
{"status":"success","message":"Welcome to WAZIPER"}
but the other /instance ... /get_qrcode gives error 500
I'm on Cpanel with Ruby27 / Node16 and AlmaLinux
 

Forum statistics

Threads
79,616
Messages
1,146,453
Members
250,812
Latest member
Allie Eagle
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