<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — User Registration, Login script modeled after punbb 1.2]]></title>
		<link>https://punbb.informer.com/forums/topic/5777/user-registration-login-script-modeled-after-punbb-12/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/5777/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in User Registration, Login script modeled after punbb 1.2.]]></description>
		<lastBuildDate>Wed, 26 Jan 2005 13:14:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: User Registration, Login script modeled after punbb 1.2]]></title>
			<link>https://punbb.informer.com/forums/post/32454/#p32454</link>
			<description><![CDATA[<p>Related punBB Threads:<br />* Login Detection - <a href="http://punbb.org/forums/viewtopic.php?id=5539">http://punbb.org/forums/viewtopic.php?id=5539</a><br />* Cookie parameter Httponly, does it work outside MSIE? - <a href="http://punbb.org/forums/viewtopic.php?id=3306">http://punbb.org/forums/viewtopic.php?id=3306</a><br />* Sessions &amp; Cookies - <a href="http://punbb.org/forums/viewtopic.php?id=2626">http://punbb.org/forums/viewtopic.php?id=2626</a><br />* PunBB Login Integration - <a href="http://punbb.org/forums/viewtopic.php?id=6041">http://punbb.org/forums/viewtopic.php?id=6041</a><br />* Multiple group membership - <a href="http://punbb.org/forums/viewtopic.php?id=5609">http://punbb.org/forums/viewtopic.php?id=5609</a><br />* Apply parser.php on a whole site ? - <a href="http://punbb.org/forums/viewtopic.php?id=4795">http://punbb.org/forums/viewtopic.php?id=4795</a><br />* Separate authentication module for sharing applications? - <a href="http://punbb.org/forums/viewtopic.php?id=4806">http://punbb.org/forums/viewtopic.php?id=4806</a><br />* Admin / Moderator confirm registration - <a href="http://punbb.org/forums/viewtopic.php?id=4071">http://punbb.org/forums/viewtopic.php?id=4071</a><br />* Coding .htaccess - <a href="http://punbb.org/forums/viewtopic.php?id=6008">http://punbb.org/forums/viewtopic.php?id=6008</a></p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 26 Jan 2005 13:14:55 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/32454/#p32454</guid>
		</item>
		<item>
			<title><![CDATA[Re: User Registration, Login script modeled after punbb 1.2]]></title>
			<link>https://punbb.informer.com/forums/post/32448/#p32448</link>
			<description><![CDATA[<p>I&#039;m not sure what your point is.&nbsp; Are you saying you want to do the same thing?&nbsp; &quot;a lot of posts are talking about this issue&quot; - Really?&nbsp; Which ones?&nbsp; I went back 6 months and didn&#039;t find any.</p><p>It isn&#039;t as simple and easy as your post implies.</p><p>I don&#039;t want to just use punbb&#039;s login on my whole site, which is what the other posts refer to.&nbsp; I want a <em>stand-alone</em> login system -- &#039;stand-alone&#039; means it doesn&#039;t require installation of the forum; it works all by itself.&nbsp; I haven&#039;t seen that discussion in the other posts; if I missed it I&#039;d appreciate a link, but in the ones I&#039;ve seen they don&#039;t talk about this at all.</p><p>I want to set up a login system that works all by itself without the installation of the forum.&nbsp; For example, below are some introductory tutorials on user login.&nbsp; I&#039;m planning to start with them to learn more about what exactly is going on with the sessions, cookies, passwords, etc.&nbsp; Then I&#039;ll try separating punbb&#039;s user login system from the forum code and see about making it a stand-alone system (or by then I may just write my own).</p><p>Managing Users with PHP Sessions and MySQL - <a href="http://www.sitepoint.com/article/users-php-sessions-mysql">http://www.sitepoint.com/article/users- … ions-mysql</a><br />Authenticate and Track Users with PHP - <a href="http://webmonkey.wired.com/webmonkey/00/05/index2a.html?tw=programming">http://webmonkey.wired.com/webmonkey/00 … rogramming</a><br />PHP Sessions Introduction - <a href="http://www.phpfreaks.com/tutorials/41/0.php">http://www.phpfreaks.com/tutorials/41/0.php</a></p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 26 Jan 2005 12:11:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/32448/#p32448</guid>
		</item>
		<item>
			<title><![CDATA[Re: User Registration, Login script modeled after punbb 1.2]]></title>
			<link>https://punbb.informer.com/forums/post/32372/#p32372</link>
			<description><![CDATA[<p>I see your post with a great interest ... I would like to use<br />- system login on my whole site<br />- use parser.php on my whole site<br />... that&#039;s all ... but this &quot;all&quot; is GREAT ... and even if a lot of posts are talking about this issue, ANY OF THEM shows simply &quot;HOW TO&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Tue, 25 Jan 2005 20:00:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/32372/#p32372</guid>
		</item>
		<item>
			<title><![CDATA[Re: User Registration, Login script modeled after punbb 1.2]]></title>
			<link>https://punbb.informer.com/forums/post/30394/#p30394</link>
			<description><![CDATA[<p>Thinking about it further (and not having studied the source code yet), it seems like what I want to do would be relatively easy:</p><p>* create a database table for &#039;users&#039; - either manually with phpMyadmin or using the code from the install file<br />* then there&#039;s a registration page, login page, admin page, userlist page, etc<br />* there&#039;s some code in each page detecting whether I&#039;m logged in or not - session id?&nbsp; cookies?<br />* that determines what links display: &#039;login&#039;, &#039;logout&#039;, &#039;register&#039;, etc.<br />* and it determines whether the user is allowed into certain directories or webpages</p><p>It sounds simple in concept.&nbsp; We&#039;ll see how it goes in theory.&nbsp; <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 12 Jan 2005 23:00:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30394/#p30394</guid>
		</item>
		<item>
			<title><![CDATA[User Registration, Login script modeled after punbb 1.2]]></title>
			<link>https://punbb.informer.com/forums/post/30382/#p30382</link>
			<description><![CDATA[<p>I want to put together a stripped down, stand-alone version of a user registration/login script.&nbsp; I have a basic understanding of PHP so I thought I&#039;d use PunBB v1.2 as a model to work from.&nbsp; I&#039;m planning to use it as a generic script for creating users that have access to secure webpages, to add a commenting feature later, etc.&nbsp; Just the usual except I&#039;d like it to be a stand-alone script separate from the forum.</p><p>That&#039;s what this is, right?<br />&gt;&gt;&gt; &quot;- A proper user group system with global and forum specific permission settings.&quot;</p><p>How much is punbb&#039;s script integrated into the forum?&nbsp; Would it be simple enough to take the login part out of the forum and use it on it&#039;s own?&nbsp; I&#039;ll look at the code and start studying it to see.&nbsp; </p><p>Any tips, suggestions in the meantime would be appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (D9r)]]></author>
			<pubDate>Wed, 12 Jan 2005 21:12:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30382/#p30382</guid>
		</item>
	</channel>
</rss>
