\r\n"; echo (($_GET['msie'] == 1) ? '
' : '
'); $no_auto_update = get_pconfig($profile_uid, "system", "no_auto_update"); if ($no_auto_update <= 0) { $text = network_content($a,$profile_uid); if ($no_auto_update < 0) set_pconfig($profile_uid, "system", "no_auto_update", 1); } else $text = ""; $pattern = "/]*) src=\"([^\"]*)\"/"; $replace = "'; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text); $pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i"; $text = preg_replace($pattern, $replace, $text); $pattern = "/<\s*embed[^>]*>(.*?)<\s*\/\s*embed>/i"; $text = preg_replace($pattern, $replace, $text); $pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i"; $text = preg_replace($pattern, $replace, $text); echo str_replace("\t",' ',$text); echo (($_GET['msie'] == 1) ? '
' : ''); echo "\r\n"; killme(); }