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

Featured Replies

  • Replies 6.4k
  • Views 606.4k
  • 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

    Version 11.0.1 has been released What's new in version 11.0.1: - Fixed Stop/Start AI In Conversations. - Fixed Chat Date (Database). - Fixed Migrate To Database. - Fixed Plans Page.

  • 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

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

Feature request.

Train chatbot with url or files for whatsapp ai.

So ai can be trained about website in real time will be amazing.

17 hours ago, Deportir Gaming said:

untuk fix campaignya server.js dan folder server gue replace ke versi sebelumnya jalan

SOLVED.. bener mas.. cuma replace folder server dan server.js sudah bisa berjalan untuk campaign pesan. Saya replace dari versi mpwa-magd-v11.2.0

3 minutes ago, Iinvior said:

@KHOLIL DIGITAL, boleh dikirim file versi 11.2.0 nya mas?
Krena itu bukan moodif, jadi aman seharusnya

cukup di upload di folder utama yang berisi folder server dan file server.js kemudian etract.. dalam file zip ini hanya ada folder server dan file server.js saja jadi tinggal extract saja

server.zip

Kemungkinan ada bug di versi v11.3.0 untuk kirim campaign teks.
Kita tunggu saja update dari kang bro @Magd Almuntaser kemungkinan beliau lagi sibuk, kalo lagi online pasti fast respon.
Solusi cepatnya seperti saran rekan lainnya di postingan atas.

Anyone help autoreply not run log TypeError: Cannot read properties of null (reading '0') at GMODN14 (eval at <anonymous> (/var/www/cloudapp/server/controllers/incomingMessage.js:1:1), <anonymous>:3:87881) at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

  • Administrators

For those who don't have the time or money to purchase servers to run the script, and in appreciation of the programmer's time and effort in developing this product for free, we've decided to host this script on our servers and make it completely free.


Website link: https://mpwa.to/


If you encounter any problems, don't hesitate to post them here.

Support is available for paid files only
Support for free files is offered for a fee only

32 minutes ago, Mahmoud said:

For those who don't have the time or money to purchase servers to run the script, and in appreciation of the programmer's time and effort in developing this product for free, we've decided to host this script on our servers and make it completely free.


Website link: https://mpwa.to/


If you encounter any problems, don't hesitate to post them here.

erro saat akan melakukan pembayaran

image.png

1 hour ago, Mahmoud said:

For those who don't have the time or money to purchase servers to run the script, and in appreciation of the programmer's time and effort in developing this product for free, we've decided to host this script on our servers and make it completely free.


Website link: https://mpwa.to/


If you encounter any problems, don't hesitate to post them here.

terima kasih banyak.. akhirnya bisa merasakan MPWA yang fungsi normal, install sendiri masih blm bisa euy... masih kena banyak error wkwk

8 hours ago, Mahmoud said:

For those who don't have the time or money to purchase servers to run the script, and in appreciation of the programmer's time and effort in developing this product for free, we've decided to host this script on our servers and make it completely free.


Website link: https://mpwa.to/


If you encounter any problems, don't hesitate to post them here.

We still can ahve time an money and a more dedicated support for this for the people are interested we can have a monthly susbscription so the developer keep addin new features and fixin bugs :D private group will be nice only for subscribers

Saya install di sharedhosting di natanetwork yang menggunakan cloudlinux, sebelum saya jalankan nodejs, semua berjalan normal, setelah saya jalankan nodejs nya, nodejs mengubah .htaccess yang ada di root directory, dan membuat halaman homepage menjadi, OOPS, This is api whatsapp. sehingga ketika saya ingin mengakses, harus menambahkan '/en' Ataupun localize lain untuk dapat mengakses halaman. sebelumnya, ketika nodejs belum dijalankan, ketika saya mengakses domain.com/ otomatis diarahkan ke domain.com/en. Apakah ada solusi untuk masalah ini?

berikut saya cantumkan .htaccess ketika nodejs dijalankan.

DirectoryIndex index.php

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_URI} !^/socket.io/

RewriteCond %{REQUEST_URI} !^/backend-*

RewriteCond %{REQUEST_URI} !^/public/

RewriteRule ^(.*)$ /public/$1 [L,QSA]

</IfModule>

<IfModule mod_security.c>

SecFilterEngine Off

SecFilterScanPOST Off

</IfModule>

# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN

PassengerAppRoot "/home/azharazz/whatsapp.azharazziz.my.id"

PassengerBaseURI "/"

PassengerNodejs "/home/azharazz/nodevenv/whatsapp.azharazziz.my.id/20/bin/node"

PassengerAppType node

PassengerStartupFile server.js

# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END

# DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION BEGIN

<IfModule Litespeed>

</IfModule>

# DO NOT REMOVE OR MODIFY. CLOUDLINUX ENV VARS CONFIGURATION END

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

Recently Browsing 2

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.