<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — ...]]></title>
		<link>https://punbb.informer.com/forums/topic/3602/view/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3602/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in ....]]></description>
		<lastBuildDate>Tue, 12 Oct 2004 22:20:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: ...]]></title>
			<link>https://punbb.informer.com/forums/post/23197/#p23197</link>
			<description><![CDATA[<p>How to change the $pun_root&nbsp; value when the php file is not in the same directory as the forum? <br />I tried both absolute path and relative path, neither of them work. The error information is &quot;There is no valid language pack &#039;en&#039; installed. Plese check $language setting in config.php.&quot;</p><p><em>Update</em>: the problem is solved. It was due to config.php for punbb, where I set $pun_root to &#039;./&#039;. After removing this line from config.php, the authentication process works.</p>]]></description>
			<author><![CDATA[null@example.com (joshua)]]></author>
			<pubDate>Tue, 12 Oct 2004 22:20:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/23197/#p23197</guid>
		</item>
		<item>
			<title><![CDATA[Re: ...]]></title>
			<link>https://punbb.informer.com/forums/post/12264/#p12264</link>
			<description><![CDATA[<p>Well, you can. It isn&#039;t vital, but it&#039;s not a bad idea.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Wed, 14 Apr 2004 09:43:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/12264/#p12264</guid>
		</item>
		<item>
			<title><![CDATA[Re: ...]]></title>
			<link>https://punbb.informer.com/forums/post/12261/#p12261</link>
			<description><![CDATA[<p>hi<br />when i include my home page<br />&nbsp; include/common.php&#039;<br />is must add in end the of page ?</p><p>$db-&gt;close();</p><p>to close database as like in footer.php of forum ?</p>]]></description>
			<author><![CDATA[null@example.com (zaher)]]></author>
			<pubDate>Wed, 14 Apr 2004 06:48:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/12261/#p12261</guid>
		</item>
		<item>
			<title><![CDATA[Re: ...]]></title>
			<link>https://punbb.informer.com/forums/post/12227/#p12227</link>
			<description><![CDATA[<p>exit;</p><p>?</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Tue, 13 Apr 2004 16:14:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/12227/#p12227</guid>
		</item>
		<item>
			<title><![CDATA[Re: ...]]></title>
			<link>https://punbb.informer.com/forums/post/12197/#p12197</link>
			<description><![CDATA[<p>Have a look at basically any of the scripts from PunBB. At the top you will find the include code for common.php and then a permission check that displays a message if the page can only be viewed by logged in users. You could modify that code slightly to always display that message. Something like this:<br /></p><div class="codebox"><pre><code>&lt;?php

$pun_root = &#039;./&#039;;
require $pun_root.&#039;include/common.php&#039;;

if ($cookie[&#039;is_guest&#039;])
    message($lang_common[&#039;Login required&#039;]);

// Your code here

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 12 Apr 2004 21:05:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/12197/#p12197</guid>
		</item>
		<item>
			<title><![CDATA[...]]></title>
			<link>https://punbb.informer.com/forums/post/12190/#p12190</link>
			<description><![CDATA[<p>...</p>]]></description>
			<author><![CDATA[null@example.com (Ev!L-E!NsTe!N)]]></author>
			<pubDate>Mon, 12 Apr 2004 20:06:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/12190/#p12190</guid>
		</item>
	</channel>
</rss>
