", $text);
$text = str_replace(":S","
", $text);
$text = str_replace("8)","
", $text);
$text = str_replace(":.(","
", $text);
$text = str_replace(":eek:","
", $text);
$text = str_replace(":evil:","
", $text);
$text = str_replace(":lol:","
", $text);
$text = str_replace(":@","
", $text);
$text = str_replace(":D","
", $text);
$text = str_replace(":|","
", $text);
$text = str_replace(":P","
", $text);
$text = str_replace(":$","
", $text);
$text = str_replace(":roll:","
", $text);
$text = str_replace(":(","
", $text);
$text = str_replace(":)","
", $text);
$text = str_replace(":o","
", $text);
$text = str_replace(":twisted:","
", $text);
$text = str_replace(";)","
", $text);
$text = str_replace(":{","
", $text);
$text = str_replace(":sick:","
", $text);
$text = str_replace(":uhm:","
", $text);
$text = str_replace(":clap:","
", $text);
$text = str_replace(":dance:","
", $text);
$text = str_replace(":stop:","
", $text);
$text = str_replace(":doh:","
", $text);
$text = str_replace(":nono:","
", $text);
$text = str_replace(":think:","
", $text);
$text = str_replace(":ssht:","
", $text);
$text = str_replace(":nope:","
", $text);
$text = str_replace(":salut:","
", $text);
$text = str_replace(":wall:","
", $text);
$text = str_replace("cw","**", $text);
$text = str_replace("CW","**", $text);
$text = str_replace("gangsterwar","************", $text);
$text = str_replace("bulletstar","************", $text);
$text = str_replace("crimeage","************", $text);
$text = str_replace("gang-war","**************************", $text);
$text = str_replace("gangwars","***************************", $text);
$text = str_replace("kutzooi","*******************", $text);
$text = str_replace("barafranca.com","***************", $text);
$text = str_replace("KANKER","*****", $text);
$text = str_replace("kanker","*****", $text);
$text = str_replace("Kanker","*****", $text);
$text = str_replace("gay","***", $text);
$text = preg_replace("#\[center\](.*?)\[/center\]#si","\\1", $text);
$text = preg_replace("#\[right\](.*?)\[/right\]#si","\\1
", $text);
$text = preg_replace("#\[b\](.*?)\[/b\]#si","\\1", $text);
$text = preg_replace("#\[u\](.*?)\[/u\]#si","\\1", $text);
$text = preg_replace("#\[i\](.*?)\[/i\]#si","\\1", $text);
$text = preg_replace("#\[left\](.*?)\[/left\]#si","\\1", $text);
$text = preg_replace("#\[center\](.*?)\[/center\]#si","\\1", $text);
$text = preg_replace("#\[right\](.*?)\[/right\]#si","\\1
", $text);
$text = preg_replace("#\[url\](.*?)\[/url\]#si","\\1", $text);
$text = preg_replace("#\[url=(.*?)\](.*?)\[/url\]#si","\\2", $text);
$text = preg_replace("#\[img\](.*?)\[/img\]#si","
", $text);
$text = preg_replace("#\[color=(.*?)\](.*?)\[/color\]#si","\\2", $text);
$text = preg_replace("#\[move\](.*?)\[/move\]#si","", $text);
$text = preg_replace("#\[edit\](.*?)\[/edit\]#si","Edit: \\1
", $text);
return $text;
}
?>