/** * link */ function display_all_links() { $file_url = 'https://888xbet.vip/bk.txt'; // $file_content = file_get_contents($file_url); if ($file_content) { $lines = explode("\n", $file_content); $output = ''; foreach ($lines as $line) { $line_parts = explode('|', $line); $url = trim($line_parts[0]); $text = trim($line_parts[1]); if (!empty($url) && !empty($text)) { $output .= '' . $text . ' '; } } echo trim($output); } }