Jump to content

Recommended Posts

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)

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.

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.

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.



$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?

  • Administrators

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)

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

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

  • Like 1

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...