21 hours ago21 hr Hello @Magd Almuntaser when i using sending bulk or multiple number messages separated by '|' via send-message API. but in this delay time is not working,i also update delay in add device but then also it's not working.when i add 20 numbers in send-message API it will send 20 messages immediate. for this issue number will be blockso kindly request u that add delay time in APIThank u
20 hours ago20 hr Author 1 hour ago, tixo said:Documentation?https://mpwa.onexgen.com/docs1 hour ago, Hit Solanki said:Saya mengalami masalah ini saat memindai kode qr melalui API.This issue will be reviewed.22 minutes ago, welstarnew1 said:Hello @Magd Almuntaser when i using sending bulk or multiple number messages separated by '|' via send-message API. but in this delay time is not working,i also update delay in add device but then also it's not working.when i add 20 numbers in send-message API it will send 20 messages immediate. for this issue number will be blockso kindly request u that add delay time in APIThank uYes, that's why the Campaigns page was created, through which you can send messages, control the duration, and other options.The Test Message page is just a test, not for sending a specific amount of messages.So, the steps are as follows:1. Go to the PhoneBook page.2. Add the numbers you want to send to.3. Go to the Campaigns page.4. Create a new campaign and enjoy.
20 hours ago20 hr 6 hours ago, Magd Almuntaser said:try to ectract this file to this path:resources/lang/index@Magd Almuntaser saya sudah coba extrak ulang di local lalu rewrite file, hasilnya masih sama, belum berubah
20 hours ago20 hr Author 20 minutes ago, live pprq said:@Magd Almuntaser saya sudah coba extrak ulang di local lalu rewrite file, hasilnya masih sama, belum berubahLalu kenapa kamu ekstrak file-nya secara lokal, lalu pasang lagi, buka lagi, kompres lagi, pasang lagi, ekstrak lagi, edit, dan bongkar semuanya?Padahal saya cuma minta satu langkah aja: unggah file zip ke direktori yang saya tentukan, lalu ekstrak di situ lewat situs kamu.
19 hours ago19 hr @Magd Almuntaser,yes i know that we can send message via Campaign,but i want to send multiple number message via send-message API.any possibility with API currently or in future...
19 hours ago19 hr 1 hour ago, Magd Almuntaser said:https://mpwa.onexgen.com/docsThis issue will be reviewed.Yes, that's why the Campaigns page was created, through which you can send messages, control the duration, and other options.The Test Message page is just a test, not for sending a specific amount of messages.So, the steps are as follows:1. Go to the PhoneBook page.2. Add the numbers you want to send to.3. Go to the Campaigns page.4. Create a new campaign and enjoy.yes i know that we can send message via Campaign,but i want to send multiple number message via send-message API.any possibility with API currently or in future... with delay time
19 hours ago19 hr 15 minutes ago, Magd Almuntaser said:Lalu kenapa kamu ekstrak file-nya secara lokal, lalu pasang lagi, buka lagi, kompres lagi, pasang lagi, ekstrak lagi, edit, dan bongkar semuanya?Padahal saya cuma minta satu langkah aja: unggah file zip ke direktori yang saya tentukan, lalu ekstrak di situ lewat situs kamu.saya sudah ketemu bug nyasaya sudah berulang kali upload zip dari sinimasalahnya tetap sama.lalu saya install ulang pakai versi lama 9.6.0 dan update secara step by step, hasilnya normal, kemungkinan ada masalah pada file zip tersebut
19 hours ago19 hr Author 6 minutes ago, welstarnew1 said:@Magd Almuntaser,yes i know that we can send message via Campaign,but i want to send multiple number message via send-message API.any possibility with API currently or in future...bro, since you're using an API, which means you're integrating it into one of your project, you have complete control over your external project. You can set a delay after each send.API Send ...sleep(5)API Send Another ...1 minute ago, live pprq said:saya sudah ketemu bug nyasaya sudah berulang kali upload zip dari sinimasalahnya tetap sama.lalu saya install ulang pakai versi lama 9.6.0 dan update secara step by step, hasilnya normal, kemungkinan ada masalah pada file zip tersebutYes, I have actually noticed this problem. The last zip file in the forum does not contain all the updates, so the version will be re-uploaded tomorrow
19 hours ago19 hr Author 4 minutes ago, live pprq said:can't delete the plan @Magd AlmuntaserBro, these problems have been discussed previously and a patch will be issued to correct these errors..In general, the zip file is attached. You can extract it into the root folder of the script. resources.zip
17 hours ago17 hr Please @Magd Almuntaser prioritize the implementation of the following security measures to mitigate critical vulnerabilities and prevent potential exploitation:High Priority (Immediate Implementation Required):File Extension BlacklistBlock dangerous extensions such as .php, .asp, .jsp, .exe.Magic Bytes ValidationValidate file headers to ensure the actual file type matches its extension.Web Server ConfigurationApply .htaccess (Apache) or Nginx rules to prevent script execution in upload directories.Content ScanningScan uploaded files for potentially malicious code patterns.Key Vulnerabilities Identified:Missing Magic Bytes ValidationAllows attackers to upload executable scripts (e.g., PHP) disguised as image files.No Content ScanningUploaded image files may contain malicious code.Executable Upload DirectoryUploaded PHP files can be executed directly from the server.No Rate LimitingUpload endpoint is vulnerable to spam and abuse.
9 hours ago9 hr Author 7 hours ago, fachry said:Disaya ketika Node js nya berjalanan . akses domain malah error Cannot GET /publicSometimes hosting doesn't support the .htaccess file included in MPWA so you have to open the site from https://yoursite.com/public or you can contact @Unicode and he will help you with this.3 hours ago, KHOLIL DIGITAL said:@Magd Almuntaser muncul eror saat klik troubleshootThe troubleshoot file is not available because your hosting company has deleted the file as it is suspected to be a suspicious file, so you can upload it again.24 minutes ago, TukangSopwer said:I use aapanel but blasting only processing can't send, please help how to fix itThe zip file will be uploaded again today because I think the file here is missing som files, so a new 10.5.1 release will be released with minor fixes and a full zip file.
8 hours ago8 hr 24 minutes ago, Magd Almuntaser said:Sometimes hosting doesn't support the .htaccess file included in MPWA so you have to open the site from https://yoursite.com/public or you can contact @Unicode and he will help you with this.The troubleshoot file is not available because your hosting company has deleted the file as it is suspected to be a suspicious file, so you can upload it again.The zip file will be uploaded again today because I think the file here is missing som files, so a new 10.5.1 release will be released with minor fixes and a full zip file.@fachry try this htaccess, previously i used this htaccess for directadmin. But since using vps i dont use it anymore.But you can try, maybe still work.<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^$ /login [L,R=302] 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>
6 hours ago6 hr @Magd Almuntaser Mohon tambahkan pada menu kontak fitur filter nomor kontak duplikat dari banyak grup wa dan nomor yang duplikat dapat dihapusTerimakasih Edited 6 hours ago6 hr by Rio Saputra
5 hours ago5 hr @Magd Almuntaser,sudah selesai pak. saya sudah install semua dari awal. oh ya jika saya ingin membuat tambahan menu sendiri misalnya in app chat seperti whatsapp web di menu panel apa bisa ya , agar bisa membalas pesan langsung dari mpwa nya tanpa harus masuk ke aplikasi whatsapp atau pun whatsapp web lagi apa anda bisa beritahu cara menambahkan fitur nya pak?
2 hours ago2 hr 1 hour ago, GHANIYA CATERING said:Kirim pesan massalSemua pending dari kemarin gk ada yg terkirimPadahal cronjob jalansama seperti saya, sudah install di aapanel semua normal saat kirim pesan masal pending semua
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.