| Yes, the broken pictures are smilies I have replaced or taken out of the definition.
 <?php
 
 $smilies=array(
 ':)'=>'grin.gif',
 ':-)'=>'grin.gif',
 ':('=>'sad.gif',
 ':-('=>'sad.gif',
 ':o'=>'shame.gif',
 ':D'=>'lol.gif',
 ';-)'=>'wink.gif',
 ':p'=>'tongue.gif',
 ':lol:'=>'lol.gif',
 ':confused:'=>'confused.gif',
 ':grin:'=>'grin.gif',
 ':mad:'=>'mad.gif',
 ':sad:'=>'sad.gif',
 ':wink:'=>'wink.gif',
 ':cry:'=>'cry.gif',
 ':bite:'=>'bite.gif',
 ':cool:'=>'cool.gif',
 ':rofl:'=>'lol.gif',
 ':tongue:'=>'tongue.gif',
 ':love:'=>'love.gif',
 ':eek:'=>'eek.gif',
 ':swirlyeyes:'=>'swirlyeyes.gif',
 ':sweatdrop:'=>'sweatdrop.gif',
 ':down:'=>'down.gif',
 ':udon:'=>'udon.gif',
 ':ocult:'=>'ocult.gif',
 ':purin:'=>'purin.gif'
 );
 
 ?>
 
 This what my current definition list looks like, though I tried following this new format, it's still not changing the text equivalent to smilies. Maybe it's the bbcodes itself.
 |