const http = require("http"); const os = require("os"); const PORT = 3000; const html = ` Security Location Test

Security Research Location Test

This test requests the browser's precise location.

`; const server = http.createServer((req, res) => { // Serve test page if (req.method === "GET" && req.url === "/") { res.writeHead(200, { "Content-Type": "text/html" }); res.end(html); return; } // Receive location if (req.method === "POST" && req.url === "/location") { let body = ""; req.on("data", chunk => { body += chunk; }); req.on("end", () => { try { const location = JSON.parse(body); const visitor = { time: new Date().toISOString(), ip: req.socket.remoteAddress, userAgent: req.headers["user-agent"], location }; console.log("\n=============================="); console.log("LOCATION RECEIVED"); console.log("=============================="); console.log(JSON.stringify(visitor, null, 2)); console.log("==============================\n"); res.writeHead(200, { "Content-Type": "application/json" }); res.end(JSON.stringify({ success: true })); } catch (error) { res.writeHead(400); res.end("Invalid JSON"); } }); return; } res.writeHead(404); res.end("Not found"); }); server.listen(PORT, "0.0.0.0", () => { console.log("\nSecurity Location Test"); console.log("======================"); console.log(`Local: http://localhost:${PORT}`); const interfaces = os.networkInterfaces(); for (const name of Object.keys(interfaces)) { for (const network of interfaces[name]) { if (network.family === "IPv4" && !network.internal) { console.log( `Network: http://${network.address}:${PORT}` ); } } } console.log("\nWaiting for connections...\n"); }); Email, SMS & Whatsapp Marketing – Growcord https://growcord.com Sat, 11 Mar 2023 10:16:39 +0000 en-GB hourly 1 https://wordpress.org/?v=7.0.2 https://growcord.com/wp-content/uploads/2023/02/final-logo-22-version-1-1.png Email, SMS & Whatsapp Marketing – Growcord https://growcord.com 32 32 What is Whatsapp Marketing? https://growcord.com/faq-items/what-is-whatsapp-marketing/ https://growcord.com/faq-items/what-is-whatsapp-marketing/#respond Sat, 11 Mar 2023 10:12:13 +0000 https://growcord.com/?post_type=avada_faq&p=5911

Whatsapp marketing is the process of sending promotional messages to a targeted list of Whatsapp users with the goal of driving conversions and building customer loyalty.

]]>
https://growcord.com/faq-items/what-is-whatsapp-marketing/feed/ 0
How do you measure the success of Email, SMS or Whatsapp Marketing Campaigns? https://growcord.com/faq-items/how-do-you-measure-the-success-of-email-sms-or-whatsapp-marketing-campaigns/ https://growcord.com/faq-items/how-do-you-measure-the-success-of-email-sms-or-whatsapp-marketing-campaigns/#respond Sat, 11 Mar 2023 10:09:06 +0000 https://growcord.com/?post_type=avada_faq&p=5915

We use various metrics to measure the success of these campaigns, including open rates, click-through rates, conversion rates, and revenue generated. We also use A/B testing to optimize the campaigns for better results.

]]>
https://growcord.com/faq-items/how-do-you-measure-the-success-of-email-sms-or-whatsapp-marketing-campaigns/feed/ 0
How do you build an Email, SMS or Whatsapp list? https://growcord.com/faq-items/how-do-you-build-an-email-sms-or-whatsapp-list/ https://growcord.com/faq-items/how-do-you-build-an-email-sms-or-whatsapp-list/#respond Sat, 11 Mar 2023 10:01:51 +0000 https://growcord.com/?post_type=avada_faq&p=5913

We use various methods to build a targeted list of subscribers, including opt-in forms on your website, social media advertising, and lead magnets.

]]>
https://growcord.com/faq-items/how-do-you-build-an-email-sms-or-whatsapp-list/feed/ 0
What is SMS Marketing? https://growcord.com/faq-items/what-is-sms-marketing/ https://growcord.com/faq-items/what-is-sms-marketing/#respond Sat, 11 Mar 2023 09:48:12 +0000 https://growcord.com/?post_type=avada_faq&p=5908

SMS marketing is the process of sending text messages to a targeted list of subscribers with the goal of driving conversions and building customer loyalty.

]]>
https://growcord.com/faq-items/what-is-sms-marketing/feed/ 0
What is Email Marketing? https://growcord.com/faq-items/what-is-email-marketing/ https://growcord.com/faq-items/what-is-email-marketing/#respond Sat, 11 Mar 2023 09:46:20 +0000 https://growcord.com/?post_type=avada_faq&p=5906

Email marketing is the process of sending promotional emails to a targeted list of subscribers with the goal of driving conversions and building customer loyalty.

]]>
https://growcord.com/faq-items/what-is-email-marketing/feed/ 0