Jump to content
Bicrypto v4.4.2 + All Plugins ×

Whatsapp Gateway | Multi Device v8.5.1


Magd Almuntaser

Recommended Posts

42 minutes ago, Magd Almuntaser said:

English:
Yes, I succeeded in that. Now the response to the message starts with (autoreply), then (webhook), and then (ChatGPT).
I will upload my version 7.0.0.1 today. I will develop the version later to enable the use of ChatGPT, Gemini, or Claude.

Indonesian:
Ya, saya berhasil melakukannya. Sekarang respons terhadap pesan dimulai dengan (autoreply), kemudian (webhook), dan kemudian (ChatGPT).
Saya akan mengunggah versi 7.0.0.1 saya hari ini. Saya akan mengembangkan versi tersebut nanti agar dapat menggunakan ChatGPT, Gemini, atau Claude.

Incredible!!!

Link to comment
Share on other sites

12 hours ago, Gusik Prasetyo said:

About creating a chatgpt bot system, thats great idea sir. I use gemini because they provide api for free. So far I have been using webhooks to connect gemini as a chatgpt bot system. So thats why i ask to add more than 1 webhook in few days ago. I hope in v7.02 it will include in mpwa. So i can use webhook for another purpose.

Thanks for your great idea sir. I am waiting for this.

Screenshot_20240802-042325.png

Mantapz ini mas..cara integrasi API gemini ke wa gateway gmb ya mas?

Link to comment
Share on other sites

  • DW Members
1 hour ago, The Billionaire said:

image.thumb.png.24e14ee29b1ec5d2d0bacd7446048437.png
this is the error I get on the shared host, can this issue be fixed????

Yes, but the issue is with the server and not the script, you can edit the /etc/my.cnf file in your server and look for or add if not exists:

max_connections = 200


or a higher number if you want, and restart mysql

sudo service mysql restart

If you are experiencing the same issue, you can reduce the timeout to limit the number of connections, you can open (config/database.php) in the script and edit mysql:
 

'mysql' => [
    'driver' => 'mysql',
    'url' => env('DATABASE_URL'),
    'host' => env('DB_HOST', 'localhost'),
    'port' => env('DB_PORT', '3306'),
    'database' => env('DB_DATABASE', 'forge'),
    'username' => env('DB_USERNAME', 'forge'),
    'password' => env('DB_PASSWORD', ''),
    'unix_socket' => env('DB_SOCKET', ''),
    'charset' => 'utf8mb4',
    'collation' => 'utf8mb4_unicode_ci',
    'prefix' => '',
    'prefix_indexes' => true,
    'strict' => true,
    'engine' => null,
    'options' => extension_loaded('pdo_mysql') ? array_filter([
        PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
        PDO::ATTR_PERSISTENT => true, // Add persistent connection
        PDO::ATTR_TIMEOUT => 5, // Set connection timeout
    ]) : [],
],

 

 

1 hour ago, Serpul Cloud said:

Master @Magd Almuntaser Kota bunga nya dimana ya? jadi pengin ngajak ngopi bareng 😁😁😁

Puncak - cipanas 😅

24 minutes ago, Enno The Explorer said:

Mantapz ini mas..cara integrasi API gemini ke wa gateway gmb ya mas?

19 minutes ago, nikokenzo said:

@Enno The Explorer kayaknya mas @Gusik Prasetyo perlu bikin tutorial

Saya telah menyertakan ChatGPT dalam versi yang akan saya rilis hari ini, dan segera saya akan menyertakan Gemini dan Claude.

Link to comment
Share on other sites

5 minutes ago, Magd Almuntaser said:

Yes, but the issue is with the server and not the script, you can edit the /etc/my.cnf file and look for or add if not exists:

max_connections = 200


or a higher number if you want, and restart mysql

sudo service mysql restart

 

Puncak - cipanas 😅

Saya telah menyertakan ChatGPT dalam versi yang akan saya rilis hari ini, dan segera saya akan menyertakan Gemini dan Claude.

I am very excited waiting for it

Link to comment
Share on other sites

24 minutes ago, Magd Almuntaser said:

Yes, but the issue is with the server and not the script, you can edit the /etc/my.cnf file in your server and look for or add if not exists:

max_connections = 200


or a higher number if you want, and restart mysql

sudo service mysql restart

If you are experiencing the same issue, you can reduce the timeout to limit the number of connections, you can open (config/database.php) in the script and edit mysql:
 

'mysql' => [
    'driver' => 'mysql',
    'url' => env('DATABASE_URL'),
    'host' => env('DB_HOST', 'localhost'),
    'port' => env('DB_PORT', '3306'),
    'database' => env('DB_DATABASE', 'forge'),
    'username' => env('DB_USERNAME', 'forge'),
    'password' => env('DB_PASSWORD', ''),
    'unix_socket' => env('DB_SOCKET', ''),
    'charset' => 'utf8mb4',
    'collation' => 'utf8mb4_unicode_ci',
    'prefix' => '',
    'prefix_indexes' => true,
    'strict' => true,
    'engine' => null,
    'options' => extension_loaded('pdo_mysql') ? array_filter([
        PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
        PDO::ATTR_PERSISTENT => true, // Add persistent connection
        PDO::ATTR_TIMEOUT => 5, // Set connection timeout
    ]) : [],
],

 

Saya telah menyertakan ChatGPT dalam versi yang akan saya rilis hari ini, dan segera saya akan menyertakan Gemini dan Claude.

@Enno The Explorer @nikokenzo lets waiting for new release of mpwa. 

Link to comment
Share on other sites

  • DW Members

Whatsapp Gateway Multi Device (Magd Version) v7.0.0.1

 

This version is separate from the original version. It contains many additions and fixes.

You can update your existing version on your site or do a fresh install, but I prefer a fresh install and re-linking your phone to ensure the new session works without conflict and to avoid losing connection.


Installation Instructions:
Extract the compressed file to your site and open your site.

You will be redirected to the installation page. Complete the installation, and after finishing, you need to run the following command:

http://yourwebsite/storage-link
And you will see white page with (0) number that mean works


Add these two links to the cronjob (Every 3 min):

Every 1 or 2 minutes as you like:
curl "http://yourwebsite/schedule-run" >/dev/null 2>&1

And Every 1 or 2 minutes:
curl "http://yourwebsite/blast-start" >/dev/null 2>&1

 

You can now start Node.js using aaPanel, cPanel, or SSH for this path:

/yoursitepath/whatsapp/server.js


My advice for (VPS & aaPanel) users:
Install PM2.js on your server and run the WhatsApp server through it. This will make your version stable without disconnections. PM2.js automatically reconnects when the script stops and provides a link to monitor all issues, restart, and other information such as CPU status and bandwidth used by the script remotely.
 

npm install pm2@latest -g
# OR
yarn global add pm2

Start your whatsapp server:
pm2 start server.js



You can check if the WhatsApp server is running by going to your site and navigating to Admin -> Settings Server. There, you will find a new feature that displays the port status. If it is green, it is running; if it is red, it is not running.


image.thumb.png.31001e1548d17d70b68d635e40e52bcd.png

 

Installation is complete, and you can use the site...

Here is the list of additions and fixes in this version:
-
Adding ChatGPT Bot
-
Adding the 2FA (two-factor authentication) feature.
-
Adding Rcovery Codes (Login)
-
Adding VCard message
-
Adding VCard message API and api-docs
-
Adding the location message feature.
-
Adding location message API and api-docs
-
Adding the feature to create a new user via API.
-
Adding the (message read) feature, which can be enabled or disabled from the control panel.
-
Adding 3 Themes (semi-dark | light-theme | dark-theme)
- Adding check whatsapp server port
-
Fixing Connect Via Code
-
Fixing the connection issue.
-
Fixing the timeout issue.
-
Fixing the logout issue.
-
Fixing the list message issue.
-
Fixing the poll message issue.
-
Fixing template message API (input correct format)
-
Fixing the issue with (Waiting for this message. Check your phone).
-
Fixing the fetching of non-English group names.
-
Fixing the fetching of groups from the phone.
-
Fixing the autorply issue.
And more...

wpma-magd-v7.0.0.1.zip

  • Like 3
  • Love 1
  • Thanks 1
Link to comment
Share on other sites

4 minutes ago, Magd Almuntaser said:

Whatsapp Gateway Multi Device (Magd Version) v7.0.0.1

 

This version is separate from the original version. It contains many additions and fixes.

You can update your existing version on your site or do a fresh install, but I prefer a fresh install and re-linking your phone to ensure the new session works without conflict and to avoid losing connection.


Installation Instructions:
Extract the compressed file to your site and open your site.

You will be redirected to the installation page. Complete the installation, and after finishing, you need to run the following command:

http://yourwebsite/storage-link
And you will see white page with (0) number that mean works


Add these two links to the cronjob (Every 3 min):

Every 1 or 2 minutes as you like:
curl "http://yourwebsite/schedule-run" >/dev/null 2>&1

And Every 1 or 2 minutes:
curl "http://yourwebsite/blast-start" >/dev/null 2>&1

 

You can now start Node.js using aaPanel, cPanel, or SSH for this path:

/yoursitepath/whatsapp/server.js


My advice for (VPS & aaPanel) users:
Install PM2.js on your server and run the WhatsApp server through it. This will make your version stable without disconnections. PM2.js automatically reconnects when the script stops and provides a link to monitor all issues, restart, and other information such as CPU status and bandwidth used by the script remotely.
 

npm install pm2@latest -g
# OR
yarn global add pm2

Start your whatsapp server:
pm2 start server.js



You can check if the WhatsApp server is running by going to your site and navigating to Admin -> Settings Server. There, you will find a new feature that displays the port status. If it is green, it is running; if it is red, it is not running.


image.thumb.png.31001e1548d17d70b68d635e40e52bcd.png

 

Installation is complete, and you can use the site...

Here is the list of additions and fixes in this version:
-
Adding ChatGPT Bot
-
Adding the 2FA (two-factor authentication) feature.
-
Adding Rcovery Codes (Login)
-
Adding VCard message
-
Adding VCard message API and api-docs
-
Adding the location message feature.
-
Adding location message API and api-docs
-
Adding the feature to create a new user via API.
-
Adding the (message read) feature, which can be enabled or disabled from the control panel.
-
Adding 3 Themes (semi-dark | light-theme | dark-theme)
-
Fixing Connect Via Code
-
Fixing the connection issue.
-
Fixing the timeout issue.
-
Fixing the logout issue.
-
Fixing the list message issue.
-
Fixing the poll message issue.
-
Fixing template message API (input correct format)
-
Fixing the issue with (Waiting for this message. Check your phone).
-
Fixing the fetching of non-English group names.
-
Fixing the fetching of groups from the phone.
-
Fixing the autorply issue.
And more...

wpma-magd-v7.0.0.1.zip 77.81 MB · 0 downloads

Siap menjadi yang pertama mencoba dan menikmatinya. Syukron katsir. He he 😁😁😁

Link to comment
Share on other sites

  • DW Members

here are some pictures of my version (enjoy watching)
==============Check Whatsapp Port===============

image.thumb.png.7d6e4c7d88ba03b32764e319502d8ea7.png

==============THEMES===============

image.png.037bc5c11aa862162b4dfff7defda507.png

image.thumb.png.6a800a886e8c1c3d7577b36b1b43d3a8.png

image.thumb.png.ebee3202997e1aed9b5d813ad9af1ebf.png

==============ChatGPT Bot API===============

image.png.883403fb20c06cdfcf161592192c6273.png

==============Location Message===============

image.png.e5ee68d34627fc630191e26f65020a7e.png

==============VCard Message===============

image.png.2dcedbb48f574b5b8714926c00d9126b.png

==============API-Docs===============

image.png.be6d030d8421802b6955684873b938f9.png

==============2FA Two-Factory===============

image.png.654ce81ca76c48332fba61b34a049744.png

image.png.8469c4c06ca11aa846080d88b961a283.png

image.png.c5f25ec41ea8edb1dc43ee158b3d6b4e.png

==============Recovery Code===============

image.png.8d032f36b62f105f511386cd2f994220.png

==============Read Message===============

image.png.beaf0b3978f6c9cb1767a5f2dd2e4301.png

Link to comment
Share on other sites

26 minutes ago, Magd Almuntaser said:

Whatsapp Gateway Multi Device (Magd Version) v7.0.0.1

 

This version is separate from the original version. It contains many additions and fixes.

You can update your existing version on your site or do a fresh install, but I prefer a fresh install and re-linking your phone to ensure the new session works without conflict and to avoid losing connection.


Installation Instructions:
Extract the compressed file to your site and open your site.

You will be redirected to the installation page. Complete the installation, and after finishing, you need to run the following command:

http://yourwebsite/storage-link
And you will see white page with (0) number that mean works


Add these two links to the cronjob (Every 3 min):

Every 1 or 2 minutes as you like:
curl "http://yourwebsite/schedule-run" >/dev/null 2>&1

And Every 1 or 2 minutes:
curl "http://yourwebsite/blast-start" >/dev/null 2>&1

 

You can now start Node.js using aaPanel, cPanel, or SSH for this path:

/yoursitepath/whatsapp/server.js


My advice for (VPS & aaPanel) users:
Install PM2.js on your server and run the WhatsApp server through it. This will make your version stable without disconnections. PM2.js automatically reconnects when the script stops and provides a link to monitor all issues, restart, and other information such as CPU status and bandwidth used by the script remotely.
 

npm install pm2@latest -g
# OR
yarn global add pm2

Start your whatsapp server:
pm2 start server.js



You can check if the WhatsApp server is running by going to your site and navigating to Admin -> Settings Server. There, you will find a new feature that displays the port status. If it is green, it is running; if it is red, it is not running.


image.thumb.png.31001e1548d17d70b68d635e40e52bcd.png

 

Installation is complete, and you can use the site...

Here is the list of additions and fixes in this version:
-
Adding ChatGPT Bot
-
Adding the 2FA (two-factor authentication) feature.
-
Adding Rcovery Codes (Login)
-
Adding VCard message
-
Adding VCard message API and api-docs
-
Adding the location message feature.
-
Adding location message API and api-docs
-
Adding the feature to create a new user via API.
-
Adding the (message read) feature, which can be enabled or disabled from the control panel.
-
Adding 3 Themes (semi-dark | light-theme | dark-theme)
- Adding check whatsapp server port
-
Fixing Connect Via Code
-
Fixing the connection issue.
-
Fixing the timeout issue.
-
Fixing the logout issue.
-
Fixing the list message issue.
-
Fixing the poll message issue.
-
Fixing template message API (input correct format)
-
Fixing the issue with (Waiting for this message. Check your phone).
-
Fixing the fetching of non-English group names.
-
Fixing the fetching of groups from the phone.
-
Fixing the autorply issue.
And more...

wpma-magd-v7.0.0.1.zip 77.81 MB · 1 download

Finally. 🫡🫡🫡

Link to comment
Share on other sites

1 hour ago, Magd Almuntaser said:

here are some pictures of my version (enjoy watching)
==============Check Whatsapp Port===============

image.thumb.png.7d6e4c7d88ba03b32764e319502d8ea7.png

==============THEMES===============

image.png.037bc5c11aa862162b4dfff7defda507.png

image.thumb.png.6a800a886e8c1c3d7577b36b1b43d3a8.png

image.thumb.png.ebee3202997e1aed9b5d813ad9af1ebf.png

==============ChatGPT Bot API===============

image.png.883403fb20c06cdfcf161592192c6273.png

==============Location Message===============

image.png.e5ee68d34627fc630191e26f65020a7e.png

==============VCard Message===============

image.png.2dcedbb48f574b5b8714926c00d9126b.png

==============API-Docs===============

image.png.be6d030d8421802b6955684873b938f9.png

==============2FA Two-Factory===============

image.png.654ce81ca76c48332fba61b34a049744.png

image.png.8469c4c06ca11aa846080d88b961a283.png

image.png.c5f25ec41ea8edb1dc43ee158b3d6b4e.png

==============Recovery Code===============

image.png.8d032f36b62f105f511386cd2f994220.png

==============Read Message===============

image.png.beaf0b3978f6c9cb1767a5f2dd2e4301.png

Great job sir. I will try it tomorrow because at night, my connection very bad.

Link to comment
Share on other sites

1 hour ago, Magd Almuntaser said:

here are some pictures of my version (enjoy watching)
==============Check Whatsapp Port===============

image.thumb.png.7d6e4c7d88ba03b32764e319502d8ea7.png

==============THEMES===============

image.png.037bc5c11aa862162b4dfff7defda507.png

image.thumb.png.6a800a886e8c1c3d7577b36b1b43d3a8.png

image.thumb.png.ebee3202997e1aed9b5d813ad9af1ebf.png

==============ChatGPT Bot API===============

image.png.883403fb20c06cdfcf161592192c6273.png

==============Location Message===============

image.png.e5ee68d34627fc630191e26f65020a7e.png

==============VCard Message===============

image.png.2dcedbb48f574b5b8714926c00d9126b.png

==============API-Docs===============

image.png.be6d030d8421802b6955684873b938f9.png

==============2FA Two-Factory===============

image.png.654ce81ca76c48332fba61b34a049744.png

image.png.8469c4c06ca11aa846080d88b961a283.png

image.png.c5f25ec41ea8edb1dc43ee158b3d6b4e.png

==============Recovery Code===============

image.png.8d032f36b62f105f511386cd2f994220.png

==============Read Message===============

image.png.beaf0b3978f6c9cb1767a5f2dd2e4301.png

Letme tasted this first...i hope this Legit. hhe

Link to comment
Share on other sites

4 hours ago, Magd Almuntaser said:

Whatsapp Gateway Multi Device (Magd Version) v7.0.0.1

 

This version is separate from the original version. It contains many additions and fixes.

You can update your existing version on your site or do a fresh install, but I prefer a fresh install and re-linking your phone to ensure the new session works without conflict and to avoid losing connection.


Installation Instructions:
Extract the compressed file to your site and open your site.

You will be redirected to the installation page. Complete the installation, and after finishing, you need to run the following command:

http://yourwebsite/storage-link
And you will see white page with (0) number that mean works


Add these two links to the cronjob (Every 3 min):

Every 1 or 2 minutes as you like:
curl "http://yourwebsite/schedule-run" >/dev/null 2>&1

And Every 1 or 2 minutes:
curl "http://yourwebsite/blast-start" >/dev/null 2>&1

 

You can now start Node.js using aaPanel, cPanel, or SSH for this path:

/yoursitepath/whatsapp/server.js


My advice for (VPS & aaPanel) users:
Install PM2.js on your server and run the WhatsApp server through it. This will make your version stable without disconnections. PM2.js automatically reconnects when the script stops and provides a link to monitor all issues, restart, and other information such as CPU status and bandwidth used by the script remotely.
 

npm install pm2@latest -g
# OR
yarn global add pm2

Start your whatsapp server:
pm2 start server.js



You can check if the WhatsApp server is running by going to your site and navigating to Admin -> Settings Server. There, you will find a new feature that displays the port status. If it is green, it is running; if it is red, it is not running.


image.thumb.png.31001e1548d17d70b68d635e40e52bcd.png

 

Installation is complete, and you can use the site...

Here is the list of additions and fixes in this version:
-
Adding ChatGPT Bot
-
Adding the 2FA (two-factor authentication) feature.
-
Adding Rcovery Codes (Login)
-
Adding VCard message
-
Adding VCard message API and api-docs
-
Adding the location message feature.
-
Adding location message API and api-docs
-
Adding the feature to create a new user via API.
-
Adding the (message read) feature, which can be enabled or disabled from the control panel.
-
Adding 3 Themes (semi-dark | light-theme | dark-theme)
- Adding check whatsapp server port
-
Fixing Connect Via Code
-
Fixing the connection issue.
-
Fixing the timeout issue.
-
Fixing the logout issue.
-
Fixing the list message issue.
-
Fixing the poll message issue.
-
Fixing template message API (input correct format)
-
Fixing the issue with (Waiting for this message. Check your phone).
-
Fixing the fetching of non-English group names.
-
Fixing the fetching of groups from the phone.
-
Fixing the autorply issue.
And more...

wpma-magd-v7.0.0.1.zip 77.81 MB · 45 downloads

very big thank you sir, all have gun moment at this day,

Link to comment
Share on other sites

  • DW Members
3 hours ago, Serpul Cloud said:

Saya sudah mencobanya & hasilnya luar biasa

1 hour ago, angga turki said:

very big thank you sir, all have gun moment at this day,

49 minutes ago, badas said:

Syukron @Magd Almuntaser
Magd Version work like a charm.
Mohon tutorial untuk integrasi dengan chatgpt nya>
Terima kasih.

Thank you guys ..terimakasih

English:
Activating ChatGPT is very easy. You can go to the OpenAI website via the following link:
Indonesia:
Aktivasi ChatGPT sangat mudah. Anda bisa mengunjungi situs OpenAI melalui tautan berikut:

platform.openai.com


English:
Create a new account, and after completing the registration, click on your profile picture in the top corner and click on "your profile":
Indonesia:
Buat akun baru, dan setelah menyelesaikan pendaftaran, klik gambar profil Anda di pojok atas dan klik "your profile":


image.png.addc92eea191607f8c40ca937cf2e91c.png

 

English:
Then click on "User API Keys":
Indonesia:
Kemudian klik "User API Keys":

image.png.2e7fffe3ce6972b879ed22017012ca39.png

 

English:
Create a new secret key by clicking on "create new secret key":
Indonesia:
Buat kunci rahasia baru dengan mengklik "create new secret key":

image.png.623e2ba880cc29e8f5c7c105ea518fb7.png

 

English:
You will see the ChatGPT API key. Copy and paste it into your site in the ChatGPT API Key field:
Indonesia:
Anda akan melihat ChatGPT API key. Salin dan tempelkan di situs Anda pada kolom ChatGPT API Key:

image.png.0bd696f15ca73f53ea98a1c12b976bf7.png


English:
This way, you can try sending a message to your phone number.
Indonesia:
Dengan cara ini, Anda bisa mencoba mengirim pesan ke nomor telepon Anda.
 

============================================

English:
For professionals:
You can modify CHATGPT_MODEL or CHATGPT_URL by editing the .env file if you want to use a different model. You can see all the models at this link:
Indonesia:
Untuk para profesional:
Anda bisa mengubah CHATGPT_MODEL atau CHATGPT_URL dengan mengedit file .env jika Anda ingin menggunakan model yang berbeda. Anda bisa melihat semua model di tautan ini:
 

platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4

image.png.0e63bab479f925c4f3401129ee13fd81.png

Link to comment
Share on other sites

39 minutes ago, Magd Almuntaser said:

Thank you guys ..terimakasih

English:
Activating ChatGPT is very easy. You can go to the OpenAI website via the following link:
Indonesia:
Aktivasi ChatGPT sangat mudah. Anda bisa mengunjungi situs OpenAI melalui tautan berikut:

platform.openai.com


English:
Create a new account, and after completing the registration, click on your profile picture in the top corner and click on "your profile":
Indonesia:
Buat akun baru, dan setelah menyelesaikan pendaftaran, klik gambar profil Anda di pojok atas dan klik "your profile":


image.png.addc92eea191607f8c40ca937cf2e91c.png

 

English:
Then click on "User API Keys":
Indonesia:
Kemudian klik "User API Keys":

image.png.2e7fffe3ce6972b879ed22017012ca39.png

 

English:
Create a new secret key by clicking on "create new secret key":
Indonesia:
Buat kunci rahasia baru dengan mengklik "create new secret key":

image.png.623e2ba880cc29e8f5c7c105ea518fb7.png

 

English:
You will see the ChatGPT API key. Copy and paste it into your site in the ChatGPT API Key field:
Indonesia:
Anda akan melihat ChatGPT API key. Salin dan tempelkan di situs Anda pada kolom ChatGPT API Key:

image.png.0bd696f15ca73f53ea98a1c12b976bf7.png


English:
This way, you can try sending a message to your phone number.
Indonesia:
Dengan cara ini, Anda bisa mencoba mengirim pesan ke nomor telepon Anda.
 

============================================

English:
For professionals:
You can modify CHATGPT_MODEL or CHATGPT_URL by editing the .env file if you want to use a different model. You can see all the models at this link:
Indonesia:
Untuk para profesional:
Anda bisa mengubah CHATGPT_MODEL atau CHATGPT_URL dengan mengedit file .env jika Anda ingin menggunakan model yang berbeda. Anda bisa melihat semua model di tautan ini:
 

platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4

image.png.0e63bab479f925c4f3401129ee13fd81.png

Kenapa import database bawaan versi terbaru ini selalu gagal ya?

Edited by pak kacung
Link to comment
Share on other sites

  • DW Members
28 minutes ago, pak kacung said:

Kenapa import database bawaan versi terbaru ini selalu gagal ya?

Pastikan Anda telah memberikan izin pengguna untuk database sebelum instalasi.

2 minutes ago, askim net said:


image.thumb.jpeg.4079afe4e8fd256ce0a66d07d7083de9.jpeg
solusinya bagaimana ya?

Pastikan Anda telah menjalankan file server.js dengan benar, jika Anda menggunakan (aapanel) Anda harus membuka port dari (security).

Link to comment
Share on other sites

2 minutes ago, Magd Almuntaser said:

Pastikan Anda telah memberikan izin pengguna untuk database sebelum instalasi.

Pastikan Anda telah menjalankan file server.js dengan benar, jika Anda menggunakan (aapanel) Anda harus membuka port dari (security).

baik terima kasih tuan.....pada menu auto reply apa bisa ditambahkan menu edit?

Edited by pak kacung
Link to comment
Share on other sites

3 hours ago, Magd Almuntaser said:

Pastikan Anda telah memberikan izin pengguna untuk database sebelum instalasi.

Pastikan Anda telah menjalankan file server.js dengan benar, jika Anda menggunakan (aapanel) Anda harus membuka port dari (security).

saya menggunakan cpanel

Link to comment
Share on other sites

13 hours ago, Magd Almuntaser said:

Whatsapp Gateway Multi Device (Magd Version) v7.0.0.1

 

This version is separate from the original version. It contains many additions and fixes.

You can update your existing version on your site or do a fresh install, but I prefer a fresh install and re-linking your phone to ensure the new session works without conflict and to avoid losing connection.


Installation Instructions:
Extract the compressed file to your site and open your site.

You will be redirected to the installation page. Complete the installation, and after finishing, you need to run the following command:

http://yourwebsite/storage-link
And you will see white page with (0) number that mean works


Add these two links to the cronjob (Every 3 min):

Every 1 or 2 minutes as you like:
curl "http://yourwebsite/schedule-run" >/dev/null 2>&1

And Every 1 or 2 minutes:
curl "http://yourwebsite/blast-start" >/dev/null 2>&1

 

You can now start Node.js using aaPanel, cPanel, or SSH for this path:

/yoursitepath/whatsapp/server.js


My advice for (VPS & aaPanel) users:
Install PM2.js on your server and run the WhatsApp server through it. This will make your version stable without disconnections. PM2.js automatically reconnects when the script stops and provides a link to monitor all issues, restart, and other information such as CPU status and bandwidth used by the script remotely.
 

npm install pm2@latest -g
# OR
yarn global add pm2

Start your whatsapp server:
pm2 start server.js



You can check if the WhatsApp server is running by going to your site and navigating to Admin -> Settings Server. There, you will find a new feature that displays the port status. If it is green, it is running; if it is red, it is not running.


image.thumb.png.31001e1548d17d70b68d635e40e52bcd.png

 

Installation is complete, and you can use the site...

Here is the list of additions and fixes in this version:
-
Adding ChatGPT Bot
-
Adding the 2FA (two-factor authentication) feature.
-
Adding Rcovery Codes (Login)
-
Adding VCard message
-
Adding VCard message API and api-docs
-
Adding the location message feature.
-
Adding location message API and api-docs
-
Adding the feature to create a new user via API.
-
Adding the (message read) feature, which can be enabled or disabled from the control panel.
-
Adding 3 Themes (semi-dark | light-theme | dark-theme)
- Adding check whatsapp server port
-
Fixing Connect Via Code
-
Fixing the connection issue.
-
Fixing the timeout issue.
-
Fixing the logout issue.
-
Fixing the list message issue.
-
Fixing the poll message issue.
-
Fixing template message API (input correct format)
-
Fixing the issue with (Waiting for this message. Check your phone).
-
Fixing the fetching of non-English group names.
-
Fixing the fetching of groups from the phone.
-
Fixing the autorply issue.
And more...

wpma-magd-v7.0.0.1.zip 77.81 MB · 49 downloads

Luar biasa tuanku..Amaziing 😍🔥👍

Link to comment
Share on other sites

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

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