Jump to content

Whatsapp Gateway | Multi Device v9.6.1

Featured Replies

  • Replies 5.4k
  • Views 465.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    English Bexa AI will be released in the coming days, very soon. Everyone will be amazed by its speed, intelligence, and the way it interacts with users. It will not compete with ChatGPT, Gemini, or De

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added Landing page (Homepage). - Added Plans System. - Added Manage Payment gateways. - Added Manage Languages system. - Added (Homepage) edit page. - Added Ticke

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    Yes you can use it as a messaging service/ SaaS without asking my permission, the new version 9.0.0 directly contains people who want to use it as a messaging service/ SaaS.. What's new so far in ver

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    It has already been fixed in version 9.0.0.. The problem is only in the mpwa theme but in eres and erescompact you will find them correctly It will be fixed in version 9.0.0.

Posted Images

1 hour ago, agus amin said:

Masih sama kasusnya hu, disconnect setelah beberapa jam, status install di VPS mulai dari nod.js 18.x s.d 20.x🤣

Belum stabil memang. Sering bengong

21 minutes ago, Supriyatna said:

Please How to install?

Just upload and open your url.

16 minutes ago, Remos said:

@MURASAKI. Please can you send the auto restart nodejs cron jobs 

Cron job for restart nodejs on hosting is imposible. You can do it if using vps

23 minutes ago, Remos said:

@MURASAKI. Please can you send the auto restart nodejs cron jobs 

 

6 minutes ago, Unicode said:

Just upload and open your url.

Cron job for restart nodejs on hosting is imposible. You can do it if using vps

Sory for late reply, i was handle to many damn request for my work.


I never using and test on cpanel on shared hosting, maybe this guide to help "auto restart nodejs cron jobs" with aaPanel based on my case:
---
1. Create Script Restart: restart-node.sh on your directory

#!/bin/bash

# Path ke direktori aplikasi Node.js
APP_DIR="/www/wwwroot/yourwebsite.com/mpwa"

# Nama file utama aplikasi Node.js (misalnya server.js)
APP_SCRIPT="yourjsfile.js"

# Ganti direktori ke aplikasi
cd $APP_DIR

# Cari PID (Process ID) dari aplikasi yang sedang berjalan
PID=$(ps aux | grep $APP_SCRIPT | grep -v grep | awk '{print $2}')

# Jika PID ditemukan, matikan proses
if [ -n "$PID" ]; then
  kill -9 $PID
  echo "Proses Node.js dengan PID $PID dihentikan."
else
  echo "Proses Node.js tidak ditemukan, aplikasi mungkin belum berjalan."
fi

# Mulai kembali aplikasi Node.js di background
nohup node $APP_SCRIPT > app.log 2>&1 &
echo "Aplikasi Node.js telah dimulai kembali."

2. Create Cron Job: restart-node.sh | Setup Every  1 Hours

/bin/bash /www/wwwroot/yourwebsite.com/yourapps/restart-node.sh

Thats it.

Is there a solution for share hosting users..?
Node.js often sleeps when there is no message activity for more than 3 minutes
therefore I have to use API to send messages to a certain number every minute to keep node.js alive

Please tell me guys

  • Author
52 minutes ago, mdis said:

Is there a solution for share hosting users..?
Node.js often sleeps when there is no message activity for more than 3 minutes
therefore I have to use API to send messages to a certain number every minute to keep node.js alive

Please tell me guys

Wait for the next version.. it will be released soon..

3 minutes ago, Jei Grey said:

bagaimana solusinya share hosting dengan cpanel yang symlinknya tidak aktif?

Ganti hosting lain mas

1 minute ago, Enno The Explorer said:

cpanel dimana tuh? coba hubungi tiketing service hostingnya

niagahoster

2 minutes ago, Unicode said:

Ganti hosting lain mas

nah....

4 minutes ago, Enno The Explorer said:

pakai idcloudhost aja, nnti sy bantu klo ada masalah dalam penginstalan mpwany

idcloudhost paket apa?

1 minute ago, Gusik Prasetyo said:

Saya pakai niagahoster lancar aja semua. Symlink bisa.

punya saya kok tidak aktif ya? web hosting paket bisnis? 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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