Jump to content
Posted
  • Popular Post
comment_35854

Whatsapp Gateway | Multi Device


This script has been completely modified and many important features and fixes have been added by @Magd Almuntaser
He is now responsible for the updates of this script and has full intellectual property rights
So no one will violate the terms of use that he has set

Latest Features:
1. WhatsApp Account Connectivity

All types of WhatsApp Accounts to be able to connect with WhatsApp Gateway (Multi Number & Multi Device);
Ease of the WhatsApp Account connectivity process with a QRcode Scan or with an Authentication Code directly from your device.

2. Message

Availability of various types of (text messages, media, polls, lists, locations, VCard) can easily be used by you;
You can send mass messages for your marketing campaign activities, promotions or business programs easily and on a scheduled basis;
Setup automatic message replies with more natural (alami) and selected keywords for operational optimization of use;
Manage sent message history with automatic and scheduled deletions.

4. Integration

You can easily integrate your WhatsApp Account with various (AI) artificial intelligence services, namely ChatGPT, DALL-E, Gemini, and Cloude with API authentication codes only;
You can easily activate Ai for Single or Multiple use on your WhatsApp Account;
You can easily select Ai in your WhatsApp messages for WhatsApp Group, Private, or Both types;
You can easily setup call rejection automatically if there is a (Call) call and provide a specific response or information;
Setup your WhatsApp and Ai accounts more naturally (alami) with "Already read" status";
Setup your WhatsApp and Ai accounts more naturally (natural) with the status "Typing...".
You can easily integrate and communicate your services with the Webhook mechanism of WhatsApp Gateway | Multi Device.

5. Application Settings

Nowadays you can easily and quickly carry out the process of setting up the WhatsApp Gateway | Multi Device* application by Magd Almuntaser with the settings panel;
You can easily set up applications based on server ecosystem, smtp, etc quickly;
Multi language support (english, Indonesian, Indian, Spanish and Arabic) for easy use.

6. Developer Options

Currently WhatsApp Gateway | Multi Device* by Magd Almuntaser has provided various API services for your easy development consisting of:
        1). Send Message API
        2). Send Media API
        3). Send Poll API
        4). API Send Button
        5). Send API Templates
        6). Send List message API
        7). Send Location API
        8). Send VCard API
        9). Generate QR API
        10). Disconnect devices
        11). Create User API
        12). User Info API
        13). Device Info API
        14). Check Number API
        15). Webhook Example

Ease of setup and availability of the (API Key) API Key for authentication and authorization of your development process.

7. Security

Currently there is a 2 factor authentication (2FA) service available to maintain the security and comfort of application access;
A password reset service is available if you forget your account login information.


Coming Soon:

1. Landing page for Software as Service services (Subscription Services);
2. Payment gateway page management (QRIS, BCA virtual account, PayPal, Stripe);
3. Added user account management;
4. (ticket) obstacle reporting service for users and managers;
.. And many more.


 

  • Replies 4.1k
  • Views 247.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 9.0.0 so far: - Added landing page (welcome page). - Added plans system. - Added cronjob page. - Added Multi-Keyword in autoreply. - Added send message with footer. -

  • Magd Almuntaser
    Magd Almuntaser

    This version will not be released soon, because there are many people who violate rights without permission.. I told everyone to use the script for free, but if you want to sell the version or redev

  • Magd Almuntaser
    Magd Almuntaser

    Today the version will be released, and this is what's new in version 8.5.0: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in camp

Posted Images

Featured Replies

comment_75197

@Enno The Explorer

Buat email di hosting

Contoh kasus dg nama hosting :

domain.com = menjadi mail.domain.com

Lalu kita buat email, misalnya dengan nama mail@domain.com dan sandi RahasiaBanget

MAIL_MAILER=smtp
MAIL_HOST=mail.domain.com
MAIL_PORT=465
MAIL_USERNAME=mail@domain.com
MAIL_PASSWORD=RahasiaBanget
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=mail@domain.com

comment_75198
18 minutes ago, MURASAKI. said:

How To Enable SMTP (In My Case Google SMTP)
---
1. Yu need to set "create app passwords" on Google. (You can Googling it)
2. If already set, yu must update the ".env" like this:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587 or 465
MAIL_USERNAME=your-account@gmail.com
MAIL_PASSWORD=(app-password without space, not account gmail password)
MAIL_ENCRYPTION=tls or ssl
MAIL_FROM_ADDRESS=your-account@gmail.com

3. Save the .env
4. In my case, need to restart Apache (reload and restart).
5. Test it.

saya menggunakan shared hosting di idcloudhost, bagaimana cara merestrt apachenya ?

comment_75199
12 minutes ago, Serpul Cloud said:

@Enno The Explorer

Buat email di hosting

Contoh kasus dg nama hosting :

domain.com = menjadi mail.domain.com

Lalu kita buat email, misalnya dengan nama mail@domain.com dan sandi RahasiaBanget

MAIL_MAILER=smtp
MAIL_HOST=mail.domain.com
MAIL_PORT=465
MAIL_USERNAME=mail@domain.com
MAIL_PASSWORD=RahasiaBanget
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=mail@domain.com

saya buat seperti ini tapi ada peringatan

There is an issue with your SMTP settings

MAIL_MAILER=smtp
MAIL_HOST=indomie.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

apakah ada yang salah mas?

comment_75205
4 minutes ago, Serpul Cloud said:

Kalo pake Gmail mail host nya = smtp.gmail.com

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

tetap ga bisa..apa ada yg perlu di restart?

comment_75206
1 minute ago, Enno The Explorer said:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

tetap ga bisa..apa ada yg perlu di restart?

Nodejs nya d restart mas. 

comment_75210
12 minutes ago, Enno The Explorer said:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

tetap ga bisa..apa ada yg perlu di restart?

Dari cloudhost kan sudah ada email-nya tinggal set sesuai email konfigurasi bawaan hosting saja mudah dan simpel

  • Author
comment_75211
1 hour ago, Serpul Cloud said:

Alhamdulillah reset password lancar. Jazakumullohu Khoiron jaza ya Syaikh kabir @Magd Almuntaser

Mantap 🏆 😂😂😂

Screenshot_20240816-212651.jpg

Saya lupa memberi tahu Anda bahwa pesan yang Anda terima di kotak masuk Anda akan menggunakan bahasa yang Anda gunakan. Jika Anda menggunakan bahasa Inggris, Anda akan menerima pesan dalam bahasa Inggris dan jika Anda menggunakan bahasa Indonesia, Anda akan menerima pesan dalam bahasa Indonesia.

58 minutes ago, Gak Taw said:

before update i stop my pm2, and start update,, after that, i dont know why, i think node running automaticaly because my pm2 server.js still stop, i check from aa panel node project not running too,

or this new feature for automaticaly running

its working all properly no problem, test edit autoreply its working too
but i dont know where if i want to restart node 😅

Greate .. But I advise you to restart the node because it still works on the old one, the new one is light on the server and reconnects itself when the site disconnects
I think there is a button on the top right of the page in aapanel to restart the site, you can restart and then run the node

25 minutes ago, Enno The Explorer said:

saya buat seperti ini tapi ada peringatan

There is an issue with your SMTP settings

MAIL_MAILER=smtp
MAIL_HOST=indomie.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

apakah ada yang salah mas?

Anda dapat menggunakan smtp dari situs Anda, cukup masuk ke alamat email situs Anda dan Anda akan menemukan data smtp di sana.
Menurut saya akan terlihat seperti ini:
mail.yoursite.com
atau
smtp.yoursite.com

comment_75213
24 minutes ago, Enno The Explorer said:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=indomie123
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}" 

 

tetap ga bisa..apa ada yg perlu di restart?

port nya udah open belum tuh, 587,

comment_75214
26 minutes ago, Avina Kefin said:

Dari cloudhost kan sudah ada email-nya tinggal set sesuai email konfigurasi bawaan hosting saja mudah dan simpel

Alhamdulillah, saya sdh berhasil mendapatkan email untuk lupa passwordnya 😇 , ternyata ada bbrp langkah yang harus dilakukan untuk mengaktifkan smtp gmail di .envy nya :

1. Aktifkan terlebih dahulu 2-Factor Authentication (2FA), klo ga diaktifkan kita ga bisa mengenerate password untuk smtp pada kolom Mail_Password

2. masuk ke link https://myaccount.google.com/apppasswords, lalu masukkan nama aplikasi (bebas mau diberi nama apa aja)

3. setelah itu otomatis google akan memberikan app password yang akan dimasukkan ke Mail_Password dengan format seperti ini : rfgh psde zvbg xeew

4. Hilangkan spasi pada passwordnya menajdi seperti ini rfghpsdezvbgxeew

5. masukkan passwod tersebut ke Mail_Password

sehingga menjadi seperi ini :

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=rfghpsdezvbgxeew
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

 

image.thumb.png.0dabcf41380746095277822b0dc3b4c0.png

image.thumb.png.dcbfe8000411e34ebe8198540d3066bc.png

image.thumb.png.264af672472afbb8fb95a6dab7e36af2.png

 

Edited by Enno The Explorer

  • Author
comment_75215
8 minutes ago, Enno The Explorer said:

Alhamdulillah, saya sdh berhasil mendapatkan email untuk lupa passwordnya 😇 , ternyata ada bbrp langkah yang harus dilakukan untuk mengaktifkan smtp gmail di .envy nya :

1. Aktifkan terlebih dahulu 2-Factor Authentication (2FA), klo ga diaktifkan kita ga bisa mengenerate password untuk smtp pada kolom Mail_Password

2. masuk ke link https://myaccount.google.com/apppasswords, lalu masukkan nama aplikasi (bebas mau diberi nama apa aja)

3. setelah itu otomatis google akan memberikan app password yang akan dimasukkan ke Mail_Password dengan format seperti ini : rfgh psde zvbg xeew

4. Hilangkan spasi pada passwordnya menajdi seperti ini rfghpsdezvbgxeew

5. masukkan passwod tersebut ke Mail_Password

sehingga menjadi seperi ini :

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=rfghpsdezvbgxeew
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

 

image.thumb.png.0dabcf41380746095277822b0dc3b4c0.png

image.thumb.png.dcbfe8000411e34ebe8198540d3066bc.png

image.thumb.png.264af672472afbb8fb95a6dab7e36af2.png

 

Anda dapat mengubah nama situs dalam pesan dari berkas ini:

config/config.php

Nama situs akan diubah di semua halaman dan dalam pesan

comment_75216
10 minutes ago, Enno The Explorer said:

Alhamdulillah, saya sdh berhasil mendapatkan email untuk lupa passwordnya 😇 , ternyata ada bbrp langkah yang harus dilakukan untuk mengaktifkan smtp gmail di .envy nya :

1. Aktifkan terlebih dahulu 2-Factor Authentication (2FA), klo ga diaktifkan kita ga bisa mengenerate password untuk smtp pada kolom Mail_Password

2. masuk ke link https://myaccount.google.com/apppasswords, lalu masukkan nama aplikasi (bebas mau diberi nama apa aja)

3. setelah itu otomatis google akan memberikan app password yang akan dimasukkan ke Mail_Password dengan format seperti ini : rfgh psde zvbg xeew

4. Hilangkan spasi pada passwordnya menajdi seperti ini rfghpsdezvbgxeew

5. masukkan passwod tersebut ke Mail_Password

sehingga menjadi seperi ini :

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=indomie@gmail.com
MAIL_PASSWORD=rfghpsdezvbgxeew
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=indomie@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

 

image.thumb.png.0dabcf41380746095277822b0dc3b4c0.png

image.thumb.png.dcbfe8000411e34ebe8198540d3066bc.png

image.thumb.png.264af672472afbb8fb95a6dab7e36af2.png

 

great tutorial dude, nice work.. 

comment_75217
2 hours ago, Magd Almuntaser said:

It seems that I forgot to update the api-docs in 7.0.0.6 for user info and device info..
I will add it later in the next version 7.0.0.7. If you want to use it right now, I can explain it to you 

But I don't think anyone will use it right now, it will help me create plugins for wordpress and whmcs.

EDIT: 
I forgot to mention that the languages are currently available:
English: 100%
Arabic: 100%
Indonesian: 100%
Hindi: Pending
Spanish: No translator found
Those who can translate into Spanish or Hindi will find the translation file in this path resources\lang\es.json You can send me the file after you finish translating it
=================
I'm off to celebrate Indonesian Independence Day. I hope there are no errors in the new version.
Happy Independence Day
Selamat Hari Kemerdekaan
Dirgahayu Indonesia

What about this plugin?
https://docwa.m-pedia.my.id/docs/wa-gateway-md/v7.0/integration-and-wordpress-plugins?lang=id
 

Any one has access to it?

comment_75219

@Magd Almuntaser 

Of course, my friend, thank you very much. I'm happy to support you in the translation of this new version. Which file do I work with directly to do all the translation?

And congratulations on the new version, but I imagine that everything is fine because of the great receptivity of the community.

On 8/15/2024 at 11:47 AM, Magd Almuntaser said:

Thank you for your kind words, yes I can add it, but it will remain in English until we find someone to translate it into Spanish, if you can translate it, you can translate it after 7.0.0.6 it comes and send it to me to be in version 7.0.0.7 unless if you can translate it today because I will upload the new version today.

 

  • Author
comment_75220
8 minutes ago, MarCoVar01 said:

@Magd Almuntaser 

Of course, my friend, thank you very much. I'm happy to support you in the translation of this new version. Which file do I work with directly to do all the translation?

And congratulations on the new version, but I imagine that everything is fine because of the great receptivity of the community.

 

Thank you my friend .. See your PM

comment_75221
4 hours ago, Magd Almuntaser said:

Update Whatsapp Gateway Multi Device (Magd Version) v7.0.0.6
Only for those who use my previous version 7.0.0.2 & later

 

You can install the update from your control panel by clicking on Admin->Update or from the notifications in the website interface.

What's New on v7.0.0.6:

- Added page to edit autorply.
-
Added button for delete messages history.
-
Added multilanguage system (english, indonesia, arabic).
-
Added (User Info) for API.
-
Added (Device Info) for API.
-
Added reset password via email.
-
Fixed automatic change https in .env file.
-
Fixed port page.
-
Fixed generate ssl for nodejs.
-
Fixed server.js issue by removing pm2, which was consuming server resources.
-
Adjust the design to support Arabic and Persian (right-to-left layout).
-
Organized the design of the autoreply page.

=========================================

If you want to use reset password via email, don't forget to modify the SMTP data in the .env file

image.png.1a7d6d0e05db69c5a0225646fec5cb22.png

 

Thank you so much to our friend @MURASAKI. for his excellent translation of the Indonesian language file and for participating in testing the version.

=========================================

For those looking for the "new installation," you can download the full version from the next post.

Wow, that's amazing bro.
very extraordinary 👍

comment_75226
4 minutes ago, Magd Almuntaser said:

I don't have access. But I think this page is empty. He has an old MPWA woocommerce plugin that's useless.

WooCommerce would work too,
Could that be shared?

Btw, Hindi language will be completed in the next 2 upcoming hour(s). Sorry for making it late as it was done manually and not through any AI.

Edited by Upal

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


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