<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — How to forbid certain characters from being in subject title & body?]]></title>
		<link>https://punbb.informer.com/forums/topic/11872/how-to-forbid-certain-characters-from-being-in-subject-title-body/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/11872/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to forbid certain characters from being in subject title & body?.]]></description>
		<lastBuildDate>Thu, 08 Jun 2006 10:09:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to forbid certain characters from being in subject title & body?]]></title>
			<link>https://punbb.informer.com/forums/post/70412/#p70412</link>
			<description><![CDATA[<p>I don&#039;t think that would work, because strpos can return both 0 (the character(s) is/are at the 0th position) or false.<br />You would want<br /></p><div class="codebox"><pre><code>if (strpos($message, &quot;?&quot;) !== false)
message(&#039;You can&#039;t use this character&#039;);</code></pre></div><p>Otherwise, by putting it at the beginning of the string the check could be circumvented I believe</p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Thu, 08 Jun 2006 10:09:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/70412/#p70412</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to forbid certain characters from being in subject title & body?]]></title>
			<link>https://punbb.informer.com/forums/post/70410/#p70410</link>
			<description><![CDATA[<p>i(strpos($message, &quot;?&quot;))<br />message(&#039;You can&#039;t use this character&#039;);</p><p>Put this somewhere where it&#039;s useful.</p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Thu, 08 Jun 2006 10:02:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/70410/#p70410</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to forbid certain characters from being in subject title & body?]]></title>
			<link>https://punbb.informer.com/forums/post/70389/#p70389</link>
			<description><![CDATA[<p>bump</p>]]></description>
			<author><![CDATA[null@example.com (viperjosh)]]></author>
			<pubDate>Thu, 08 Jun 2006 01:29:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/70389/#p70389</guid>
		</item>
		<item>
			<title><![CDATA[How to forbid certain characters from being in subject title & body?]]></title>
			<link>https://punbb.informer.com/forums/post/69932/#p69932</link>
			<description><![CDATA[<p>I get spammed a lot with a ? character, and want it to not allow posting if that character is in either the subject title, or body</p><p>TIA</p>]]></description>
			<author><![CDATA[null@example.com (viperjosh)]]></author>
			<pubDate>Sat, 03 Jun 2006 01:09:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/69932/#p69932</guid>
		</item>
	</channel>
</rss>
