September 15, 2024Sep 15 Halo kak Bagaimana cara setting untuk sembunyikan ini: (en) dibelakang domain, dan fitur bahasa masih tetap berfungsi?
September 15, 2024Sep 15 11 minutes ago, Bunda Una said: Halo kak Bagaimana cara setting untuk sembunyikan ini: (en) dibelakang domain, dan fitur bahasa masih tetap berfungsi? Ya memang gitu. Udah default sesuai bahasa tetap bisa diakses tanpa /en/ otomatis redirrect
September 15, 2024Sep 15 Author 7 minutes ago, Bunda Una said: Halo kak Bagaimana cara setting untuk sembunyikan ini: (en) dibelakang domain, dan fitur bahasa masih tetap berfungsi? Yes you can, but I recommend that the language code remains in the browser link to avoid any problems. If you are still insisting and want to try it yourself, you can edit this file: config/laravellocalization.php and search for: 'hideDefaultLocaleInURL' => false, change to: 'hideDefaultLocaleInURL' => true, 7 minutes ago, Jadukor IT Office said: @Owias did you fix ur problem i have the same problem Yes I fixed it for him.. His problem was related to cpanel that he can't run script from public_html directly.. But he has vps so I ran nodejs via commands.. So your problem might be different from his, make sure in .env file that you changed it like this: APP_URL=http://yoursite.com WA_URL_SERVER=http://yoursite.com:3100 PORT_NODE=3100 TYPE_SERVER=other
September 15, 2024Sep 15 my c panel also looks like this has different folder tried everything editing .env and restarting node js still shows
September 15, 2024Sep 15 2 minutes ago, Jadukor IT Office said: my c panel also looks like this has different folder tried everything editing .env and restarting node js still shows Coba port 3120
September 15, 2024Sep 15 Author 2 minutes ago, Jadukor IT Office said: my c panel also looks like this has different folder tried everything editing .env and restarting node js still shows Yes, your problem is different from his problem. You are using another folder to run the script. So make sure that you have run nodejs correctly in the cpanel. Make sure of the data entered in nodejs. Or send me a private message
September 15, 2024Sep 15 Memberikan solusinya dengan sangat baik, terimaksih banyak ya kak @Magd Almuntaser
September 15, 2024Sep 15 2 hours ago, Magd Almuntaser said: sure it's like that .. and restar issue persists.
September 15, 2024Sep 15 Author 26 minutes ago, chaitanya_bharat said: issue persists. your nodejs not working: http://mpwa.qratedspace.me:3100/ If you open this link it is supposed to work and a message (This is api whatsapp) appears.. but as long as this is the case it means that nodejs is not working for you.. and you must make sure the data you entered in cpanel or aapanel to run nodejs
September 15, 2024Sep 15 Author This file has been updated to Version 8.5.0 What's New in this Version: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in campagin. - Added location, vcard, sticker in autorply and autorply-edit. - Added view once message feature for (images & videos). - Added API for send sticker and api-docs. - Fixed socket idle (No need anymore cronjob). - Fixed export contacts to xlsx file. - Fixed AI bot name. - Re-Design Test message, Create campagin and Autoreply.
September 15, 2024Sep 15 1 hour ago, Magd Almuntaser said: This file has been updated to Version 8.5.0 What's New in this Version: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in campagin. - Added location, vcard, sticker in autorply and autorply-edit. - Added view once message feature for (images & videos). - Added API for send sticker and api-docs. - Fixed socket idle (No need anymore cronjob). - Fixed export contacts to xlsx file. - Fixed AI bot name. - Re-Design Test message, Create campagin and Autoreply. Rekomendasi pakai node js versi berapa tuan?
September 16, 2024Sep 16 3 hours ago, Magd Almuntaser said: This file has been updated to Version 8.5.0 What's New in this Version: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in campagin. - Added location, vcard, sticker in autorply and autorply-edit. - Added view once message feature for (images & videos). - Added API for send sticker and api-docs. - Fixed socket idle (No need anymore cronjob). - Fixed export contacts to xlsx file. - Fixed AI bot name. - Re-Design Test message, Create campagin and Autoreply. setelah update 8.5.0 node.js gampang Disconnect. padahal nomor aktif kirim chat tiap 2 menit dengan cronjob
September 16, 2024Sep 16 Setelah update Berganti ganti terus kodenya tapi di wa tidak muncul perintah untuk masukkan kode Edited September 16, 2024Sep 16 by Fud
September 16, 2024Sep 16 Punya saya berjalan dengan lancar. Ditunggu saja siang ini ada minimal fix 8.5.1 info dari master @Magd Almuntaser Edited September 16, 2024Sep 16 by Unicode
September 16, 2024Sep 16 @Magd Almuntaser I'm still getting an error in the "list massage" section of this latest version 8.5.0. The case is, I've already set the "list massage" to "Only reply when sender is" with "ALL", but when I access the keyword via group chat, it doesn't respond. However, when I call it via private chat, it works normally. Mr. Magd Almuntaser, may I ask if there's anything else I need to set up?
September 16, 2024Sep 16 38 minutes ago, Ilhamstore said: @Magd Almuntaser I'm still getting an error in the "list massage" section of this latest version 8.5.0. The case is, I've already set the "list massage" to "Only reply when sender is" with "ALL", but when I access the keyword via group chat, it doesn't respond. However, when I call it via private chat, it works normally. Mr. Magd Almuntaser, may I ask if there's anything else I need to set up? yes, list message doesn't work on group. it works only in personal.
September 16, 2024Sep 16 @Magd Almuntaser after I updated to the new 8.5.0, node server is not connecting again
September 16, 2024Sep 16 1 minute ago, The Billionaire said: @Magd Almuntaser after I updated to the new 8.5.0, node server is not connecting again For all install v 8.5.0, open file config/app.php and change 'version' => “8.5.0” become 'version' => “8.0.5”, Then open your mpwa and update again your mpwa. My problem fixed.
September 16, 2024Sep 16 3 minutes ago, Unicode said: For all install v 8.5.0, open file config/app.php and change 'version' => “8.5.0” become 'version' => “8.0.5”, Then open your mpwa and update again your mpwa. My problem fixed. @Magd Almuntaser how can i fix it
September 16, 2024Sep 16 6 minutes ago, The Billionaire said: @Magd Almuntaser how can i fix it Have you try my method? downgrade and then restart node js
September 16, 2024Sep 16 20 minutes ago, Unicode said: Have you try my method? downgrade and then restart node js i have even try to reinstall it, but not working
September 16, 2024Sep 16 On 9/13/2024 at 5:13 PM, Gusik Prasetyo said: Is it possible run this job in cpanel cepat cloud mas? How? Ganti saja jangan pakai cepat cloud
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.