Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Do not create multi-accounts, you will be blocked!

Whatsapp Gateway | Multi Device v11.0.0

Featured Replies

interface chat berfungsi sempurna, sekarang MPWA lebih lengkap

memang ada beberapa masalah pada saat pertama mencoba, terutama masalah SQL datetime, tapi setelah saya perbaiki di kodenya semuanya berfungsi sempurna, thank you for your hardwork

Screenshot_284.png

  • Replies 6.1k
  • Views 561.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 11.0.0 (so far): - Added Chat System (Customer Service). - Fixed Connection problems With WhatsApp. - Fixed Generate QR Via API. - Fixed Delete Sections From Edit List Page. - Fi

  • 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

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    What will be available in version 11.0.0: - A chat system will be added. - A customer service system will be added (integrated with chat). - Some Indian payment gateways will be added. - Order design

  • 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

    It has been fixed in 10.1.1 and will be released today: - Fixed Export Contacts (xlsx). - Fixed Edit Autoreply Page. - Fixed Send Message (Message Not Appear).

Posted Images

3 minutes ago, Punya Kursus said:

interface chat berfungsi sempurna, sekarang MPWA lebih lengkap

memang ada beberapa masalah pada saat pertama mencoba, terutama masalah SQL datetime, tapi setelah saya perbaiki di kodenya semuanya berfungsi sempurna, thank you for your hardwork

Screenshot_284.png

wah benar, file mana yang harus diperbaiki ya?

@Magd Almuntaser satu saran tambahan, untuk status bot mungkin bisa dipertimbangkan untuk dikirim juga ke payload webhook, agar bisa dikelola di webhook sesuai status bot / AI terbaru, saya bisa mengatasinya dengan mudah karena saya bisa mengedit kodenya tapi alangkah baiknya ini menjadi default behavior pada MPWA, sehingga user yang menjalankan automation pada webhook mereka bisa dinamis mengikuti status bot terbaru

Just now, Enno The Explorer said:

trima kasih mas

sama-sama mas. semoga bisa membantu teman-teman disini yang ingin merasakan fitur chat tapi masih terkendala error

hi again. super nice system. keep the good work bro :DDDD please how to edit the homepage and logo? how to remove the contant form option. Thanks :D i have tried all and have spend some money on other systems but this is superiorrrrrrrrrrrr

1 hour ago, Imanudin said:

Saya tidak bisa membaca file yang di obfuscate tapi saya punya cara lain. Silahkan teman-teman replace file ini di folder
server/database/index.js

index.js

Its work, thanks

@Magd Almuntaser halo pak , saya mengalami kendala ini kalau saya cek dari sisi user
1. menu dashboard rusak setelah update untuk user begitu juga admin
2. tampilan chat dari user tidak muncul seperti di gambar ketika menerima chat dan membalas chat , dan ketika menerima balasan wajib refresh tetapi tidak muncul chat nya
3. auto reply , pesan tombol , dll tidak berfungsi
4. kampanye di versi sebelum nya berjalan normal sekarang tidak berjalan sama sekali walaupun sudah menunggu lama

Screenshot_4.png

Screenshot_5.png

Edited by Muna Roh

  • Author
1 minute ago, Muna Roh said:

@Imanudin,kalau yang di tampilan balasan langsung ada file nya mas , soal nya kalau ada yang chat itu conversation nya gak muncul
makasih ini file nya berfungsi

Bro, your site hasn't been updated at all. The update hasn't been completed.

You need to update again.

Edit the config/app.php file and replace:

'version' => "11.0.0",

with:

'version' => "10.5.1",

Go back to your site and update.

You are trying to fix files and your website is not updated yet. You are like someone trying to revive a dead person who has already been beheaded.

  • Author

Anyone facing an issue with the new update, this is because the database used in my setup is not fully compatible with some of your hosting environments.
Don’t forget that there is MySQL DB and MariaDB, there are differences between them. One accepts the datetime format with a T, while the other does not. Another accepts an empty default value for attachment, while the other does not.

So if you encounter an update problem, go to this file:
config/app.php

Replace this:
'version' => "11.0.0",

With this:
'version' => "10.5.1",

Then visit your site again so the update prompt appears, update it, and the script will work without issues.

16 minutes ago, Muna Roh said:

@Imanudin,kalau yang di tampilan balasan langsung ada file nya mas , soal nya kalau ada yang chat itu conversation nya gak muncul
makasih ini file nya berfungsi

Oke jangan lupa like ya wkwk
Saya jelaskan sedikit, disini ada 2 tabel yang berfungsi untuk mengelola Live Chat:
1. tabel chat_session ini berfungsi untuk mengelompokan chat yang masuk berdasarkan nomor pengirim
2. tabel chat_message ini berfungsi menyimpan pesan yang masuk

Nah tadi punya masnya baru ada chat_session yang berhasil di migrate, makanya ketika di klik chat conversation tidak ada. setelah chat_message berhasil di migrate harusnya sudah tersimpan dan berfungsi dengan baik fitur Live Chat nya

20 minutes ago, Muna Roh said:

@Imanudin,jadi biar masuk semua bagamana ya mas , soal nya sudah di php artisan migrate tetap tidak muncul live chat nya padahal file nya di root sudah ada

Coba cek log nodejs apakah ada error

  • Author
39 minutes ago, Muna Roh said:

@Imanudin,jadi biar masuk semua bagamana ya mas , soal nya sudah di php artisan migrate tetap tidak muncul live chat nya padahal file nya di root sudah ada

Jika kamu memiliki masalah dengan file lain selain file saya yang ada di sini, saya harap kamu menghubungi pemilik file tersebut secara pribadi, karena saya sudah menuliskan solusinya untukmu tetapi kamu tidak menerima solusi ini, jadi saya harap kalian berkomunikasi secara pribadi

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.