Gusik Prasetyo Posted August 2 Share Posted August 2 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!!! Quote Link to comment Share on other sites More sharing options...
The Billionaire Posted August 2 Share Posted August 2 this is the error I get on the shared host, can this issue be fixed???? Quote Link to comment Share on other sites More sharing options...
Solusi Legalitas Posted August 2 Share Posted August 2 Master @Magd Almuntaser Kota bunga nya dimana ya? jadi pengin ngajak ngopi bareng Quote Link to comment Share on other sites More sharing options...
Enno The Explorer Posted August 2 Share Posted August 2 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. Mantapz ini mas..cara integrasi API gemini ke wa gateway gmb ya mas? Quote Link to comment Share on other sites More sharing options...
Unicode Posted August 2 Share Posted August 2 @Enno The Explorer kayaknya mas @Gusik Prasetyo perlu bikin tutorial Quote Link to comment Share on other sites More sharing options...
DW Members Magd Almuntaser Posted August 2 Author DW Members Share Posted August 2 1 hour ago, The Billionaire said: 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. Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0 Link to comment Share on other sites More sharing options...
Unicode Posted August 2 Share Posted August 2 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 Quote Link to comment Share on other sites More sharing options...
Gusik Prasetyo Posted August 2 Share Posted August 2 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. Quote Link to comment Share on other sites More sharing options...
DW Members Magd Almuntaser Posted August 2 Author DW Members Share Posted August 2 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. 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 3 1 1 Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0 Link to comment Share on other sites More sharing options...
Solusi Legalitas Posted August 2 Share Posted August 2 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. 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 Quote Link to comment Share on other sites More sharing options...
DW Members Magd Almuntaser Posted August 2 Author DW Members Share Posted August 2 here are some pictures of my version (enjoy watching) ==============Check Whatsapp Port=============== ==============THEMES=============== ==============ChatGPT Bot API=============== ==============Location Message=============== ==============VCard Message=============== ==============API-Docs=============== ==============2FA Two-Factory=============== ==============Recovery Code=============== ==============Read Message=============== Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0 Link to comment Share on other sites More sharing options...
Unicode Posted August 2 Share Posted August 2 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. 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. Quote Link to comment Share on other sites More sharing options...
Gusik Prasetyo Posted August 2 Share Posted August 2 1 hour ago, Magd Almuntaser said: here are some pictures of my version (enjoy watching) ==============Check Whatsapp Port=============== ==============THEMES=============== ==============ChatGPT Bot API=============== ==============Location Message=============== ==============VCard Message=============== ==============API-Docs=============== ==============2FA Two-Factory=============== ==============Recovery Code=============== ==============Read Message=============== Great job sir. I will try it tomorrow because at night, my connection very bad. Quote Link to comment Share on other sites More sharing options...
MURASAKI. Posted August 2 Share Posted August 2 1 hour ago, Magd Almuntaser said: here are some pictures of my version (enjoy watching) ==============Check Whatsapp Port=============== ==============THEMES=============== ==============ChatGPT Bot API=============== ==============Location Message=============== ==============VCard Message=============== ==============API-Docs=============== ==============2FA Two-Factory=============== ==============Recovery Code=============== ==============Read Message=============== Letme tasted this first...i hope this Legit. hhe Quote Link to comment Share on other sites More sharing options...
Solusi Legalitas Posted August 2 Share Posted August 2 Saya sudah mencobanya & hasilnya luar biasa Quote Link to comment Share on other sites More sharing options...
angga turki Posted August 2 Share Posted August 2 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. 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, Quote Link to comment Share on other sites More sharing options...
badas Posted August 2 Share Posted August 2 Syukron @Magd Almuntaser Magd Version work like a charm. Mohon tutorial untuk integrasi dengan chatgpt nya> Terima kasih. Quote Link to comment Share on other sites More sharing options...
DW Members Magd Almuntaser Posted August 2 Author DW Members Share Posted August 2 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": English: Then click on "User API Keys": Indonesia: Kemudian klik "User API Keys": English: Create a new secret key by clicking on "create new secret key": Indonesia: Buat kunci rahasia baru dengan mengklik "create new secret key": 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: 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 Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0 Link to comment Share on other sites More sharing options...
pak kacung Posted August 2 Share Posted August 2 (edited) 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": English: Then click on "User API Keys": Indonesia: Kemudian klik "User API Keys": English: Create a new secret key by clicking on "create new secret key": Indonesia: Buat kunci rahasia baru dengan mengklik "create new secret key": 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: 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 Kenapa import database bawaan versi terbaru ini selalu gagal ya? Edited August 2 by pak kacung Quote Link to comment Share on other sites More sharing options...
askim net Posted August 2 Share Posted August 2 solusinya bagaimana ya? Quote Link to comment Share on other sites More sharing options...
DW Members Magd Almuntaser Posted August 2 Author DW Members Share Posted August 2 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: solusinya bagaimana ya? Pastikan Anda telah menjalankan file server.js dengan benar, jika Anda menggunakan (aapanel) Anda harus membuka port dari (security). Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0 Link to comment Share on other sites More sharing options...
pak kacung Posted August 2 Share Posted August 2 (edited) 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 August 2 by pak kacung Quote Link to comment Share on other sites More sharing options...
askim net Posted August 2 Share Posted August 2 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 Quote Link to comment Share on other sites More sharing options...
Unicode Posted August 2 Share Posted August 2 Sorry belum sempat nyoba install. mungkin hari ini saya coba, karena masih di luar kota Quote Link to comment Share on other sites More sharing options...
Enno The Explorer Posted August 3 Share Posted August 3 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. 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.