", "[em]", $text); $text = str_replace("", "[/em]", $text); $text = str_replace("
", "[pre]", $text);
        $text = str_replace("
", "[/pre]", $text); $text = str_replace("", "[strong]", $text); $text = str_replace("", "[/strong]", $text); $text = str_replace("", "[/a]", $text); $text = ereg_replace("", "[a href=#\\1#]", $text); $text = htmlentities($text); $text = ereg_replace("\[a href=#([^#]*)#\]", "", $text); $text = str_replace("[/a]", "", $text); $text = str_replace("[em]", "", $text); $text = str_replace("[/em]", "", $text); $text = str_replace("[pre]", "
", $text);
        $text = str_replace("[/pre]", "
", $text); $text = str_replace("[strong]", "", $text); $text = str_replace("[/strong]", "", $text); return $text; } function show() { global $global_mode, $_colors; if (empty ($messages)) return; if ($global_mode == "web") echo "
\n\n
\n"; unset($messages); } } ?>