August 16, 2024Aug 16 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.
August 16, 2024Aug 16 @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
August 16, 2024Aug 16 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 ?
August 16, 2024Aug 16 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?
August 16, 2024Aug 16 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?
August 16, 2024Aug 16 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.
August 16, 2024Aug 16 @Gusik Prasetyo wkwkwkwk 😂😂😂 salah bales Edited August 16, 2024Aug 16 by Serpul Cloud
August 16, 2024Aug 16 5 minutes ago, Gusik Prasetyo said: Nodejs nya d restart mas. tetap ga bisa mas..mungkin ada yg salah..mohon bantuannya tuan @Magd Almuntaser 🙏
August 16, 2024Aug 16 Sudah didaftarkan blm Gmail nya di smtp? Sandi email dg sandi smtp Gmail beda ya
August 16, 2024Aug 16 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
August 16, 2024Aug 16 Author 1 hour ago, Serpul Cloud said: Alhamdulillah reset password lancar. Jazakumullohu Khoiron jaza ya Syaikh kabir @Magd Almuntaser Mantap 🏆 😂😂😂 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 Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
August 16, 2024Aug 16 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,
August 16, 2024Aug 16 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}" Edited August 16, 2024Aug 16 by Enno The Explorer
August 16, 2024Aug 16 Author 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}" Anda dapat mengubah nama situs dalam pesan dari berkas ini: config/config.php Nama situs akan diubah di semua halaman dan dalam pesan Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
August 16, 2024Aug 16 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}" great tutorial dude, nice work..
August 16, 2024Aug 16 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? This forum account is currently banned. Ban Length: Member has been permanently banned.
August 16, 2024Aug 16 @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.
August 16, 2024Aug 16 Author 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 Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
August 16, 2024Aug 16 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 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 👍
August 16, 2024Aug 16 Author 2 hours ago, Upal said: What about this plugin? Any one has access to it? I don't have access. But I think this page is empty. He has an old MPWA woocommerce plugin that's useless. Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
August 16, 2024Aug 16 1 minute ago, The Billionaire said: @Magd Almuntaser tolong buat sisi ini responsif, riwayat pesan how to retrieve message history?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.