Jump to content

Whatsapp Gateway | Multi Device v9.6.1

Featured Replies

  • Replies 5.4k
  • Views 471.5k
  • 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

haii anyone thankyouu for progress and share to us the script, but i have a problem with cronjob and so can't send bulk message. does anyone running on localhost and using windows? maybe anyone have tips to add cronjob, btw i use laragon

  • Author
19 minutes ago, wahabdinn said:

haii anyone thankyouu for progress and share to us the script, but i have a problem with cronjob and so can't send bulk message. does anyone running on localhost and using windows? maybe anyone have tips to add cronjob, btw i use laragon

I'm not sure but you can see this page:
https://github.com/leokhoa/laragon/discussions/356

16 minutes ago, Magd Almuntaser said:

I'm not sure but you can see this page:
https://github.com/leokhoa/laragon/discussions/356

i already use this

* * * * * | C:\Windows\System32\curl.exe -s "http://localhost:8000/en/subscription-check" > NUL 2>&1
* * * * * | C:\Windows\System32\curl.exe -s "http://localhost:8000/en/blast-start" > NUL 2>&1
* * * * * | C:\Windows\System32\curl.exe -s "http://localhost:8000/en/schedule-run" > NUL 2>&1
*/5 * * * * | C:\Windows\System32\curl.exe -s "http://localhost:8000/en/subscription-check" >> "C:\Users\USER\scoop\apps\laragon\current\tmp\my_log.txt" 2>&1

but status still "waiting" :(

33 minutes ago, Magd Almuntaser said:

I'm not sure but you can see this page:
https://github.com/leokhoa/laragon/discussions/356

edited thankyouu for ur experience, that's a lot help me! already work:) my misstake only on "|" character

On 02.07.2025 at 01:29, Magd Almuntaser said:

Merhaba arkadaşım, Türkiye'denmişsin gibi görünüyor. Profil fotoğrafımın Türkiye'deyken çekildiğini biliyor muydun? Türkiye'ye dört kez gittim ve güzel bir ülke.

Neyse, senaryo yakında yayınlanacak, çünkü üzerinde çalışmam gereken sadece bir uzun metraj film kaldı. Bittiğinde yeni sürümü yayınlayacağım.

Yes, I am from Turkey. If you come again, send me a message and I will host you.

2 hours ago, WhatsAPI Info said:

can some one have this google sheet link or copy

Google Sheet Bot Whatsapp || Support MPWA v5.0.6 - v9.0.0

the developer in here too. i hope he contact you as soon as possible

  • Author
6 minutes ago, Jajan Dari Android said:

can we get

server/whatsapp.js
server/controllers/incomingMessage.js

but on deobfocused version, here i can make some modification on whatsapp core if it on deobfocused


As I told you, the files I encrypted are few and not the entire script. I encrypted these files to prevent anyone from modifying them because there’s no need for you to change anything inside them. Any improvements or customizations should be made in the open files, as the encrypted ones are fixed and modifying them won’t benefit you, in fact, it might break some core functionalities of the script.

38 minutes ago, Magd Almuntaser said:


As I told you, the files I encrypted are few and not the entire script. I encrypted these files to prevent anyone from modifying them because there’s no need for you to change anything inside them. Any improvements or customizations should be made in the open files, as the encrypted ones are fixed and modifying them won’t benefit you, in fact, it might break some core functionalities of the script.

ok mate, sorry for that, i think i will doing it by myself, but it just for my purposes only not for shared, i do it coz i need to change something inside the flow. hope you gimme permission to do it. i promise not to share it.

6 hours ago, WhatsAPI Info said:

can some one have this google sheet link or copy

Google Sheet Bot Whatsapp || Support MPWA v5.0.6 - v9.0.0

pakai webhook+n8n lebih mantap

  • Author

ENGLISH:
I'm considering implementing a Plugins & Hooks system in future versions after version 10. I plan to separate all existing features and convert them into plugins.

This will make the core version a stable base that we don't modify, and any new features or additions will be offered as optional plugins that the user can choose to activate, similar to how WordPress works. There will be no need to upgrade the core version unless there's a security issue; everything else will be handled via plugins and themes that users can select based on their needs instead of including all features by default.

For example, I personally use MPWA just to send news from my websites to WhatsApp, so I only need the Send Message feature. The rest of the features are irrelevant to me. That’s why, after the release of version 10, I plan to completely redesign the MPWA architecture to support Plugins & Hooks.

Users will be able to access a Plugins page and install the features they want with a single click, just like WordPress.
I'll focus more on building useful plugins such as Order sending, integration with platforms like WordPress and WooCommerce, and more.

To clarify: by Plugins, I mean separating modules like:

Send Message
Media Message
Buttons Message
...etc.

Each of these would become an installable plugin from the Plugins page.

This idea is still under consideration, and I’ll evaluate what can be done next.
As for those asking about the release of version 10, the version is complete. I just need to finalize the update page, so it will be released very soon.

Important note regarding MPWA: Due to recent developments made by me and the Baileys team, you will be required to use:

Node.js 20.x or above
PHP 8.2 or above

The system will not work at all on older versions.

INDONESIA:
Saya sedang mempertimbangkan untuk menerapkan sistem Plugins & Hooks pada versi-versi setelah versi 10. Saya berencana untuk memisahkan semua fitur yang ada saat ini dan mengubahnya menjadi plugin.

Dengan demikian, versi inti akan menjadi versi stabil yang tidak perlu diubah, dan setiap penambahan atau fitur baru akan tersedia sebagai plugin opsional yang dapat diaktifkan oleh pengguna, seperti sistem pada WordPress. Pengguna tidak perlu melakukan pembaruan versi secara keseluruhan kecuali jika ada celah keamanan. Selebihnya akan berupa plugin dan tema yang dapat dipilih sesuai kebutuhan, daripada menyertakan semua fitur yang mungkin tidak digunakan.

Sebagai contoh, saya pribadi hanya menggunakan MPWA untuk mengirim berita dari situs saya ke WhatsApp, sehingga saya hanya memerlukan fitur Kirim Pesan. Fitur lainnya tidak saya gunakan. Oleh karena itu, setelah rilis versi 10, saya berencana untuk mengubah sistem pemrograman MPWA sepenuhnya menjadi berbasis Plugins & Hooks.

Pengguna nantinya dapat mengakses halaman Plugin dan memilih plugin mana yang ingin mereka instal dan gunakan, seperti pada WordPress. Saya juga akan lebih fokus dalam mengembangkan plugin tambahan seperti pengiriman pesanan, integrasi dengan WordPress, WooCommerce, dan lainnya.

Sebagai penjelasan lebih lanjut: yang saya maksud dengan Plugin adalah memisahkan modul-modul seperti:

Kirim Pesan
Pesan Media
Pesan dengan Tombol

...dan sebagainya, menjadi plugin yang dapat dipasang melalui satu klik dari halaman Plugin.

Gagasan ini masih dalam tahap kajian, dan saya akan melihat langkah selanjutnya yang dapat diambil.
Bagi yang bertanya kapan versi 10 akan dirilis, sebenarnya saya sudah menyelesaikan versi 10, hanya tinggal menyelesaikan halaman pembaruan. Jadi versi tersebut akan dirilis dalam waktu dekat.

Catatan penting mengenai MPWA: Karena pengembangan yang telah dilakukan oleh saya dan tim Baileys, maka Anda diwajibkan untuk menggunakan:

Node.js versi 20.x ke atas
PHP versi 8.2 ke atas

Versi lama tidak akan dapat digunakan sama sekali.

On 7/11/2025 at 3:11 PM, Gusik Prasetyo said:

the developer in here too. i hope he contact you as soon as possible

wahh, ada developernya di sini ya?
Yang sudah mencobanya apakah support untuk versi v9.6.1?

2 hours ago, Magd Almuntaser said:


10. versiyondan sonraki versiyonlarda Eklentiler ve Kancalar sistemini uygulamayı düşünüyorum . Mevcut tüm özellikleri ayırıp eklentilere dönüştürmeyi planlıyorum.

Bu, çekirdek sürümü değiştirmediğimiz istikrarlı bir temel haline getirecek ve yeni özellikler veya eklemeler, WordPress'in çalışma şekline benzer şekilde, kullanıcının etkinleştirmeyi seçebileceği isteğe bağlı eklentiler olarak sunulacak. Bir güvenlik sorunu olmadığı sürece çekirdek sürümü yükseltmeye gerek kalmayacak; geri kalan her şey, varsayılan olarak tüm özellikleri dahil etmek yerine, kullanıcıların ihtiyaçlarına göre seçebileceği eklentiler ve temalar aracılığıyla gerçekleştirilecek.

Örneğin, ben MPWA'yı yalnızca web sitelerimden WhatsApp'a haber göndermek için kullanıyorum, bu yüzden yalnızca Mesaj Gönder özelliğine ihtiyacım var. Diğer özellikler benim için önemsiz. Bu nedenle, 10. sürümün yayınlanmasının ardından MPWA mimarisini Eklentiler ve Kancalar'ı destekleyecek şekilde tamamen yeniden tasarlamayı planlıyorum.

Kullanıcılar, tıpkı WordPress'te olduğu gibi, Eklentiler sayfasına erişip istedikleri özellikleri tek tıklamayla yükleyebilecekler.
Sipariş gönderme, WordPress ve WooCommerce gibi platformlarla entegrasyon gibi kullanışlı eklentiler geliştirmeye daha fazla odaklanacağım.

Açıklamak gerekirse: Eklentilerden kastım, şu şekilde modülleri ayırmaktır:

Mesaj Gönder
Medya Mesaj
Butonları Mesaj
...vb.

Bunların her biri Eklentiler sayfasından kurulabilir bir eklenti haline gelecektir.

Bu fikir hâlâ değerlendirme aşamasında ve bundan sonra neler yapılabileceğini değerlendireceğim.
10. sürümün yayınlanmasını soranlara gelince, sürüm tamamlandı. Sadece güncelleme sayfasını tamamlamam gerekiyor, bu yüzden çok yakında yayınlanacak.

MPWA ile ilgili önemli not: Benim ve Baileys ekibinin son dönemde yaptığı geliştirmeler nedeniyle şunları kullanmanız gerekecektir:

Node.js 20.x veya üzeri
PHP 8.2 veya üzeri

Eski sürümlerde sistem hiç çalışmayacaktır.

ENDONEZYA:
Sistem Eklentileri ve Kancalar'ın 10. sürüm sürümünü kullanmak için kullanın. İlk ve eklenti eklentisini kullanmak için gerekenleri belirtin.

Bu sürüm, WordPress için ayrı bir sistem olan isteğe bağlı aktif veri eklentisi olarak bir eklenti oluşturmak ve bu eklentiyi daha stabil hale getirmek için kullanılabilir. Bu, bir başka deyişle, bir başka deyişle, bir başkası için bir sorundur. Bir eklenti ve tema içeren bir eklenti seçin, ancak bu eklenti sizin için uygun bir çözüm olabilir.

Ayrıca, MPWA'nın WhatsApp'ta bulunmasını sağlamak için MPWA'yı kullanmanın yanı sıra, Kirim Pesan'ı da hesaba katmak gerekiyor. Bunu yapmak için gerekenleri yapın. Bu, 10. sürümün bir sürümüdür ve MPWA eklentileri ve Kancaları içeren bir sistem planı oluşturmanıza olanak tanır.

WordPress'te yalnızca kurulum ve kurulum için eklenti ve eklentiler mevcut değildir. WordPress, WooCommerce ve diğer eklentilerle entegre olarak eklentilere odaklanabilirsiniz.

Eklentinin en iyi şekilde kullanılması için eklentiler ayrı ayrı modül modülleri:

Kirim Yazıları
Medya
Yazıları Tombol'da

...ve eklentiyi bir eklenti olarak kullanabilirsiniz.

Gaga, bir kez daha büyük bir başarı elde etti ve çok daha iyi bir şey olduğunu söyledi.
Bagi yang bertanya, 10 sürümüyle kapandı, bu sürüm 10'da kaldı ve bu sürüm 10'da kaldı. Bu, tam olarak doğru olanın tam tersidir.

Katalanlar MPWA'yı yönetiyor: Karena, Baileys ile birlikte bir şeyler söylüyor ve şu şekilde bir şey yapıyor:

Node.js sürüm 20.x ve
PHP sürüm 8.2 ve sürümler

Bu, aynı zamanda başka bir şeyle ilgili bir şey değil.

Thank you very much for the nice update notes, but 9.6.1 is not being used at the moment. The update needs to be released as soon as possible because I only use it for transactions such as sending invoices via messages for my websites, but we have not been able to use it for a long time. Since we cannot send notifications and reminders to customers, the system needs to be completed and published as soon as possible.

3 hours ago, Magd Almuntaser said:

ENGLISH:
I'm considering implementing a Plugins & Hooks system in future versions after version 10. I plan to separate all existing features and convert them into plugins.

This will make the core version a stable base that we don't modify, and any new features or additions will be offered as optional plugins that the user can choose to activate, similar to how WordPress works. There will be no need to upgrade the core version unless there's a security issue; everything else will be handled via plugins and themes that users can select based on their needs instead of including all features by default.

For example, I personally use MPWA just to send news from my websites to WhatsApp, so I only need the Send Message feature. The rest of the features are irrelevant to me. That’s why, after the release of version 10, I plan to completely redesign the MPWA architecture to support Plugins & Hooks.

Users will be able to access a Plugins page and install the features they want with a single click, just like WordPress.
I'll focus more on building useful plugins such as Order sending, integration with platforms like WordPress and WooCommerce, and more.

To clarify: by Plugins, I mean separating modules like:

Send Message
Media Message
Buttons Message
...etc.

Each of these would become an installable plugin from the Plugins page.

This idea is still under consideration, and I’ll evaluate what can be done next.
As for those asking about the release of version 10, the version is complete. I just need to finalize the update page, so it will be released very soon.

Important note regarding MPWA: Due to recent developments made by me and the Baileys team, you will be required to use:

Node.js 20.x or above
PHP 8.2 or above

The system will not work at all on older versions.

INDONESIA:
Saya sedang mempertimbangkan untuk menerapkan sistem Plugins & Hooks pada versi-versi setelah versi 10. Saya berencana untuk memisahkan semua fitur yang ada saat ini dan mengubahnya menjadi plugin.

Dengan demikian, versi inti akan menjadi versi stabil yang tidak perlu diubah, dan setiap penambahan atau fitur baru akan tersedia sebagai plugin opsional yang dapat diaktifkan oleh pengguna, seperti sistem pada WordPress. Pengguna tidak perlu melakukan pembaruan versi secara keseluruhan kecuali jika ada celah keamanan. Selebihnya akan berupa plugin dan tema yang dapat dipilih sesuai kebutuhan, daripada menyertakan semua fitur yang mungkin tidak digunakan.

Sebagai contoh, saya pribadi hanya menggunakan MPWA untuk mengirim berita dari situs saya ke WhatsApp, sehingga saya hanya memerlukan fitur Kirim Pesan. Fitur lainnya tidak saya gunakan. Oleh karena itu, setelah rilis versi 10, saya berencana untuk mengubah sistem pemrograman MPWA sepenuhnya menjadi berbasis Plugins & Hooks.

Pengguna nantinya dapat mengakses halaman Plugin dan memilih plugin mana yang ingin mereka instal dan gunakan, seperti pada WordPress. Saya juga akan lebih fokus dalam mengembangkan plugin tambahan seperti pengiriman pesanan, integrasi dengan WordPress, WooCommerce, dan lainnya.

Sebagai penjelasan lebih lanjut: yang saya maksud dengan Plugin adalah memisahkan modul-modul seperti:

Kirim Pesan
Pesan Media
Pesan dengan Tombol

...dan sebagainya, menjadi plugin yang dapat dipasang melalui satu klik dari halaman Plugin.

Gagasan ini masih dalam tahap kajian, dan saya akan melihat langkah selanjutnya yang dapat diambil.
Bagi yang bertanya kapan versi 10 akan dirilis, sebenarnya saya sudah menyelesaikan versi 10, hanya tinggal menyelesaikan halaman pembaruan. Jadi versi tersebut akan dirilis dalam waktu dekat.

Catatan penting mengenai MPWA: Karena pengembangan yang telah dilakukan oleh saya dan tim Baileys, maka Anda diwajibkan untuk menggunakan:

Node.js versi 20.x ke atas
PHP versi 8.2 ke atas

Versi lama tidak akan dapat digunakan sama sekali.

sebelumnya saya ucapkan terimakasih @Magd Almuntaser sudah menerima masukan-masukan dari kami. Yang ingin saya tanyakan apakah di versi 10 nanti untuk kendala autoresponder untuk user yang memiliki kata kunci yang sama maka kata kunci tersebut tidak bisa di simpan. apakah sudah di betulkan?

2 hours ago, badas said:

wahh, ada developernya di sini ya?
Yang sudah mencobanya apakah support untuk versi v9.6.1?

support om, kalo g salah kirim media g support kalo pake v961. apakah punya v900 dari mpwa-nya om ilman?

  • Author
2 hours ago, KHOLIL DIGITAL said:

sebelumnya saya ucapkan terimakasih @Magd Almuntaser sudah menerima masukan-masukan dari kami. Yang ingin saya tanyakan apakah di versi 10 nanti untuk kendala autoresponder untuk user yang memiliki kata kunci yang sama maka kata kunci tersebut tidak bisa di simpan. apakah sudah di betulkan?


Bisakah Anda jelaskan apa sebenarnya masalahnya? Karena setiap pengguna dapat menggunakan keyword yang sama, misalnya:

ahmed menggunakan kata pro123,

dan magd juga menggunakan kata pro123,

itu bukan masalah karena setiap pengguna terpisah satu sama lain. Atau apa yang Anda maksud sebenarnya?

16 minutes ago, Hit Solanki said:

I got this error, please give me the solution for this error.

Screenshot 2025-07-12 211935.png


What is your hosting provider? Because this page is the Node.js page, not the main front-end page. Try accessing it like this:

https://yoursite.com/public

If that works, then you have an issue with the .htaccess file not being configured correctly. This usually happens when your hosting is not using cPanel or a well-known control panel. It seems like you're using DirectAdmin, as this issue is common with that panel.

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

Latest Updated Files