MyBB Community Forums

Full Version: [MyCode] Iframe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title : Iframe
Description : integre Iframe

Expression: \[iframe=(.*?)x(.*?)\](.*?)\[/iframe\]

Remplacement :
<iframe name="I love Mybb" SRC="$3" scrolling="auto" width="$1" height="$2" FRAMEBORDER="yes"></iframe>


Activate ? : yes

Works just like this:
Exemple url : http://mybboard.net
mycode is : [iframe=widthxheight]http://mybboard.net[/iframe]

Demo
This seems to be opening the door to a lot of exploits.