June 13Jun 13 12 hours ago, Magd Almuntaser said:bro, the list message works without problems. The problem is only with the buttons, and the templates from WhatsApp company do not work.In the latest update of the official version of MPWA (v.9.0.0), the message button feature is already working but must include an image.
June 13Jun 13 Author 6 hours ago, Imanudin said:Hai @Magd Almuntaser , kemungkinan template apa yang akan digunakan di versi 10? Vuexy atau Starter Kit Laravel 12 (FluxUi)?I previously announced that the (Vuexy) theme would be used, but the new update is that all previous themes will be removed, and only one theme will be included in the release. This is to allow faster development without complications.6 hours ago, dentos said:In the latest update of the official version of MPWA (v.9.0.0), the message button feature is already working but must include an image.Hmm, I will try this point. It may be correct because the message list does not work unless the (appear once) command is placed. So, your words may be important and I will try.
June 13Jun 13 15 hours ago, kirin said:Fix waktu buat Campaign untuk blasting, ketabrak om.saat 2 user atau lebih membuat campaign dan schedule running secara bersamaan ketabrak dan langsung tidak bisa runningpesan error di nodejs nyaError: tried remove, but no previous op\n at Object.mix (/www/wwwroot/domain/node_modules/@whiskeysockets/baileys/lib/Utils/chat-utils.js:58:27)\n at decodeSyncdMutations (/www/wwwroot/domain/node_modules/@whiskeysockets/baileys/lib/Utils/chat-utils.js:181:21)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\nsama tambahan lagi bang, buat campaign intervalnya variatif / dinamis, misalnya random dari 5-10 detik, jadi tidak mentok di hanya wktu yang statis
June 13Jun 13 20 hours ago, Magd Almuntaser said:Ada skrip kecil yang saya buat, yang akan Anda temukan di sini pada salah satu halaman, khususnya bagi mereka yang memiliki VPS kosong tanpa panel kontrol. Yang harus Anda lakukan adalah menempatkan perintah dan seluruh versi akan diinstal secara otomatis. Catatan: Ini hanya untuk mereka yang memiliki ((VPS kosong)) yang tidak memiliki apa pun yang penting di dalamnya, karena skrip akan menginstal alat yang diperlukan secara otomatis.Ok Thanks pak
June 13Jun 13 On 6/12/2025 at 6:30 AM, Magd Almuntaser said:Can you write the problems you faced in version 9.6.1 so that I can fix them in version 10.0.0? I hope there will be one post for the problems so that I can focus on them.@Magd Almuntaser 1 - I believe the most important thing is to remove the use of makeInMemoryStore as it is no longer supported in Baileys.Discord Information:"the makeInMemoryStore was removed because it was intended for development environments only. It was recommended that you create your own robust implementation.""I recommend using Redis as a replacement for makeInMemoryStore. There's an npm package called redis-baileys (https://www.npmjs.com/package/redis-baileys) that saves your baileys session in a Redis database."2 - And change the way of saving the useMultiFileAuthState session, starting to use the database.Discord Information:"However, the documentation does mention using useMultiFileAuthState for authentication, but it also advises against using it in production due to inefficiency and recommends creating your own implementation for production environments."Resources:https://www.npmjs.com/package/redis-baileyshttps://github.com/deadlinecode/baileys-bottlehttps://github.com/bobslavtriev/mysql-baileys3 - Update Laravel version.Tks Sir!
June 14Jun 14 15 hours ago, Magd Almuntaser said:I previously announced that the (Vuexy) theme would be used, but the new update is that all previous themes will be removed, and only one theme will be included in the release. This is to allow faster development without complications.Hmm, I will try this point. It may be correct because the message list does not work unless the (appear once) command is placed. So, your words may be important and I will try.That theme looks great, with aapanel the installation is very easy and works great, I'm using vps 1cpu, 1gb ram and cloudflare Edited June 14Jun 14 by juan collado
June 14Jun 14 10 hours ago, Oiregor said:@Magd Almuntaser1 - Saya yakin hal yang paling penting adalah menghapus penggunaan makeInMemoryStore karena tidak lagi didukung di Baileys.Informasi Discord:"makeInMemoryStore dihapus karena ditujukan hanya untuk lingkungan pengembangan. Sebaiknya Anda membuat implementasi yang tangguh sendiri.""Saya sarankan menggunakan Redis sebagai pengganti makeInMemoryStore. Ada paket npm yang disebut redis-baileys ( https://www.npmjs.com/package/redis-baileys ) yang menyimpan sesi baileys Anda dalam database Redis."2 - Dan ubah cara menyimpan sesi useMultiFileAuthState, mulai menggunakan database.Informasi Discord:"Namun, dokumentasi tersebut menyebutkan penggunaan useMultiFileAuthStateuntuk autentikasi, tetapi juga menyarankan agar tidak menggunakannya dalam produksi karena tidak efisien dan menyarankan untuk membuat implementasi Anda sendiri untuk lingkungan produksi."Sumber daya:https://www.npmjs.com/package/redis-baileyshttps://github.com/deadlinecode/botol-baileyshttps://github.com/bobslavtriev/mysql-baileys3 - Perbarui versi Laravel.Terima kasih Tuan!Aku setuju denganmu saudarku
June 14Jun 14 On 6/13/2025 at 4:17 PM, Magd Almuntaser said:I previously announced that the (Vuexy) theme would be used, but the new update is that all previous themes will be removed, and only one theme will be included in the release. This is to allow faster development without complications.Hmm, I will try this point. It may be correct because the message list does not work unless the (appear once) command is placed. So, your words may be important and I will try.@Magd Almuntaser bisa request custom logo dari andmin dashboard nya
June 14Jun 14 Author 19 hours ago, Oiregor said:@Magd Almuntaser1 - I believe the most important thing is to remove the use of makeInMemoryStore as it is no longer supported in Baileys.Discord Information:"the makeInMemoryStore was removed because it was intended for development environments only. It was recommended that you create your own robust implementation.""I recommend using Redis as a replacement for makeInMemoryStore. There's an npm package called redis-baileys (https://www.npmjs.com/package/redis-baileys) that saves your baileys session in a Redis database."2 - And change the way of saving the useMultiFileAuthState session, starting to use the database.Discord Information:"However, the documentation does mention using useMultiFileAuthState for authentication, but it also advises against using it in production due to inefficiency and recommends creating your own implementation for production environments."Resources:https://www.npmjs.com/package/redis-baileyshttps://github.com/deadlinecode/baileys-bottlehttps://github.com/bobslavtriev/mysql-baileys3 - Update Laravel version.Tks Sir!about the first point:Basically, mpwa doesn't use makeInMemoryStore, so there's no need to use any other library like redis-baileys. Because mpwa relies solely on sending messages, there's no need for a cache or anything else.about the second point:Indeed, mpwa uses useMultiFileAuthState to store device sessions. However, at the moment, it's the best solution for storing sessions, because a session doesn't contain one or two commands, but rather a set of commands that may contain up to 50 files or more for one device. Therefore, it's not a good idea to store these sessions in the database, exposing the database to slowness and overload once the number of devices reaches 50 or more. Therefore, the best solution is, as is, to use useMultiFileAuthState.about the third point:Indeed, Laravel has been upgraded to the latest available v12.18, so mpwa script will currently work on PHP 8.2 and above.
June 15Jun 15 Mohon diperbaiki juga mr @Magd Almuntaser mengenai add new user, karena pada batasan pesan, batas perangkat dan fitur rencana harus 2x di save baru terinput, apabila hanya 1x form yang diberi tanda merah tersebut akan kosong kembali Edited June 15Jun 15 by Enno The Explorer
June 15Jun 15 I couldn't find if a new update was releasedand when I click npm install it doesn't install in 9.6.1@Magd Almuntaser Edited June 15Jun 15 by Osman Nar
June 16Jun 16 Mohon di perbaiki juga untuk Fitur menghapus Riwayat Pesan yang tidak berfungsi Mr @Magd Almuntaser
June 17Jun 17 saya tidak bisa mengirim gambar dan autorespon media juga tidak bisa. sebelumnya masih bisa. apakah ada update dari whatsapp?
June 17Jun 17 On 6/15/2025 at 7:49 PM, Enno The Explorer said:Mohon diperbaiki juga mr @Magd Almuntaser mengenai add new user, karena pada batasan pesan, batas perangkat dan fitur rencana harus 2x di save baru terinput, apabila hanya 1x form yang diberi tanda merah tersebut akan kosong kembaliSaya malah gk pernah bisa mas add dari admin , jadi saya akalin pakai sql saja buat aktifin plan 😂
June 18Jun 18 On 6/13/2025 at 5:17 PM, Magd Almuntaser said:Hmm, I will try this point. It may be correct because the message list does not work unless the (appear once) command is placed. So, your words may be important and I will try.This is a demo of the official MPWA MD version:https://wabeta.m-pedia.my.id/loginI have tried it and the message button feature works.
June 19Jun 19 On 6/18/2025 at 7:48 AM, dentos said:This is a demo of the official MPWA MD version:https://wabeta.m-pedia.my.id/loginI have tried it and the message button feature works.Wait for the presence of mpwa v10.0.0, you will see extraordinary progress from @Magd Almuntaser 🤤🫰 This forum account is currently banned. Ban Length: Member has been permanently banned. Ban Reason: Abusive behavior
June 21Jun 21 Author In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.
June 21Jun 21 19 minutes ago, Magd Almuntaser said:In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.Alhamdulillah...Amaziing Mr @Magd Almuntaser 😍😍😍, progress yang ditunggu²..Beberapa hal yg belum masuk dalam list perbaikan diatas :Perbaikan Fitur Hapus Histori pesan yang tidak berfungsiPerbaikan masalah saat menambah user pengguna , pada bagian batas pesan, batas perangkat dan fitur Plan yang tidak tersimpan apabila 1x disimpan, sehingga harus menyimpan 2x.Perbaikan Keyword Autoreplay agar bisa mengenali keyword yang terdiri dari lebih dari 1 suku kata.Beberapa Fitur tambahan yang belum masuk seperti :Multi template Message untuk CampaignInterval Waktu untuk Pengiriman CampaignMulti API Key untuk Gemini, agar bs menggunakan lebih dari 1 Api key.
June 21Jun 21 4 hours ago, Magd Almuntaser said:In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.Thank you for this update, especially for the product part as I made the request. I can't wait to test this and debug.Another request if it can be added to the update. Ability to send a sequence message.For example, send after 10 mins, then next message will send a day later and maybe another one can go 3 days later.This is just like a mail sequence where once a user subscribed, we can follow up with them for a number of days.I've seen some platforms doing this with unofficial API. Edited June 21Jun 21 by Oworock Update the information.
June 21Jun 21 @Germinal Gimenez,On 5/17/2025 at 2:18 AM, Germinal Gimenez said:how to fix. my AI bot responds to all connected whatsapp instances with the last prompt added, it is not being individual.example:user: Fernandowa 1.= whatsapp 552198391167x gemini = prompt 1wa 2.= whatsapp 552198398867x gemini = prompt 2in whatsapp. wa 1. receives a message for the number 552198391167x (Prompt1 is ignored and the response is made by prompt 2) in this case the last prompt added by Fernando.regardless of the number WA 1 or 2 or more connected.please try to fix this issue @Magd Almuntaser
June 21Jun 21 6 hours ago, Enno The Explorer said:Alhamdulillah...Amaziing Mr @Magd Almuntaser 😍😍😍, progress yang ditunggu²..Beberapa hal yg belum masuk dalam list perbaikan diatas :Perbaikan Fitur Hapus Histori pesan yang tidak berfungsiPerbaikan masalah saat menambah user pengguna , pada bagian batas pesan, batas perangkat dan fitur Plan yang tidak tersimpan apabila 1x disimpan, sehingga harus menyimpan 2x.Perbaikan Keyword Autoreplay agar bisa mengenali keyword yang terdiri dari lebih dari 1 suku kata.Beberapa Fitur tambahan yang belum masuk seperti :Multi template Message untuk CampaignInterval Waktu untuk Pengiriman CampaignMulti API Key untuk Gemini, agar bs menggunakan lebih dari 1 Api key.multi AI sudah bisa ?. ketika lebih dari 1 nomor menggunakan setingan AI yang berbeda, mana yang akan di proses. semuanya atau hanya 1 saja
June 22Jun 22 Author I believe there are some feature requests that don't benefit the public but only the requester themselves. For your information, all MPWA features are designed for public use. Any requests that only serve one person are considered customization, and I do not provide personal update services, only update that benefit everyone.Therefore, I apologize to (Enno The Explorer) for not implementing the multi API Gemini request, as one paid API is sufficient for all conversations, instead of filling in multiple fields and commands to add more APIs for the same AI.I also apologize to (Oworock) for not implementing the sequence message request, as it doesn’t serve the majority. This can be done via the webhook through custom programming on your end to send messages every few days.As for the rest of the requests, I will try to complete the ones that benefit everyone. The issues that were mentioned have been noted down and will be fixed in version 10.
June 22Jun 22 sir @Magd Almuntaser , Your version of this mpwa has AI features. If each user's device couldn't configure its own AI, that would be weird. i hope on the v10 could be a lot more awewesome about this 😂 hahaha.
June 22Jun 22 3 hours ago, Magd Almuntaser said:I believe there are some feature requests that don't benefit the public but only the requester themselves. For your information, all MPWA features are designed for public use. Any requests that only serve one person are considered customization, and I do not provide personal update services, only update that benefit everyone.Therefore, I apologize to (Enno The Explorer) for not implementing the multi API Gemini request, as one paid API is sufficient for all conversations, instead of filling in multiple fields and commands to add more APIs for the same AI.I also apologize to (Oworock) for not implementing the sequence message request, as it doesn’t serve the majority. This can be done via the webhook through custom programming on your end to send messages every few days.As for the rest of the requests, I will try to complete the ones that benefit everyone. The issues that were mentioned have been noted down and will be fixed in version 10.saya mengerti Mr, Saya sangat berterima kasih atas segala effort yang sudah Mr lakukan untuk menjadikan MPWA menjadi lebih baik lagi , saya juga minta maap karena telah banyak request sesuatu yang menyusahkan anda, awalnya saya berfikir fungsi multi API untuk Gemini dll akan bermanfaat untuk semua orang dalam mengatasi keterbatasan token yang bisa digunakan pada gemini.❤️🙏
June 22Jun 22 10 hours ago, Magd Almuntaser said:In version 10, a new page called (Troubleshoot) will be introduced for the admin panel. This page will automatically scan your site for errors or issues you may encounter, such as:* Checking file permissions* Checking the storage folder for image problems.* Checking socket connection problems.* Checking port problems.* Checking the hosting type (CloudFlare or regular) and the solutions.* Checking device session problems.* Checking PHP plugins that aren't working.* Checking cronjobs.* Checking links.* Checking the database.* Checking the hosting type (Nginx or Apache) to resolve SSL issues.* Checking SSL.* Displaying hosting data such as RAM, processor, and disk space.... and more.With a single click, the system will perform a full diagnostic scan, display detailed error reports, and suggest solutions.=======What's new in version 10.0.0 (so far):- Added Geniebiz Gateway (Sri Lanka).- Added New Theme (Vuexy).- *Added Send Products.- Added (Example JSON Response) in Api-Docs.- Added PHP Webhook Mpwa Example (in api-docs->webhook example).- Fixed Api-Docs.- Updated Buttons Message (Only With Image | Web - IOS - Android).- Updated List Message (Stable | Web - IOS - Android).- Updated Api For Buttons Message (New Method).- Updated Laravel To Latest v12.18.0 And All PHP libraries.- Updated All Nodejs libraries (Can use npm install).- Removed (MPWA - Eres - Erescompact) themes.- Removed Template Message (Merged With Button Messages).About (Send Products), the product must already exist in any number that uses the WhatsApp Business app. After that, you can send the product from any number, or the same number, as long as you have the product link. The Send Product page is very simple: just paste the product link, and all the details such as name, price, image, and description will be fetched automatically.Bang, kalau yang masalah tidak bisa blast ketika 2user atau lebih menjalankan campaign bersamaan kok tidak masuk dalam update yah bang?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.