.png.6ca16b900b0804dce0c8ba1e379327f9.png)
Posts posted by Magd Almuntaser
-
-
-
-
-
On 8/16/2024 at 4:34 PM, 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 & laterYou 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.
A few notes:
About (delete messages history) Each user can only delete their message history, not all messages in the database.About (User Info for API) I forgot to put tutrial in the api-docs, but you can put the api key and username and the user's full data will be displayed (username, password, account status, etc.) This is shown to the api key admin only.
It will display (magd) user data and you must use the api key admin: http://localhost:8000/info-user?api_key=9yEbBXHgyBqsOJ3GiAUxpqeg8TOz0w&username=magd
About (Device Info for API), which I forgot to put tutrial in the appi-docs, it is similar to (user info) except that if you are admin, you can view all devices (phone number, device status, etc.) of all users, and if you are user, only your devices will be displayed and not others' devices. Also, admin and user can view one device instead of all devices, but if you are admin you can view any device of any user and if you are user you can't see any other devices except yours.
It will display all devices for all users if you put the api key admin or if you are a user it will only display your devices: http://localhost:8000/info-devices?api_key=9yEbBXHgyBqsOJ3GiAUxpqeg8TOz0w If you are an admin, it will display any device in the database, and if you are a user, it will only display your device: http://localhost:8000/en/info-devices?api_key=9yEbBXHgyBqsOJ3GiAUxpqeg8TOz0w&number=62812xxxxx
About (reset password via email) The feature will not work unless you set the SMTP settings in the env file correctly, and the data can be obtained in cpanel or aapanel or even through an external service such as google or others, and you can change the format of the message that will reach the user when requesting reset password from the file in the following path (but I do not recommend changing the design as I made it in a suitable way acceptable to email sites such as gmail, outlook and others, and also because it contains language codes) resources/views/emails/reset.blade.php
Also, you don't have to worry about the language, it is automatic, if the user is using English, he will receive the recovery message in English, and if he is using Arabic, he will receive it in Arabic.About (server.js issue by removing pm2), pm2 was deleted because it was causing load on the sites,i've only leave feature checking the internet status connection in case the internet is disconnected, it will try to connect itself until the internet connection returns.
19 hours ago, The Billionaire said:@Magd Almuntaser please make this side responsive, message history
wow .. I didn't realize it. It's long, ok i will fix it.
19 hours ago, Upal said: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.It's on the first page number 1 (and first post).. I tried it and found it's not compatible with the latest version of wordpress and it's just one page with no use.
As for the Hindi language file, don't stress yourself, it will be included in version 7.0.0.7.. And yes, I also tried DeepL for Hindi translation but it doesn't support it so I knew it would be a difficult task for you..
-
-
8 minutes ago, MarCoVar01 said:
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
-
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
-
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 node25 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 -
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 youBut 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 -
For those looking for a new installation
Whatsapp Gateway Multi Device (Magd Version) v7.0.0.6 -
Update Whatsapp Gateway Multi Device (Magd Version) v7.0.0.6
Only for those who use my previous version 7.0.0.2 & laterYou 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.
-
3 hours ago, anet id said:
For the next update, can you add sending messages via API to WhatsApp groups?
because of this mpwa on the api docs there is no sending messages to the group.
2 hours ago, utm said:yes master @Magd Almuntaser it would be interesting if there are feature to send message to whatsApp group with ability to tag people inside or mention people name 😁
Yes you can .. just go to phonebook and fetch the groups .. you see the id number for the groups .. when you send message put id group number 👍
-
1 minute ago, Upal said:
Do you think WASender is better, as it has been performing well with pm2.
I don't think so. I used wasender and didn't like it. It's too much code and consumes too much of the site's resources. Its files are messy and unorganized, there are unused codes.
This mpwa script is a light and easy to use script, although the code was messy before, but I organized it, removed most of the unused code and tried to make it stable, and I'm still adding new features to it.
You will like the new version because the features I added will make it easier for all of us to create whmcs and wordpress plugins, easy to send and stable to connect.
-
-
2 minutes ago, Dammah Sifla said:
harap bersabar 😅
I reminded you yesterday..1 minute ago, coderz said:@Magd Almuntaser calm masterrr 😅
Don't worry, I'm still fighting for this script 😅, I just wonder how he can sell a script he hasn't worked so hard on.
-
Damn to original developer, his code has exhausted me...
All of his code is taken from other scripts, even the admin panel design is just a ready-made HTML from the internet (Snacked Admin), also the logo.
Why are you selling a script you didn’t even put effort into?!!!
I have recoded this script from scratch, and if I had known it was like this, I would have developed a new script instead.
Anyway, I hope he reads this, because we’re going to elevate this script to the best it can be.
Damn to original developer again
===================
I still have the password recovery feature via email and I will upload the version -
18 minutes ago, MarCoVar01 said:
@Magd Almuntaser Master, I congratulate you for your new versions and great development. I have been following this system since it was created and I have used it. I notice that you have made great adjustments and I believe that it is very useful for all of us who use it. I have become a big fan of yours, since in just a few months you have made great changes and improvements. I would like to ask you if it is possible to add the Spanish language for your next update. If possible, many more thanks to you.
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.
-
5 minutes ago, angga turki said:
i wil contribute to translate origin languange with standart format, let me be contibutor of this app sir.. @Magd Almuntaser
English: Ready
Arabic: Ready
Indonesian: Ready
Hindi: In progress
======================
Two people here have already finished the Indonesian language, but you can later after uploading the version if there is a correction in the language you can fix it to be in the next version 🙏 -
-
19 minutes ago, Avina Kefin said:
Mohon maaf sir @Magd Almuntaser saya menggunakan versi 7.5 dengan server.js versi 7.2 cPanel php 8.3 alt. Sering tidak merespon, tidak sampai disonnect but tidak merespon. Saya harus membuka website saya dan melakukan pengiriman pesan ke nomor lain.
Untuk cron saya jalankan setiap 1 jam dengan 2 perintah
1. cd /path/to/mydirectory/artisan schedule:run 1>> /dev/null
2. curl "https://linkwebsite/send-message?api_key=EXmv5xHMEeH42371pfhxvvgwgRhYhw&sender=6282152708825&number=62859372936693&message=Server Online Bos" >/dev/null 2>&1
Apakah ada solusi lain ?
Solusinya ada di versi 7.0.0.6 yang akan saya selesaikan hari ini. Versi ini ringan pada situs dan akan mencoba menghubungkan kembali secara otomatis jika terjadi pemutusan koneksi.
-
-
4 hours ago, Gusik Prasetyo said:
Your support about MPWA better than developer did sir. Very kind person of you sir.
Thanks for your kindness sir. 🙂
Thank you for your kind words
35 minutes ago, MURASAKI. said:After few day using server.js v.7.0.0.4 with PM2 running, the Node stop working. But the display presentation (UI) at the Apps is connected with port: 3100.
---
Precond:
1. aaPanel 7.0.7
2. Node JS v.20.9.0
3. PM2 RunningLog Node:
�[32mINFO�[39m [2024-08-14 22:49:00.925 +0700]: �[36mconnection errored�[39m trace: "Error: Connection was lost\n at Timeout._onTimeout (/www/wwwroot/domain.com/mpwa/node_modules/@whiskeysockets/baileys/lib/Socket/socket.js:303:17)\n at listOnTimeout (node:internal/timers:573:17)\n at process.processTimers (node:internal/timers:514:7)" �[32mINFO�[39m [2024-08-14 22:49:00.929 +0700]: �[36mconnection errored�[39m trace: "Error: Connection was lost\n at Timeout._onTimeout (/www/wwwroot/domain.com/mpwa/node_modules/@whiskeysockets/baileys/lib/Socket/socket.js:303:17)\n at listOnTimeout (node:internal/timers:573:17)\n at process.processTimers (node:internal/timers:514:7)"
Temporary solution for my case:
1. Stop PM2
2. Stop Node JS with "pstree -p (you PID)" (terminal)
3. Update NPM (terminal)
4. Start again Node JS. Make sure Node JS running well with PORT and PID.
5. See the LOG and Test your number.Yes, that's exactly what I meant. 'Connection lost' means that your internet has disconnected from the server.
I've sorted out the error messages, and now the cause of your problem is clear. The internet on your server is 95.99% stable, meaning it might disconnect in two or three days.
Anyway, in version 7.0.0.6, I tried to keep the connection persistent. Even if the internet disconnects for a while, it will reconnect once the internet is back.
-
54 minutes ago, Pebrian said:
Unduh file berikut dan ganti dengan jalur yang tertulis di posting saya dan beri tahu saya apa yang Anda lihat di halaman port 👇
Selain itu, pada halaman yang sama Anda akan menemukan file server.js, gantilah karena ringan di server dan mulai ulang node7 hours ago, Magd Almuntaser said:Masalahnya sudah tertulis, saudaraku. Lihat, di sini tertulis dengan warna merah bahwa link situs kamu di bagian atas browser menggunakan https, kamu harus menggunakan http di browser.
Juga, ganti file yang terlampir ke jalur ini:
app/Http/Controllers
-
Whatsapp Gateway | Multi Device v9.6.1
in Scripts
Dari segi stabilitas, 7.0.0.6 adalah versi yang paling stabil..
Versi berikutnya 7.0.0.7 memperbaiki beberapa bug yang ditemukan pada 7.0.0.6. Oleh karena itu, versi stabilnya adalah 7.0.0.7
What's new in version 7.0.0.7 so far:
- Added user info & device info to api-docs.
- Added options to edit your env file from settings page.
- Added language hindi file.
- Fixed file manager issue.
- Fixed pagination in message history.
- Fixed disappearing flags for the language.
- Updated Arabic & Indonesian language file.
*** This version may have DALL-E AI image creation, which I'm currently working on