Gusik Prasetyo Posted April 12 Posted April 12 Campaign sent but it has no delay even i set delay timer. So if i make campaign for 10 numbers, it will sent 10 numbers imediately without delay. How to make delay timer works? Quote
mantapin Posted April 13 Posted April 13 I have installed version 6.5 successfully, but the device often disconnects. Quote
Gusik Prasetyo Posted April 13 Posted April 13 14 minutes ago, mantapin said: I have installed version 6.5 successfully, but the device often disconnects. Have you run your cronjob? Quote
Gusik Prasetyo Posted April 13 Posted April 13 36 minutes ago, mantapin said: @Gusik Prasetyo i have run node js ver 20.9 You have to run cronjob too masbro Quote
mantapin Posted April 13 Posted April 13 1 hour ago, Gusik Prasetyo said: You have to run cronjob too masbro I have run cronjob witjh this curl "https://YOURWEB.com/schedule-run" >/dev/null 2>&1 every one minute Quote
Gusik Prasetyo Posted April 13 Posted April 13 11 minutes ago, mantapin said: I have run cronjob witjh this curl "https://YOURWEB.com/schedule-run" >/dev/null 2>&1 every one minute For the cronjob i use this every one minutes: cd /YOURHOMEE/artisan schedule:run 1 >/dev/null 2>&1 curl "https://yourweb.com/schedule-run" >/dev/null 2>&1 Quote
Renato Oliveira Fotografia Posted April 13 Posted April 13 I can't install it on my Ubuntu server Quote
DW Members Magd Almuntaser Posted April 14 Author DW Members Posted April 14 Finally, I've completed designing a theme for (Whatsapp Gateway | Multi Device script Version 5.5.0) You can download the theme from the following link, but please note that the theme is only compatible with version ((5.5.0)). I'll update it later for the latest version if you like the theme. 1 1 Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
AOPUQI Posted April 14 Posted April 14 any decode file no encrypt? server/controller/ blast.js incomingMessage.js index.js store.js v 6.5 Quote
Gusik Prasetyo Posted April 14 Posted April 14 13 hours ago, Magd Almuntaser said: Finally, I've completed designing a theme for (Whatsapp Gateway | Multi Device script Version 5.5.0) You can download the theme from the following link, but please note that the theme is only compatible with version ((5.5.0)). I'll update it later for the latest version if you like the theme. I am waiting for 6.50. Thanks in advance 1 Quote
DW Members Magd Almuntaser Posted April 14 Author DW Members Posted April 14 10 hours ago, AOPUQI said: any decode file no encrypt? server/controller/ blast.js incomingMessage.js index.js store.js v 6.5 i've decode all the PHP files and you can download the file in my post above As for the JS files, I have decoded it, but I can't upload them until I make sure they work without problems. I will upload them soon 2 Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
Bajra Al Faruq Posted April 14 Posted April 14 @Mahmoud sorry in advance, do you have this plugin like sejoli and wordpress ? can you share please Quote
Renato Oliveira Fotografia Posted April 15 Posted April 15 Can anyone share a tutorial on how to install version 6.5.0 on a Linux VPS? Quote
MarCoVar01 Posted April 15 Posted April 15 @Renato Oliveira Fotografia 4 hours ago, Renato Oliveira Fotografia said: Can anyone share a tutorial on how to install version 6.5.0 on a Linux VPS? What problem do you have with the installation on the VPS, I recommend that you use Ubuntu on it, install node.js, php with its prerequisites, apache or ngix, the mysql or wave database of your choice. Anything write to me privately Cual problema tienes con la instalación en el VPS, te recomiendo usas ubuntu en el mismo, instala node.js, php con sus pre-requisitos, apache o ngix, la base de datos mysql ola de tu preferencia. Cualquier cosa escribeme al privado 1 Quote
The Billionaire Posted April 15 Posted April 15 @Magd Almuntaser please when you develop it for the latest version please tag me to it Quote
DW Members Magd Almuntaser Posted April 15 Author DW Members Posted April 15 5 hours ago, Renato Oliveira Fotografia said: Can anyone share a tutorial on how to install version 6.5.0 on a Linux VPS? it's easy .. install in your vps (nodejs 16) if almalinex 8: curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo -E bash - yum install -y nsolid if ubuntu: curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - apt-get install -y nodejs upload script files and run this in SSH and go to your script root and run: node . don't close SSH window .. and this link in browser: http://youtsite.com/install 5 hours ago, Renato Oliveira Fotografia said: Can anyone share a tutorial on how to install version 6.5.0 on a Linux VPS? it's easy .. install in your vps (nodejs 16) if almalinex 8: curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo -E bash - yum install -y nsolid if ubuntu: curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - apt-get install -y nodejs upload script files and run this in SSH and go to your script root and run: node . don't close SSH window .. and this link in browser: http://youtsite.com/install Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
ziroroot Posted April 15 Posted April 15 Can anyone share a tutorial on how to install version 6.5.0 on shared hosting hostinger Quote
DW Members Magd Almuntaser Posted April 15 Author DW Members Posted April 15 (edited) 3 minutes ago, ziroroot said: Can anyone share a tutorial on how to install version 6.5.0 on shared hosting hostinger before you install this script to shared hosting you should check nodejs is install or not .. Edited April 15 by Magd Almuntaser Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
The Billionaire Posted April 15 Posted April 15 16 minutes ago, ziroroot said: Can anyone share a tutorial on how to install version 6.5.0 on shared hosting hostinger do they have cpanel Quote
Ninu Posted April 15 Posted April 15 1 hour ago, The Billionaire said: do they have cpanel Hello bang, my website is not showing QR Code as well can you help ? Quote
DW Members Magd Almuntaser Posted April 15 Author DW Members Posted April 15 21 minutes ago, Ninu said: Hello bang, my website is not showing QR Code as well can you help ? becouse your whatsapp server not working you can search in google for (port check) i think the website called yougetsignal and put your website and your whatsapp port 3100 if is not ON you should run this command in SSH in root script if using VPS: node . if shared hosting you can check nodejs from cpanel if working Quote Update Whatsapp Gateway Multi Device (Magd Version) v8.0.0
Marcos Espinoza Posted April 16 Posted April 16 para usar en SSL, modifique el server.js asi: "use strict"; const wa = require("./server/whatsapp"); const fs = require("fs"); require("dotenv").config(); const lib = require("./server/lib"); global.log = lib.log; const express = require("express"); const app = express(); const https = require("https"); const serverOptions = { cert: fs.readFileSync("C:/Certbot/live/phat_ssl/fullchain.pem"), key: fs.readFileSync("C:/Certbot/live/phat_ssl/privkey.pem"), }; const server = https.createServer(serverOptions, app); const { Server } = require("socket.io"); const io = new Server(server); const port = process.env.PORT_NODE; app.use((req, res, next) => { res.set("Cache-Control", "no-store"); req.io = io; next(); }); const bodyParser = require("body-parser"); app.use( bodyParser.urlencoded({ extended: false, limit: "50mb", parameterLimit: 100000, }) ); app.use(bodyParser.json()); app.use(express.static("src/public")); app.use(require("./server/router")); io.on("connection", (socket) => { socket.on("StartConnection", (data) => { wa.connectToWhatsApp(data, io); }); socket.on("ConnectViaCode", (data) => { wa.connectToWhatsApp(data, io, true); }); socket.on("LogoutDevice", (device) => { wa.deleteCredentials(device, io); }); }); server.listen(port, console.log(`Server running and listening on port: ${port}`)); Quote
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.