Jump to content

WASender v4.6 - Whatsapp server and bulk sender (SAAS)

Posted
  • Administrators
comment_51784

WASender - Whatsapp server and bulk sender (SAAS)


WASender is a whatsapp marketing platform its build with Laravel and Node Js. WhatsApp is one of the most popular messaging apps in the world, with over 2 billion active users. This makes it an attractive platform for businesses to reach out to potential customers and engage with their existing customer base. The WASender customers can create multiple device for sending message to his target audience. useing WASender user can create chatbot for automatic reply. with WASender lots of features available for engage with directly to the target audiences. WASender script has 10+ automatic payment gateways and unlimited offline payment gateways. It has included web installer to install the script from GUI mode.

User Features

  • Clean Dashboard
  • Free and premium subscription modules
  • Multi Devices supported
  • QR Based Device Login
  • Message send to single user
  • Bulk message send with plain text
  • Bulk message send with template
  • Button message (ios and web)
  • Template message (ios and web)
  • List message (ios and web)
  • Location message
  • Chatbot or autoreply
  • Apps modules for create API
  • Contacts Book
  • Template saving modules for repeat use
  • Schedule message
  • Chats List
  • Chat group List
  • Messages logs
  • Subscription modules
  • Support modules
  • Alert mail before expire the subscription

 

Support is available for paid files only
Support for free files is offered for a fee only

  • Replies 321
  • Views 47.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mahmoud
    Mahmoud

    This file has been updated to Version v4.6 What's New in this Version: script dependencies updated (need manual update)  

  • imasifakhtar
    imasifakhtar

    How to bypass purchase key section? It is showing: Opps The purchase key is invalid

  • carlos da Cruz
    carlos da Cruz

    Hello everyone, I installed this application on my cpanel hosting and noticed that everyone asked for the purchase key so I installed version 1.0 and then I downloaded 1.5, and so on where it already

Posted Images

Featured Replies

comment_82443
1 minuto atrás, Gusik Prasetyo disse:

You can read documentation how to update.

I was able to update. I read the TXT inside the installation and followed the steps. It worked.

Steps -

1. first take a backup your site.

2. replace everything from your project root without these folders and files 

public (folder)
.env (file)
sessions (folder)

comment_82448

Hello everyone!
How are you?
I use Wasender on a shared server in cPanel!
How do I prevent the node server from stopping and if it does stop, how do I make it start again automatically?

I have to run the script every time the server stops.

Edited by Ivan Jacomassi

comment_82449
9 minutos atrás, Ivan Jacomassi disse:

Hello everyone!
How are you?
I use Wasender on a shared server in cPanel!
How do I prevent the node server from stopping and if it does stop, how do I make it start again automatically?

I have to run the script every time the server stops.

Você é do Brasil?

I use VPS and not shared, but one solution would be to use PM2 to try to automate this.

comment_82453
4 minutos atrás, Ivan Jacomassi disse:

Sim!

Como faço a instalação sem ser via terminal

How do I install it without using the terminal?

Boa pergunta! Não faço ideia pois eu uso mais via terminal e a minha plataforma que instalei é a aaPanel, e nela tem opções de PM2.
Nesse caso, recomendo fazer via terminal mesmo. Se a sua hospedagem permitir, o processo é bem simples.

comment_82456
2 horas atrás, Ruben Bareiro disse:

Boa pergunta! Não faço ideia pois eu uso mais via terminal e a minha plataforma que instalei é a aaPanel, e nela tem opções de PM2.
Nesse caso, recomendo fazer via terminal mesmo. Se a sua hospedagem permitir, o processo é bem simples.

Vou te enviar mensagem in box.

comment_82467


$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://xx.xxxxx.xxx/api/create-message',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS => array(
  'appkey' => 'c62c713a-0641-4771-beb3-00e691985403',
  'authkey' => 'KcHKC2F3X7CR4ahLgFyiMUGc2BMNU6jNZC4yVlQb8uvnwA9cZG',
  'to' => '65878xxxxxxxx',
  'template_id' => '4967ada9-9e05-45a3-8967-47b48ebe7bcd',
    'variables' => array(
    '{name}' => 'Jhone',
    '{address}' => 'replaceable value'
   )
),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

hello, any one has test Template REST API with custom variables and success? i try but always failed, foreach() argument must be of type array|object, string given , can some one help?

  • Author
  • Administrators
comment_82475

This file has been updated to Version v4.6
What's New in this Version:

Fix the download link

script dependencies updated (need manual update)

 

Support is available for paid files only
Support for free files is offered for a fee only

  • Mahmoud changed the title to WASender v4.6 - Whatsapp server and bulk sender (SAAS)
comment_82591

Hi @Mahmoud  After deploying on cpanel (shared hosting), I am facing an issue while starting the Node application (using Node.js version 16.20.1),  after starting the app i am experiencing the following error

returncode: 1
stdout:
> start
> node .

Running cleanup before exit.
stderr:
Error: listen EADDRINUSE: address already in use 127.0.0.1:8000
    at Server.setupListenHandle [as _listen2] (node:net:1463:16)
    at listenInCluster (node:net:1511:12)
    at doListen (node:net:1660:7)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)


Also the application get crashed

image.thumb.png.6bdd650f9a7882df98b2c3dca0c90862.png

Need help please...

Edited by Jamshaid Yousaf

comment_82686
Em 02/11/2024 em 08:48, Jamshaid Yousaf disse:

Hi @Mahmoud  After deploying on cpanel (shared hosting), I am facing an issue while starting the Node application (using Node.js version 16.20.1),  after starting the app i am experiencing the following error

returncode: 1
stdout:
> start
> node .

Running cleanup before exit.
stderr:
Error: listen EADDRINUSE: address already in use 127.0.0.1:8000
    at Server.setupListenHandle [as _listen2] (node:net:1463:16)
    at listenInCluster (node:net:1511:12)
    at doListen (node:net:1660:7)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)


Also the application get crashed

image.thumb.png.6bdd650f9a7882df98b2c3dca0c90862.png

Need help please...

I had this problem, I fixed it by changing the server port in the env to 8081

comment_82761
Em 31/10/2024 em 14:56, adriano disse:

is nulled?

 

Eu fiz o procedimento do TXT para atualização e funcionou perfeitamente. Eu tinha a versão 4.1 já instalada e só fiz o procedimento. Só que o arquivo .env ainda está dizendo que é a versão anterior, isso na última linha, aí é só mudar para 4.6. Não serve pra nada massssss

comment_83257
On 11/13/2024 at 5:23 AM, Sabir Boi said:

@Ruben Bareiro Hello can you help me with its activation ? while installing it requires activation key, without this we cant proceed.

Hi bro. Try to replace a InstallerController.php file in  *****/app/Http/Controllers and go to install.

Is't 100%, but this fix helping some guys;

InstallerController.php

comment_83380

Hey Guys i'm a newbie here, is there anyone who could help me with installation or atleast answer couple of my questions which would be really greatfull ? If you could please pm me or like this post so i could reach out to you thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files