Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
Thanks. That wouldn't post a "security" problem or anything else possibly nasty would it? What would the user enter to embed something like that in a post?
Can you should me a page anywhere where this is in action?
Registered: 06/05/06
Posts: 14904
Loc: Portland, OR; USA
The embed bbcodes actually just read a string of text, so the user would simply enter: [youtube]youtubeid[/youtube]
This is a GREAT security measure, as they can embed content to your site without being allowed to enter html. The bbcodes at UBBDev cannot allow a user to do anything mallicous, as it only allows text and numbers (well, mine does as it uses a regex to filter what is entered for increased security).