Jump to content
Bicrypto v4.4.2 + All Plugins ×

Whatsapp Gateway | Multi Device v8.5.1


Magd Almuntaser

Recommended Posts

12 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 😅

Yu can use this for aaPanel, i using aaPanel too.
---
a. In my case, i use "ps aux | grep node" for find the node running (Terminal)
b. Find the parent process of a Node JS process with "pstree -p (you PID)"
c. Kill the proses: "sudo pkill -u www or sudo pkill node"
d. Start again yu Node JS

I hope works and solved.

  • Thanks 1
Link to comment
Share on other sites

@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

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • DW Members
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

  • Thanks 1
Link to comment
Share on other sites

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,

Link to comment
Share on other sites

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
  • Thanks 1
  • Care 1
Link to comment
Share on other sites

  • DW Members
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

  • Thanks 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

  • DW Members
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

Link to comment
Share on other sites

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 👍

Link to comment
Share on other sites

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...