ja halt schon so schauts aus..
ich will sowas vermeinden:
//
$text = preg_replace("/\/si",
"<img src=\"".$smilie_pfad."grin.gif\" alt=\"*grins*\"/>", $text);
//
$text = preg_replace("/\/si",
"<img src=\"".$smilie_pfad."biggrin.gif\" alt=\"*grins*\"/>", $text);
//
$text = preg_replace("/\:\|/si",
"<img src=\"".$smilie_pfad."worried.gif\" alt=\"*worried*\"/>", $text);
//
$text = preg_replace("/\;\)/si",
"<img src=\"".$smilie_pfad."wink.gif\" alt=\"*zwinker*\"/>", $text);
//
$text = preg_replace("/\/si",
"<img src=\"".$smilie_pfad."tongue.gif\" alt=\"*worried*\"/>", $text);
//
$text = preg_replace("/\/si",
"<img src=\"".$smilie_pfad."tongue.gif\" alt=\"*worried*\"/>", $text);
//;P
$text = preg_replace("/\;P/si",
"<img src=\"".$smilie_pfad."tongue.gif\" alt=\"*worried*\"/>", $text);
//o0
$text = preg_replace("/0o/si",
"<img src=\"".$smilie_pfad."suspicious.gif\" alt=\"*hmm*\"/>", $text);
//o0
$text = preg_replace("/\o0/si",
"<img src=\"".$smilie_pfad."suspicious.gif\" alt=\"*hoe*\"/>", $text);
//°_°
$text = preg_replace("/°_°/si",
"<img src=\"".$smilie_pfad."normal.gif\" alt=\"*pokerface*\"/>", $text);
//-.-
$text = preg_replace("/-.-/si",
"<img src=\"".$smilie_pfad."normal.gif\" alt=\"*pokerface*\"/>", $text);