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

Featured Replies

  • Replies 5.9k
  • Views 534.4k
  • 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

    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

Hello
@Magd Almuntaser when i using sending bulk or multiple number messages separated by '|' via send-message API. but in this delay time is not working,

i also update delay in add device but then also it's not working.

when i add 20 numbers in send-message API it will send 20 messages immediate. for this issue number will be block

so kindly request u that add delay time in API

Thank u

  • Author
1 hour ago, tixo said:

Documentation?


https://mpwa.onexgen.com/docs

1 hour ago, Hit Solanki said:

Saya mengalami masalah ini saat memindai kode qr melalui API.

WhatsApp Image 2025-08-03 at 20.22.07_7240a4ae.jpg


This issue will be reviewed.

22 minutes ago, welstarnew1 said:

Hello
@Magd Almuntaser when i using sending bulk or multiple number messages separated by '|' via send-message API. but in this delay time is not working,

i also update delay in add device but then also it's not working.

when i add 20 numbers in send-message API it will send 20 messages immediate. for this issue number will be block

so kindly request u that add delay time in API

Thank u


Yes, that's why the Campaigns page was created, through which you can send messages, control the duration, and other options.

The Test Message page is just a test, not for sending a specific amount of messages.

So, the steps are as follows:

1. Go to the PhoneBook page.

2. Add the numbers you want to send to.

3. Go to the Campaigns page.

4. Create a new campaign and enjoy.

  • Author
20 minutes ago, live pprq said:

@Magd Almuntaser saya sudah coba extrak ulang di local lalu rewrite file, hasilnya masih sama, belum berubah

Lalu kenapa kamu ekstrak file-nya secara lokal, lalu pasang lagi, buka lagi, kompres lagi, pasang lagi, ekstrak lagi, edit, dan bongkar semuanya?
Padahal saya cuma minta satu langkah aja: unggah file zip ke direktori yang saya tentukan, lalu ekstrak di situ lewat situs kamu.

1 hour ago, Magd Almuntaser said:


https://mpwa.onexgen.com/docs


This issue will be reviewed.


Yes, that's why the Campaigns page was created, through which you can send messages, control the duration, and other options.

The Test Message page is just a test, not for sending a specific amount of messages.

So, the steps are as follows:

1. Go to the PhoneBook page.

2. Add the numbers you want to send to.

3. Go to the Campaigns page.

4. Create a new campaign and enjoy.

yes i know that we can send message via Campaign,

but i want to send multiple number message via send-message API.

any possibility with API currently or in future... with delay time

15 minutes ago, Magd Almuntaser said:

Lalu kenapa kamu ekstrak file-nya secara lokal, lalu pasang lagi, buka lagi, kompres lagi, pasang lagi, ekstrak lagi, edit, dan bongkar semuanya?
Padahal saya cuma minta satu langkah aja: unggah file zip ke direktori yang saya tentukan, lalu ekstrak di situ lewat situs kamu.

saya sudah ketemu bug nya
saya sudah berulang kali upload zip dari sini
image.png

masalahnya tetap sama.

lalu saya install ulang pakai versi lama 9.6.0 dan update secara step by step, hasilnya normal, kemungkinan ada masalah pada file zip tersebut

  • Author
6 minutes ago, welstarnew1 said:

@Magd Almuntaser,

yes i know that we can send message via Campaign,

but i want to send multiple number message via send-message API.

any possibility with API currently or in future...


bro, since you're using an API, which means you're integrating it into one of your project, you have complete control over your external project. You can set a delay after each send.

API Send ...

sleep(5)

API Send Another ...

1 minute ago, live pprq said:

saya sudah ketemu bug nya
saya sudah berulang kali upload zip dari sini
image.png

masalahnya tetap sama.

lalu saya install ulang pakai versi lama 9.6.0 dan update secara step by step, hasilnya normal, kemungkinan ada masalah pada file zip tersebut


Yes, I have actually noticed this problem. The last zip file in the forum does not contain all the updates, so the version will be re-uploaded tomorrow

gambar.png

Please @Magd Almuntaser prioritize the implementation of the following security measures to mitigate critical vulnerabilities and prevent potential exploitation:


High Priority (Immediate Implementation Required):

  1. File Extension Blacklist
    Block dangerous extensions such as .php, .asp, .jsp, .exe.

  2. Magic Bytes Validation
    Validate file headers to ensure the actual file type matches its extension.

  3. Web Server Configuration
    Apply .htaccess (Apache) or Nginx rules to prevent script execution in upload directories.

  4. Content Scanning
    Scan uploaded files for potentially malicious code patterns.


Key Vulnerabilities Identified:

  • Missing Magic Bytes Validation
    Allows attackers to upload executable scripts (e.g., PHP) disguised as image files.

  • No Content Scanning
    Uploaded image files may contain malicious code.

  • Executable Upload Directory
    Uploaded PHP files can be executed directly from the server.

  • No Rate Limiting
    Upload endpoint is vulnerable to spam and abuse.

  • Author
7 hours ago, fachry said:

Disaya ketika Node js nya berjalanan . akses domain malah error Cannot GET /public


Sometimes hosting doesn't support the .htaccess file included in MPWA so you have to open the site from https://yoursite.com/public or you can contact @Unicode and he will help you with this.

3 hours ago, KHOLIL DIGITAL said:

image.png

@Magd Almuntaser muncul eror saat klik troubleshoot


The troubleshoot file is not available because your hosting company has deleted the file as it is suspected to be a suspicious file, so you can upload it again.

24 minutes ago, TukangSopwer said:

I use aapanel but blasting only processing can't send, please help how to fix it


The zip file will be uploaded again today because I think the file here is missing som files, so a new 10.5.1 release will be released with minor fixes and a full zip file.

24 minutes ago, Magd Almuntaser said:


Sometimes hosting doesn't support the .htaccess file included in MPWA so you have to open the site from https://yoursite.com/public or you can contact @Unicode and he will help you with this.


The troubleshoot file is not available because your hosting company has deleted the file as it is suspected to be a suspicious file, so you can upload it again.


The zip file will be uploaded again today because I think the file here is missing som files, so a new 10.5.1 release will be released with minor fixes and a full zip file.

@fachry try this htaccess, previously i used this htaccess for directadmin. But since using vps i dont use it anymore.

But you can try, maybe still work.

<IfModule mod_rewrite.c>
    RewriteEngine On
 RewriteCond %{REQUEST_URI} ^/$
    RewriteRule ^$ /login [L,R=302]
 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>

@Magd Almuntaser,sudah selesai pak. saya sudah install semua dari awal. oh ya jika saya ingin membuat tambahan menu sendiri misalnya in app chat seperti whatsapp web di menu panel apa bisa ya , agar bisa membalas pesan langsung dari mpwa nya tanpa harus masuk ke aplikasi whatsapp atau pun whatsapp web lagi

apa anda bisa beritahu cara menambahkan fitur nya pak?

1 hour ago, GHANIYA CATERING said:

Kirim pesan massal

Semua pending dari kemarin gk ada yg terkirim

Padahal cronjob jalan

sama seperti saya, sudah install di aapanel semua normal saat kirim pesan masal pending semua

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 1

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.