<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - IP restrictions]]></title>
		<link>http://punbb.informer.com/forums/topic/21707/ip-restrictions/</link>
		<description><![CDATA[The most recent posts in IP restrictions.]]></description>
		<lastBuildDate>Wed, 10 Jun 2009 06:25:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128415/#p128415</link>
			<description><![CDATA[<div class="quotebox"><cite>sirena wrote:</cite><blockquote><div class="quotebox"><cite>m4rk0 wrote:</cite><blockquote><p>My primary idea was that when I use punbb on my ISP website, I want that only specified IP class /24 or something like that have access to some let&#039;s say &quot;Admin Notifications&quot; forum... Other IPs can&#039;t see that forum... Etc...</p></blockquote></div><p>Probably simpler to just control that directly via the conventional user group permissions settings per forum that you can already set via the Pun control panel - ie &#039;make the Admin Notifications&#039; forum only viewable by users who are members of the group &#039;ISP Users&#039;, not Guest users. Etc</p></blockquote></div><p>It&#039;s almost impossible to control bunch of users old and new registred...</p>]]></description>
			<author><![CDATA[dummy@example.com (m4rk0)]]></author>
			<pubDate>Wed, 10 Jun 2009 06:25:09 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128415/#p128415</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128414/#p128414</link>
			<description><![CDATA[<div class="quotebox"><cite>m4rk0 wrote:</cite><blockquote><p>My primary idea was that when I use punbb on my ISP website, I want that only specified IP class /24 or something like that have access to some let&#039;s say &quot;Admin Notifications&quot; forum... Other IPs can&#039;t see that forum... Etc...</p></blockquote></div><p>Probably simpler to just control that directly via the conventional user group permissions settings per forum that you can already set via the Pun control panel - ie &#039;make the Admin Notifications&#039; forum only viewable by users who are members of the group &#039;ISP Users&#039;, not Guest users. Etc</p>]]></description>
			<author><![CDATA[dummy@example.com (sirena)]]></author>
			<pubDate>Wed, 10 Jun 2009 01:17:15 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128414/#p128414</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128412/#p128412</link>
			<description><![CDATA[<p>I don&#039;t want to restrict access to whole forum, just to few specified categories on my forum...</p>]]></description>
			<author><![CDATA[dummy@example.com (m4rk0)]]></author>
			<pubDate>Tue, 09 Jun 2009 21:21:19 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128412/#p128412</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128411/#p128411</link>
			<description><![CDATA[<div class="quotebox"><cite>pepak wrote:</cite><blockquote><p>You could add an IP-checking function to the start of every file in <strong>/admin</strong>, either by direct editing or (better) through an extension.</p></blockquote></div><p>That check could also be done simply in the common file which is always included by every admin file.</p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Tue, 09 Jun 2009 21:10:17 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128411/#p128411</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128410/#p128410</link>
			<description><![CDATA[<p>The same could be done for other files, with the right check. The principle is always the same:</p><p>1) Find the file which you want to modify<br />2) Find the appropriate hook<br />3) Modify that hook in your extension</p>]]></description>
			<author><![CDATA[dummy@example.com (pepak)]]></author>
			<pubDate>Tue, 09 Jun 2009 21:02:51 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128410/#p128410</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128409/#p128409</link>
			<description><![CDATA[<p>You could add an IP-checking function to the start of every file in <strong>/admin</strong>, either by direct editing or (better) through an extension. All files that I checked have a hook right at the beginning (e.g. <strong>afo_start</strong> for <strong>/admin/forums.php</strong>). You could check if $_SERVER[&#039;REMOTE_ADDR&#039;] satisfies your rules and if not, end with </p><div class="codebox"><pre><code>message(&#039;Administration denied from your IP address&#039;);</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pepak)]]></author>
			<pubDate>Tue, 09 Jun 2009 21:01:03 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128409/#p128409</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128405/#p128405</link>
			<description><![CDATA[<p>My primary idea was that when I use punbb on my ISP website, I want that only specified IP class /24 or something like that have access to some let&#039;s say &quot;Admin Notifications&quot; forum... Other IPs can&#039;t see that forum... Etc...</p>]]></description>
			<author><![CDATA[dummy@example.com (m4rk0)]]></author>
			<pubDate>Tue, 09 Jun 2009 17:01:22 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128405/#p128405</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128400/#p128400</link>
			<description><![CDATA[<p>mmm ok, so there is no way possible to detect who has multiple.</p><p>and will that method can detect the people who have static ip.</p>]]></description>
			<author><![CDATA[dummy@example.com (SuperMAG)]]></author>
			<pubDate>Tue, 09 Jun 2009 15:28:35 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128400/#p128400</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128395/#p128395</link>
			<description><![CDATA[<div class="quotebox"><cite>SuperMAG wrote:</cite><blockquote><p>mmm i was looking for ip user detection thing, to see if one user have mutiple accounts. i mean some people make 10 accounts.</p></blockquote></div><p>Unless they are on a static I.P, I.P address detection methods to prevent multiple registrations, (or for most other scenarios, for that matter), will be a complete waste of time. Unless one has strict control of whom connects and how, I.P methods are fairly useless. An I.P can change in the blink of an eye.</p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Tue, 09 Jun 2009 12:25:23 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128395/#p128395</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128393/#p128393</link>
			<description><![CDATA[<p>mmm i was looking for ip user detection thing, to see if one user have mutiple accounts. i mean some people make 10 accounts.</p>]]></description>
			<author><![CDATA[dummy@example.com (SuperMAG)]]></author>
			<pubDate>Tue, 09 Jun 2009 12:08:18 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128393/#p128393</guid>
		</item>
		<item>
			<title><![CDATA[Re: IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128388/#p128388</link>
			<description><![CDATA[<p>that is an good idea</p>]]></description>
			<author><![CDATA[dummy@example.com (kevin123)]]></author>
			<pubDate>Tue, 09 Jun 2009 06:31:20 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128388/#p128388</guid>
		</item>
		<item>
			<title><![CDATA[IP restrictions]]></title>
			<link>http://punbb.informer.com/forums/post/128073/#p128073</link>
			<description><![CDATA[<p>Hello,</p><p>Can You add restrictions per IP class/range to specified forums?</p>]]></description>
			<author><![CDATA[dummy@example.com (m4rk0)]]></author>
			<pubDate>Sat, 30 May 2009 17:01:08 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128073/#p128073</guid>
		</item>
	</channel>
</rss>
