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

Featured Replies

  • Author

Version 11.5.5 has been released

What's new in version 11.5.5:
- Added Azerbaijani Language.
- Added McartAz Payment Gateway (Azerbaijan).
- Added New [Console-Artisan] Link To Fix Chat (user_id).
- Fixed Sticker Messages.
- Fixed Sessions (Chat).
- Fixed Statistics (Dashboard).
- Fixed Chat System.
- Fixed File Manager (Dark Mode).
- Fixed Disk & Ram Statistics.
- Fixed Screen Size (File Manager).
- Fixed Genai Library.
  • Replies 7k
  • Views 697.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

    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

  • Author
9 minutes ago, Juxhin said:

@Magd Almuntaser Still Errors on updating :/ and can in any way we donate to you so we ca help you a little with the developement? Thanks

image.png


bro .. You still on version 11.4.0
why you don't update? send me your problem in PM

12 minutes ago, Magd Almuntaser said:


bro .. You still on version 11.4.0
why you don't update? send me your problem in PM

I texted bro. Thanks for your amazing work :D

@dentos apakah sudah berjalan dengan baik? saya coba di saya masih error untuk autoreply sticker maupun kirim sticker dengan selain webp. Takutnya karena server saya yang salah, mungkin di servermu lancar? atau memang blm fix? atau kita butuh install yang lain untuk mendukungnya?

Are you planning to create a "Template" feature for campaign broadcasts? Thank you for your dedication to the open source community, Sir.

9 minutes ago, abukalam said:

resposta do chat não funciona no painel

Isso aconteceu comigo depois da atualização.

O erro vinha da consulta SQL que tentava usar:

WHERE body='...' OR token='...' OR session='...'

Mas como as colunas token e session não existiam, o MySQL retornava:

Unknown column 'session' in 'WHERE'

Ao criar essas colunas com:

ALTER TABLE devices ADD COLUMN token VARCHAR(255) NULL AFTER body;
ALTER TABLE devices ADD COLUMN session VARCHAR(255) NULL;

💡 Agora o banco tem as colunas esperadas e o código Node.js consegue executar a consulta sem erro.

Edited by Fabricio Lopes

# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION BEGIN
PassengerAppRoot "/home/netdatac/whatsapp.netdata.click"
PassengerBaseURI "/"
PassengerNodejs "/home/netdatac/nodevenv/whatsapp.netdata.click/22/bin/node"
PassengerAppType node
PassengerStartupFile server.js
# DO NOT REMOVE. CLOUDLINUX PASSENGER CONFIGURATION END

DirectoryIndex index.php

<IfModule mod_rewrite.c>
    RewriteEngine On

    # === Dil yönləndirməsi ===
    RewriteCond %{HTTP_COOKIE} !lang_set=1
    RewriteCond %{REQUEST_URI} !^/(az|tr|ru|en|id|es|ur|ar|hi)/
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^az [NC]
    RewriteRule ^$ /az [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^tr [NC]
    RewriteRule ^$ /tr [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^ru [NC]
    RewriteRule ^$ /ru [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^en [NC]
    RewriteRule ^$ /en [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^id [NC]
    RewriteRule ^$ /id [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^es [NC]
    RewriteRule ^$ /es [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^ur [NC]
    RewriteRule ^$ /ur [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^ar [NC]
    RewriteRule ^$ /ar [L,R=302]
    RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^hi [NC]
    RewriteRule ^$ /hi [L,R=302]
    # Əgər yuxarıdakılar uyğun gəlməzsə, default olaraq /en yönləndir
    RewriteRule ^$ /en [L,R=302]

    # === Mövcud qaydalar (orijinal struktur saxlanılıb) ===
    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>
4 hours ago, Magd Almuntaser said:

Version 11.5.5 has been released

What's new in version 11.5.5:
- Added Azerbaijani Language.
- Added McartAz Payment Gateway (Azerbaijan).
- Added New [Console-Artisan] Link To Fix Chat (user_id).
- Fixed Sticker Messages.
- Fixed Sessions (Chat).
- Fixed Statistics (Dashboard).
- Fixed Chat System.
- Fixed File Manager (Dark Mode).
- Fixed Disk & Ram Statistics.
- Fixed Screen Size (File Manager).
- Fixed Genai Library.

Terima kasih atas updatenya Pak @Magd Almuntaser , di Live Chat tidak ada riwayat pesan terkirim dan pesan tidak terkirim ke lawan chat, apakah ini hanaya bug disaya, terimaksih Pak.

  • Author
1 hour ago, Fabricio Lopes said:

esto tendo problemas somente com a foto do perfil do usuário.

image.png

1 minute ago, wong said:

Terima kasih atas updatenya Pak @Magd Almuntaser , di Live Chat tidak ada riwayat pesan terkirim dan pesan tidak terkirim ke lawan chat, apakah ini hanaya bug disaya, terimaksih Pak.


There is a small error i will release a new version

36 minutes ago, Magd Almuntaser said:


Ada kesalahan kecil saya akan merilis versi baru

Oh ok Pak, Thanks

Just now, Magd Almuntaser said:

Berkas ini telah diperbarui ke 11.5.6

Apa yang Baru dalam  Versi Ini :

- Memperbaiki Token Obrolan.
- Memperbaiki Pesan Lama dalam Obrolan.

otw

2 minutes ago, Magd Almuntaser said:

This file has been updated to 11.5.6

What's New in this Version:

- Fixed Chat Tokens.
- Fixed Old Messages In Chat.

Thank God, everything is back to normal, sir. Thank you for your fast response.

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 4

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.