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.
     

Whatsapp Gateway | Multi Device v11.6.1

Featured Replies

  • Replies 7.1k
  • Views 714.1k
  • 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

1 hour ago, Magd Almuntaser said:

Version 11.6.0 has been released

What's new in version 11.6.0:
- Added Plans Page In User Panel.
- Added Ability To Enable/Disable Rgisteration (Setting Server Page).
- Added (msgid) In Api-Docs Page.
- Added Auto Refresh (Js, CSS) Files, If Site Have New Update.
- Added Prevent Using Space In The Settings.
- Fixed Urdu Language In Campaigns Page.
- Fixed File Manager Popup Windows Height.

Pak @Magd Almuntaser bug login

permission-denied.png

Setelah update terakhir MPWA:
- Login tidak bisa (gagal masuk). Mohon dicek.
- Tombol Plans di halaman permission user baru masih mengarah ke #pricing homepage, belum ke halaman plans di dashboard.
Usul update kecil sekalian @Magd Almuntaser 🙏.

  • Author
2 minutes ago, wong said:

still can't log in

Bro hahaha .. you don't change it ..
Focus carefully... Go to the ((.env)) file and search for:

REGISTERATION

Make it like this:

REGISTERATION=true

Noooot like this:
REGISTERATION=false
Copy the code from me exactly as it is ..
REGISTERATION=true

Don't forget to update to 11.6.1 after you modify it. Try stopping register. Never stop register on 11.6.0.

4 minutes ago, Magd Almuntaser said:

Bro hahaha .. you don't change it ..
Focus carefully... Go to the ((.env)) file and search for:

REGISTERATION

Make it like this:

REGISTERATION=true

Noooot like this:
REGISTERATION=false
Copy the code from me exactly as it is ..
REGISTERATION=true

can login after I delete REGISTRATION=true in .env wkwkwkkwkwwkk

4 minutes ago, Shivendra Kr. Sahu said:

@wong app/Http/Controllers/Auth/LoginController.php

remove this line
if (env('REGISTERATION', 'true') !== 'true') {

return redirect()->route('login')->with('alert', ['type' => 'danger', 'msg' => __('Registration is disabled by the administrator.')]);

}

enough from .env heheheheee

Edited by wong

  • Author
21 minutes ago, Shivendra Kr. Sahu said:

@Magd Almuntaser Apakah ada yang sudah memasang proyek ini di localhost? Kalau iya, tolong beri tahu saya caranya.

You can go into the MPWA folder and open two cmd.exe windows inside the folder.

In the first cmd window, type:

php artisan serve

In the second cmd window, type:

node server.js

Remember that you must first install Node.js, go to the Node.js website and check how to install it.

Don’t forget to use version 20.x.

di versi sebelumnya Auto Reply dan AI berjalan dengan baik namun setelah saya update AI dan auto reply tidak berjalan . jd saya harus kembali ke versi 11.4.0 @Magd Almuntaser untuk gambarnya sudah saya berikan di file attch . mohon di cek nya saya memakai Gemini pro . di versi 11.4.0 saya test dengan domain lain berjalan dengan baik

dan ketika saya mengakses domain saya selalau mengarah www.xxx.com/public jadi saya harus menggantinya dengan /en atau /id untuk bisa membukanya

Screenshot_22.jpg

Edited by fachry

  • Author
2 minutes ago, fachry said:

di versi sebelumnya Auto Reply dan AI berjalan dengan baik namun setelah saya update AI dan auto reply tidak berjalan . jd saya harus kembali ke versi 11.4.0 @Magd Almuntaser 

dan ketika saya mengakses domain saya selalau mengarah www.xxx.com/public jadi saya harus menggantinya dengan /en atau /id untuk bisa membukanya


I advise you to install the full 11.6.1 (fresh install) version, as it is the current stable version with all the features and functionality. It may seem that the update has missing some files due to some functions not working on your site, causing the update to not complete properly.

Secondly, about (public) on domains, this problem is common on some hosts. For example, with DirectAdmin control panels, you must create two subdomains: one with the script files and the other with NodeJS. The problem with this panel is that it runs NodeJS via Passenger, which converts your site to a NodeJS player instead of PHP.

This is also the case with some shared hosting control panels that run Passenger, and there is no solution other than separating the files. Therefore, I advise you to migrate to another host to gain full features and permissions in the MPWA script.

@Magd Almuntaser 

8 minutes ago, Magd Almuntaser said:


I advise you to install the full 11.6.1 (fresh install) version, as it is the current stable version with all the features and functionality. It may seem that the update has missing some files due to some functions not working on your site, causing the update to not complete properly.

Secondly, about (public) on domains, this problem is common on some hosts. For example, with DirectAdmin control panels, you must create two subdomains: one with the script files and the other with NodeJS. The problem with this panel is that it runs NodeJS via Passenger, which converts your site to a NodeJS player instead of PHP.

This is also the case with some shared hosting control panels that run Passenger, and there is no solution other than separating the files. Therefore, I advise you to migrate to another host to gain full features and permissions in the MPWA script.

Saat ini saya menggunakan Plesk Control Panel . apakah anda mempunyai solusi nya untuk hal ini dan bagaimana memisahkannya

Oke saya akan mencoba untuk fresh install versi terbaru .

27 minutes ago, fachry said:

di versi sebelumnya Auto Reply dan AI berjalan dengan baik namun setelah saya update AI dan auto reply tidak berjalan . jd saya harus kembali ke versi 11.4.0 @Magd Almuntaser untuk gambarnya sudah saya berikan di file attch . mohon di cek nya saya memakai Gemini pro . di versi 11.4.0 saya test dengan domain lain berjalan dengan baik

dan ketika saya mengakses domain saya selalau mengarah www.xxx.com/public jadi saya harus menggantinya dengan /en atau /id untuk bisa membukanya

Screenshot_22.jpg

sejauh ini punyaku Auto Reply dan AI Bot masih normal. V.11.6.1

  • Author
11 minutes ago, fachry said:

@Magd Almuntaser 

Saat ini saya menggunakan Plesk Control Panel . apakah anda mempunyai solusi nya untuk hal ini dan bagaimana memisahkannya

Oke saya akan mencoba untuk fresh install versi terbaru .

I have videos how installing the script on several control panels, I will try to make video installing it on Plesk today or tomorrow

@Magd Almuntaser Saran next update saat klik tombol checkout pada hompage domain.com

misal chekcout pakat 1 bisa langsung ke domain.com/en/checkout/1 jangan masuk ke register
dan kalau bisa pada form checkoutnya di buat akun, jadi saat payemnt berhasil akun baru terdaftr dan aktif pak?

2 hours ago, Iinvior said:

@Magd Almuntaser Saran next update saat klik tombol checkout pada hompage domain.com

misal chekcout pakat 1 bisa langsung ke domain.com/en/checkout/1 jangan masuk ke register
dan kalau bisa pada form checkoutnya di buat akun, jadi saat payemnt berhasil akun baru terdaftr dan aktif pak?

jadi ga balik ceckout lagi ya om?

Edited by wong

6 hours ago, Magd Almuntaser said:

Sürüm 11.6.1 yayımlandı

11.6.1 sürümündeki yenilikler :
- Giriş Sorunu Düzeltildi .. - Sayfalardaki Plan Bağlantısı Düzeltildi ..

image.png

@Magd Almuntaser I'm creating a campaign.

Cron is running, the "pending" message appears, but the process isn't successful. It stays like this, as shown in the image. I'm manually running the cron, but nothing changes.

2 hours ago, Owgnor Nar said:

image.png

@Magd Almuntaser I'm creating a campaign.

Cron is running, the "pending" message appears, but the process isn't successful. It stays like this, as shown in the image. I'm manually running the cron, but nothing changes.

Which do you run first, cron or campaign?

If you run it first, the campaign won't run, because manual cron won't repeat the job. If you want to test, create the campaign first and then run the cron.

13 hours ago, Magd Almuntaser said:

Version 11.6.0 has been released

What's new in version 11.6.0:
- Added Plans Page In User Panel.
- Added Ability To Enable/Disable Rgisteration (Setting Server Page).
- Added (msgid) In Api-Docs Page.
- Added Auto Refresh (Js, CSS) Files, If Site Have New Update.
- Added Prevent Using Space In The Settings.
- Fixed Urdu Language In Campaigns Page.
- Fixed File Manager Popup Windows Height.

great!!!!! looking forward update user plan via api

image.png

showing <p> tag for users when admin replied in ticket section

also we have three home page links, so do you think we have many home links? when we are logged in we can just have one home button(according to me home button will be good on profile drop down) and we can remove from sidebar also from logo because after login we should use logo link of our dashboard

image.png

  • Author
36 minutes ago, Crypto Dash said:

image.png

showing <p> tag for users when admin replied in ticket section

also we have three home page links, so do you think we have many home links? when we are logged in we can just have one home button(according to me home button will be good on profile drop down) and we can remove from sidebar also from logo because after login we should use logo link of our dashboard

image.png


About <p> o will fix it ..
but about home links I think many users don't know that clicking on the logo will take you to the home page.

As for the button in the drop-down menu, this is for quick navigation. If you're at the bottom, instead of scrolling up, you can directly click on the drop-down menu and then click Home.

The intent is to quickly navigate.

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.