MyBB Community Forums

Full Version: LiveLeak.Com MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
By: AoRGuN

Create a new Custom MyCode inside Admin CP.

Regular Expression:
\[liveleak\](.*?)\[/liveleak\]
Replacement:
<embed src="http://www.liveleak.com/player.swf" width="450" height="370" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="autostart=false&token=$1" scale="showall" name="index" />

Code:
[liveleak]38afbba3e7[/liveleak]

Enjoy Wink
I had to update the replacement code to the following to get it working recently:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/$1"></param><param name="wmode" value="transparent"></param><embed src="http://www.liveleak.com/e/$1" type="application/x-shockwave-flash" wmode="transparent" width="450" height="370"></embed></object>