require_once LOCALE.LOCALESET."user_fields.php"; if (FUSION_SELF == "profile.php" && isset($_GET['lookup']) && isnum($_GET['lookup'])) { replace_in_output("\n\n\n\n", "
".$locale['u001']."([-0-9A-Z_@\s]+)
\n\n\n\n\n", "si"); if (iMEMBER && $userdata['user_id'] != $_GET['lookup']) { replace_in_output("\n\n", "\n\n"); } } else if (FUSION_SELF == "viewthread.php") { replace_in_output("
\'\'".$locale['u001']."\\1
".$locale['u043']."
".$locale['u043']."
\n(.*?)

\n", "
\n\'\'

\n\\1

\n" , "si"); }