<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : BBCode question output HTML</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 17 May 2026 10:21:20 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Yes, it is quite safe if it is for admins only. Otherwise you need something like HTML Purifier to sanitize the html.</p>
]]></description>
			<pubDate>Пт, 25 Лис 2011 13:58:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post31630]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[<p>
	Question....<br />
	Would it be safe if I would strip any &lt;script&gt; &lt;/script&gt; tags from the content inside the HTML BBcode users input.... ???<br />
	Would that be enough for safety... ??<br /><br />
	By the way<br />
	I made that functions just for admins... so I am the only one that can do that.. and i made it for fixed areas..<br />
	For example I put blocks of HTML above lists  (So kinda like a page above a list)<br /><br />
	DEVIL Big Brother is Watching !!!<br />
	I know that IF i put Googles Analytics JS script on my site, then they could intercept all my POST data (so also my login credentials)<br />
	A lot off people do NOT realize this !!<br />
	Google knows everything ... <img alt="devil" height="20" src="http://www.cotonti.com/plugins/ckeditor/lib/plugins/smiley/images/devil_smile.gif" title="devil" width="20" /></p>
]]></description>
			<pubDate>Пт, 25 Лис 2011 10:36:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post31623]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	What kind of container does an embed need?</p>
<p><strong>Added 1 minute later:</strong></p><p>
	Ah, got it, so you added a bbcode for raw HTML. Well, it isn't any safe because one can put malicious JavaScript in it and steal admin credential when he browsers the page.</p>
]]></description>
			<pubDate>Пт, 25 Лис 2011 08:44:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post31619]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[<p>
	i have made it.... [html] [/html]...</p>
<p>
	BUT it needs corehacking.</p>
<p>
	And I question if it is safe..</p>
]]></description>
			<pubDate>Пт, 25 Лис 2011 06:21:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post31615]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums.php?m=posts&amp;p=22502%2322502">#22502</a> <strong>Trustmaster: </strong><br />
	Why not add proper embed bbcodes instead? BBcode parser doesn't accept any HTML.</blockquote>
<p>
	Sorry for bumping an old topic, but I do have a question on this.</p>
<p>
	Would it not be possible to create something like a bbcode for a HTML container that can allow embedding?</p>
]]></description>
			<pubDate>Пт, 25 Лис 2011 01:57:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post31613]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[You are right, but i have so many variables in there... <br />
I do not know wich ones are standard<br />
<br />
Look at this code:<br />
&lt;embed src=https://www.cotonti.com/&quot;http://pauwenwitteman.vara.nl/typo3conf/ext/vara_flashplayer/player/player.swf&quot; AllowScriptAccess=&quot;always&quot; width=&quot;480&quot; height=&quot;320&quot; bgcolor=&quot;262626&quot; allowfullscreen=&quot;true&quot; flashvars=&quot;config=http://pauwenwitteman.vara.nl/index.php%3Fid%3D113%26type%3D9010%26tx_varaflashplayer_xmlgenerator%5Bconfig%5D%3D4839%26tx_varaflashplayer_xmlgenerator%5Bembed%5D%3D1%26cHash%3D98e1a6d4ef&quot; &gt;&lt;/embed&gt;<br />
<br />
So thats the thing, every embed element will be so different<br />
<br />
Do you have an idea on how to make this]]></description>
			<pubDate>Нд, 31 Січ 2010 23:45:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post22503]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Why not add proper embed bbcodes instead? BBcode parser doesn't accept any HTML.]]></description>
			<pubDate>Нд, 31 Січ 2010 23:32:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post22502]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Hi you all,<br />
<br />
I want to let the users add HTML code to their articles.<br />
I have made a bbcode like this: [html_code][/html_code]<br />
<br />
The bbcodes work, but the $1 gets translated so the text is showing, but not as HTML.<br />
all special characters are escaped.<br />
<br />
Is there a way to do this ????<br />
<br />
I want this, because they want to add &lt;embed xxx yyy zzz &lt;/embed&gt; stuff<br />
<br />
hope someone can help or maybe someone has a better idea,<br />
<br />
Leo (ez)<br />
<br />
p.s. I do not want to activate the possibility so they can type pure HTML..]]></description>
			<pubDate>Нд, 31 Січ 2010 22:25:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=5231&d=0#post22500]]></link>
		</item>
	</channel>
</rss>