MyBB Community Forums

Full Version: Get HTML MOD - Preview
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a little video of a mod I'm currently working on (As-well as other things). This Modification allows you (Or the users you pick) to get HTML from other websites.

I best point out, this is not done with java script it's me refreshing my localhost so it's quite quick.

So for instance the code you use could link to a php script that output a random quote and I can use the script to put it in my sig? How will you be combating malicious scripts that output it infinitely and therefore screw up the page?
No idea what you just said (To many 'for instance' bits).

Bit what I will be doing for security is
- Only certain users can post (For instance an admin or someone who would not mess up the page).
- Some security checks will be in place.
- Before you ask, No i'm not using the include() string to get the html.

I think it is generally assumed that if an admin posts html he usually has no intention of messing up his own forum.

** Sorry for referring to admins as he's, it's a bad habit.