Godzam Return Posted November 1 Share Posted November 1 3 hours ago, Hit Solanki said: APP_NAME=MPWA APP_ENV=local APP_KEY=base64:PxGRSZnMJVvMO7erMUXd683lMJwYFWpdxufKRbugeq8= APP_DEBUG=true APP_URL=https://apiwh.cryptoapi.shop WA_URL_SERVER=http://apiwh.cryptoapi.shop PORT_NODE=3100 APP_INSTALLED=true LICENSE_KEY=MagdAlmuntaser-ttmtt BUYER_EMAIL=admin@doniaweb.com TYPE_SERVER=hosting DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=xxx DB_USERNAME=xxx DB_PASSWORD=xxx LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DRIVER=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 CHATGPT_URL=https://api.openai.com/v1/chat/completions CHATGPT_MODEL=gpt-3.5-turbo GEMINI_URL=https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent CLAUDE_URL=https://api.anthropic.com/v1/messages CLAUDE_MODEL=claude-3-sonnet-20240229 DALLE_SIZE=256x256 DALLE_URL=https://api.openai.com/v1/images/generations MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" PORT = 3000 AUTH =mpedia-server-uUdkfgli783pkfnlaskogoighr THEME_NAME=mpwa ORIGIN =http://localhost WEBHOOK = MAIL_MAILER=smtp MAIL_HOST=sandbox.smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=xxx MAIL_PASSWORD=xxx MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=xxxxxx@gmail.com MAIL_FROM_NAME=MPWA try http in APP_URL Quote Link to comment Share on other sites More sharing options...
Rafif Epic Posted November 1 Share Posted November 1 (edited) cara ngatasi ga bisa connected ke nodejs nya gimana ya suhu, sudah setting server ke hosting shared tetep ga bisa padahal node js jalan dan sudah production Edited November 1 by Rafif Epic Quote Link to comment Share on other sites More sharing options...
Rafif Epic Posted November 1 Share Posted November 1 (edited) can anyone help me, I have changed .env https to http but every time I update it always becomes https. then why am I already using node js version 20 but the port doesn't work, coincidentally I'm using arenhost and using cpanel can anyone help? Edited November 1 by Rafif Epic Quote Link to comment Share on other sites More sharing options...
Hit Solanki Posted November 1 Share Posted November 1 1 hour ago, Godzam Return said: try http in APP_URL I have tried that too, but still the qr code is not showing. Quote Link to comment Share on other sites More sharing options...
Rafif Epic Posted November 1 Share Posted November 1 oke i have success Quote Link to comment Share on other sites More sharing options...
Hit Solanki Posted November 1 Share Posted November 1 Please help me 11 minutes ago, Rafif Epic said: oke i have success Please help me Quote Link to comment Share on other sites More sharing options...
pak kacung Posted November 2 Share Posted November 2 15 hours ago, Hit Solanki said: Please help me Please help me Cobalah membaca postingan postingan sebelumnya, pertanyaan anda sudah ada jawabanya Quote Link to comment Share on other sites More sharing options...
M MURSYID YUSUF Posted November 2 Share Posted November 2 @Magd Almuntaser Sir i have sent you message about asking for permission, please reply Quote Link to comment Share on other sites More sharing options...
Solusi Legalitas Posted November 2 Share Posted November 2 Solusi MPWA, WASender dan sejenisnya...! 1. Ikuti panduan instalasi dari Guru Kita Master @Magd Almuntaser 2. Gunakan hosting yg nod.js nya stabil 3. Gunakan Hosting yg menyediakan Terminal untuk mengaktifkan PM2 (minimal Harga 5.000/bulan) 4. Jika menggunakan hosting yg tidak menyediakan Terminal gunakan v7.009 atau v8.00 PHP8.2(ea) Node.js sesuai yg direkomendasikan pihak hosting. 5. Jika QR belum muncul: ✓ Cek apakah sudah generate Api? ✓ Cek apakah sudah memilih shared hosting ✓ Apakah sudah centang hijau (terhubung dan berjalan dengan baik) ✓ Jika blm terhubung pilih port yang sesuai 3100/3000/3120 Maaf, itu hanya berdasarkan pengalaman pribadi saya aja. 2 1 Quote Link to comment Share on other sites More sharing options...
Avina Kefin Posted Tuesday at 02:13 AM Share Posted Tuesday at 02:13 AM On 10/27/2024 at 9:03 PM, Solusi Legalitas said: Terimakasih Master @Magd Almuntaser Saya menggunakan v.7.9 Alhamdulillah sampai saat ini masih tersambung dan blm pernah terputus, bahkan tanpa harus menggunakan cron send WhatsApp Mantab Quote Link to comment Share on other sites More sharing options...
Jajan Dari Android Posted Tuesday at 01:03 PM Share Posted Tuesday at 01:03 PM On 10/30/2024 at 11:14 PM, WhatsAPI Info said: Hi @Magd Almuntaser, can you please add below mestion function/code to working button messages let msgButton = generateWAMessageFromContent(m.chat, { viewOnceMessage: { message: { "messageContextInfo": { "deviceListMetadata": {}, "deviceListMetadataVersion": 2 }, interactiveMessage: proto.Message.InteractiveMessage.create({ contextInfo: { mentionedJid: [m.sender], externalAdReply: { showAdAttribution: true } }, body: proto.Message.InteractiveMessage.Body.create({ text: 'Message Here' }), footer: proto.Message.InteractiveMessage.Footer.create({ text: 'footer here' }), header: proto.Message.InteractiveMessage.Header.create({ hasMediaAttachment: true, ...(await prepareWAMessageMedia({ image: await fs.readFileSync("Image Path Here")}, { upload: sock.waUploadToServer })) }), nativeFlowMessage: proto.Message.InteractiveMessage.NativeFlowMessage.create({ buttons: [ {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-1\",\"id\":\"Button_1\"}`}, {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-2\",\"id\":\"Button_2\"}`}, {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-3\",\"id\":\"Button_3\"}`}, {"name": "cta_url","buttonParamsJson": `{\"display_text\":\"Button-url\",\"url\":\"https://https://www.google.com\",\"merchant_url\":\"https://www.google.com\"}`} ] }) })} }}, {userJid: m.sender, quoted: qchanel}) await sock.relayMessage(msgButton.key.remoteJid, msgButton.message, { messageId: msgButton.key.id }) Thanks !! what was is this mate? Quote Link to comment Share on other sites More sharing options...
ekkybaihaqi Posted Tuesday at 07:43 PM Share Posted Tuesday at 07:43 PM Kira kira ada update lagi ga ya dalam waktu dekat Quote Link to comment Share on other sites More sharing options...
Amanshah Posted 20 hours ago Share Posted 20 hours ago @Mahmoud On 4/3/2022 at 4:56 AM, Magd Almuntaser said: Demo Why this file doesn't connect to the node js server in cpanel Quote Link to comment Share on other sites More sharing options...
adhiete Posted 19 hours ago Share Posted 19 hours ago On 11/6/2024 at 2:43 AM, ekkybaihaqi said: Kira kira ada update lagi ga ya dalam waktu dekat masih dalam penantian juga. hahaa... sementara 8.5.1 jalan aman Quote Link to comment Share on other sites More sharing options...
ekkybaihaqi Posted 19 hours ago Share Posted 19 hours ago 1 minute ago, adhiete said: masih dalam penantian juga. hahaa... sementara 8.5.1 jalan aman Iya harus bener" pas nyetingnya supaya QR nya muncul hehe. Udah reinstall 8x baru normal Quote Link to comment Share on other sites More sharing options...
adhiete Posted 19 hours ago Share Posted 19 hours ago 1 minute ago, ekkybaihaqi said: Iya harus bener" pas nyetingnya supaya QR nya muncul hehe. Udah reinstall 8x baru normal buced banyak bener itu Om. tapi biasanya gitu yang bikin penasaran dah. Wkwkwk, tapi seneng dan lega kalau dah sukses mah. Ini aj install di vps juga kadang ada aja. Cuma ya paling engga sukses salah ketik atau apa lah kadang suka ketinggalan wkwk. Quote Link to comment Share on other sites More sharing options...
ekkybaihaqi Posted 19 hours ago Share Posted 19 hours ago 7 minutes ago, adhiete said: buced banyak bener itu Om. tapi biasanya gitu yang bikin penasaran dah. Wkwkwk, tapi seneng dan lega kalau dah sukses mah. Ini aj install di vps juga kadang ada aja. Cuma ya paling engga sukses salah ketik atau apa lah kadang suka ketinggalan wkwk. Iya om reinstall v7-v8.5.1 kadang QR pertamakali muncul trus selanjutnya gamuncul lagi kadang setelah konek QR harusnya muncul Logout malah nemu error log tapi sudah tau cara installnya jadi aman Quote Link to comment Share on other sites More sharing options...
Rivai Posted 17 hours ago Share Posted 17 hours ago Need info shared hosting yang nodejsnya open port, karena MPWA butuh NODEJS yang open port Quote Link to comment Share on other sites More sharing options...
Aldi Luthfi Posted 1 hour ago Share Posted 1 hour ago On 8/18/2024 at 11:18 PM, Magd Almuntaser said: Alright, this has exhausted me. I've created a file that will install everything needed for the script to work fully without you having to do anything. This process will install PHP, phpMyAdmin, Apache, GD, Node.js, and more. It will also install the MPWA latest version, create a database, set up the database automatically, and install PM2. First, make sure you have a domain ready and linked to your IP address. Second, since you are using Proxmox, you can install: https://mirror.almalinux.ikoula.com/8/isos/x86_64/AlmaLinux-8.9-x86_64-minimal.iso After the installation, login and complete the setup until it finishes. Do not install any additional tools; just complete the initial setup until it reboot by itself. Then, run the following command and follow the prompts. This will complete the server and script setup: cd /home && curl -o mpwa -L https://onexgen.com/mpwa/download/mpwa && bash mpwa Features of automatic installation: - It will install everything needed for the script with a single command. - It will automatically start the WhatsApp server even if you reboot the entire server. - You can access the database via the link: yoursite.com/phpmyadmin - No need to install a control panel like aaPanel, cPanel, or others, as you won’t need them. Works on: AlmaLinux 8.x Rocky Linux 8.x It may take a lot of time because it installs all the programs within the server, so be patient and drink coffee until it's done. It has been tested on these versions. However, in the future, I might develop the script to work on Ubuntu or newer versions of AlmaLinux and Rocky Linux. Warning to others: This file is only for those who have a dedicated server, proxmox or empty vps or local virtual machine. Do not try it on your site unless you are a professional. apa ini masih berlaku untuk v 8.5.1 saya mempunyai server almalinux untuk menjalankan ini Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.