it is possible to combine several of these plugins in only one
#
#---------[ 1. OPEN ]---------------------------------------------------------
#
include/parser.php
#
#---------[ 2. FIND (line: 316) ]---------------------------------------------
#
'#\[u\](.*?)\[/u\]#s',
#
#---------[ 3. AFTER, ADD ]---------------------------------------------------
#
'#\[youtube\]http://www.youtube.com/watch\?v=(.*?)\[/youtube\]#s',
'#\[dailymotion\]http://www.dailymotion.com/swf/(.*?)\[/dailymotion\]#s',
'#\[googlevideo\]http://video.google.com/videoplay\?docid=(.*?)\[/googlevideo\]#s',
'#\[mp3\]([^\[]*?)\[/mp3\]#',
#
#---------[ 4. FIND (line: 326) ]---------------------------------------------
#
'<span class="bbu">$1</span>',
#
#---------[ 5. AFTER, ADD ]---------------------------------------------------
#
'<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>',
'<object width="425" height="364"><param name="movie" value="http://www.dailymotion.com/swf/$1"></param><embed src="http://www.dailymotion.com/swf/$1" type="application/x-shockwave-flash" width="425" height="364"></embed></object>',
'<object width="425" height="364"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1"></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="425" height="364"></embed></object>',
'<object width="200" height="20"><param name="movie" value="dewplayer.swf?mp3=$1" /><param name="wmode" value="transparent" /><embed src="dewplayer.swf?mp3=$1" type="application/x-shockwave-flash" wmode="transparent" width="200" height="20"></embed></object>',
#
#---------[ 6. SAVE/UPLOAD ]-------------------------------------------------
#
mp3 bbcode needs this file to work : http://www.estvideo.com/dew/media/dewplayer.swf