MyBB Community Forums

Full Version: Add a Flash File by using a [Flash] button on the edit panel ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody!!. I am a fresh newbie Rolleyes. I have a small question and hope everyone to help me. Toungue
[Image: add1yg2.jpg]

I have added this plusgin on my site but don't know how to add a button [flash] to the edit panel.
PHP Code:
<?php
// Flash Code Plugin
// By Rogem http://www.rogem.net/
// Version 1.2

// Tell MyBB when to run the hooks
// $plugins->add_hook("hook name", "function name");
$plugins->add_hook("parse_message""flashcodecode_run");

//..... Code Here
// End of plugin.
?>

Thank a lots Rogem for this one.
This is extremely dangerous. Just to give you a fair warning that allowing members to add flash files from an unknown source can have serious security problems for your members.

You will not be able to prevent XSS attacks.

Search google for "xss attacks flash".
Reference URL's