2007-09-28, 01:19 AM
1. Go into your ACP
2.Find Custom MyCode Under Message Filters
3.Click Add MyCode
4. For name and description, put what you want
5. For the regular expression, put this
Test it out and tell me how it works
2.Find Custom MyCode Under Message Filters
3.Click Add MyCode
4. For name and description, put what you want
5. For the regular expression, put this
\[stage6\](.*?)\[/stage6\]
6. For the Replacement put:<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="450" width="800" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="http://video.stage6.com/$1/.divx" /><param name="custommode" value="Stage6" /><param name="showpostplaybackad" value="false" /><embed type="video/divx" src="http://video.stage6.com/$1/.divx" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="false" height="450" width="800" /></object>
Test it out and tell me how it works