<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>PHP Login System with Admin Features</title>
		<link>http://jpmaster77forum.conceptbb.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Sun, 14 Feb 2010 18:18:35 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>PHP Login System with Admin Features</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://jpmaster77forum.conceptbb.com/feed/?</link>
		</image>
		<item>
			<title>avatar system</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/avatar-system-t105.htm</link>
			<dc:creator>mattastic</dc:creator>
			<description>anyone know how to make an avatar system for jp's script?  like have it appear when you log in and on your user info and where it shows when your online?  maybe a gallery/album feature to go along with it?</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 11 Oct 2009 14:24:31 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/avatar-system-t105.htm#578</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/avatar-system-t105.htm</guid>
		</item>
		<item>
			<title>HELP!!! Users can login with any password</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/help-users-can-login-with-any-password-t112.htm</link>
			<dc:creator>madtail</dc:creator>
			<description>Hi,

My users can login with any password, if it's correct or not.  It doesn't seem to check if the password is correct, but it does notice if the password field is empty.  I have checked the session.php, database.php and process.php and they look fine.  I even restored them to their original, NOTHING WORKS!!!



I am not sure when this problem started as I didn't try to login with wrong passwords.



Please help </description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 14 Feb 2010 18:18:35 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/help-users-can-login-with-any-password-t112.htm#634</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/help-users-can-login-with-any-password-t112.htm</guid>
		</item>
		<item>
			<title>Adding new fields Part 1</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-1-t40.htm</link>
			<dc:creator>Fred-Eric</dc:creator>
			<description>Adding new control input element in a form, Part 1



In order to accomplish the task of adding new control input element we will modified theses files:

[*] register.php

[*] process.php

[*] session.php

[*] database.php



Also we will need to alter the current users table to accept the new field created.





1- Altering the sql table

Usually, to accomplish that task I use phpmyadmin, very simple to use...

Just execute this query.

Code:

ALTER TABLE `users` ADD `firstname`  ...</description>
			<category>PHP Login System 101</category>
			<pubDate>Wed, 25 Feb 2009 01:13:49 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-1-t40.htm#195</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-1-t40.htm</guid>
		</item>
		<item>
			<title>simple message board</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/simple-message-board-t111.htm</link>
			<dc:creator>mattastic</dc:creator>
			<description>this is a very simple forum script that got from http://www.chipmunk-scripts.com/board/index.php?forumID=43&amp;ID=9268 and added a few things to it. i didn't add all the code from my site since the code is a little different from my files so there could be some errors.  



create topics

replies to posters

creates a new page after every 10 topics (newer/older)

posts/creates topics based on who is logged in



create database table:

Code:

CREATE TABLE forumtutorial_posts &#40;



   ...</description>
			<category>Hacks and Modifications</category>
			<pubDate>Wed, 03 Feb 2010 20:45:57 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/simple-message-board-t111.htm#630</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/simple-message-board-t111.htm</guid>
		</item>
		<item>
			<title>Want To Promote A New Small Business Website</title>
			<link>http://jpmaster77forum.conceptbb.com/tips-and-tricks-f5/want-to-promote-a-new-small-business-website-t110.htm</link>
			<dc:creator>Jennifer Clark</dc:creator>
			<description>Hi, My name is Jennifer Clark, recently I have shiffted from Dallas to New York, we have a small business which is running successfully in Dallas, now we are opening a branch in New York, I am the one who have to take care the of the business and promote it as well. I am planning to make a web site of our branch, I am new to this city and looking for some local based company whom I can trust for the Website Development for my site, I came to know about webplore.com through one of my friend. Anybody  ...</description>
			<category>Tips and Tricks</category>
			<pubDate>Tue, 22 Dec 2009 08:48:00 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/tips-and-tricks-f5/want-to-promote-a-new-small-business-website-t110.htm#628</comments>
			<guid>http://jpmaster77forum.conceptbb.com/tips-and-tricks-f5/want-to-promote-a-new-small-business-website-t110.htm</guid>
		</item>
		<item>
			<title>private messaging add on</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/private-messaging-add-on-t108.htm</link>
			<dc:creator>mattastic</dc:creator>
			<description>this is a private messaging system you can add to your login system. still some things missing but maybe somebody can add to it



first add the mail table



CREATE TABLE `mail` (

`UserTo` tinytext NOT NULL,

`UserFrom` tinytext NOT NULL,

`Subject` mediumtext NOT NULL,

`Message` longtext NOT NULL,

`status` text NOT NULL,

`SentDate` text NOT NULL,

`mail_id` int(80) NOT NULL auto_increment,

PRIMARY KEY  (`mail_id`)

);



mail.php



Code:

&lt;?php

   include&#40;&quot;include/session.php&quot;&#41;;

   ...</description>
			<category>Hacks and Modifications</category>
			<pubDate>Sun, 08 Nov 2009 17:23:55 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/private-messaging-add-on-t108.htm#616</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/private-messaging-add-on-t108.htm</guid>
		</item>
		<item>
			<title>Redirect to referring page after successful login</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/redirect-to-referring-page-after-successful-login-t107.htm</link>
			<dc:creator>ttigger</dc:creator>
			<description>I have PHP Login System with Admin Features incorporated into one of my websites and it works great.



One thing I would like to change is the page you are sent to after you login. Currently process.php is set to



/* Login successful */

if($retval){

header(&quot;Location: index.php&quot;);



How could I set this script up to refer the user back to the page that sent them to login.php to begin with?



Currently clicking on a secure page goes like this: securepage.php -&gt; login.php  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Fri, 30 Oct 2009 21:44:30 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/redirect-to-referring-page-after-successful-login-t107.htm#610</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/redirect-to-referring-page-after-successful-login-t107.htm</guid>
		</item>
		<item>
			<title>register auto logout?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/register-auto-logout-t109.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>i am currently creating a admin add user page where admin can add users by filling up forms like the register form but this time i use my own code for a simple change..



but my problem is after successfuly added new user...my current session automatically logout itself...here is my code



Code:&lt;?php



  if&#40;isset&#40;&#36;_POST&#91;'subjoin'&#93;&#41;&#41;

  &#123;

      &#36;time = time&#40;&#41;;

      &#36;username = &#36;_POST&#91;'user'&#93;;

   ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 09 Nov 2009 18:12:04 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/register-auto-logout-t109.htm#617</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/register-auto-logout-t109.htm</guid>
		</item>
		<item>
			<title>twitter script</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/twitter-script-t106.htm</link>
			<dc:creator>mattastic</dc:creator>
			<description>this would be really interesting to get this to work with the login script - http://www.ibm.com/developerworks/opensource/library/os-php-twitter-interface/index.html?S_TACT=105AGX54&amp;S_CMP=C0226&amp;ca=dnw-1008&amp;ca=dth-st&amp;open&amp;cm_mmc=4865-_-n-_-vrm_newsletter-_-10731_105741&amp;cmibm_em=dm:0:6992641.  i'm on figure 6 but i cant quite get it to work.  i'm not sure how to apply figure 6 on the main.php page. </description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 17 Oct 2009 17:37:50 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/twitter-script-t106.htm#609</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/twitter-script-t106.htm</guid>
		</item>
		<item>
			<title>Adding new fields Part 2</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-2-t43.htm</link>
			<dc:creator>Fred-Eric</dc:creator>
			<description>This post is the step 2 for adding new input in form register.



Then after having added new fields into the login system, it's time to view those change when we are logged:



1- open userinfo.php for editing, modified the form to show new input field creation

Code:

/* Firstname */

echo &quot;&lt;b&gt;Firstname&#58;&lt;/b&gt; &quot;.&#36;req_user_info&#91;'firstname'&#93;.&quot;&lt;br&gt;&quot;;





2- open useredit.php for editing, modified the form to show new input field creation

Code:

&lt;tr&gt;

&lt;td&gt;Firstname&#58;&lt;/td&gt;

&lt;td&gt;&lt;input  ...</description>
			<category>PHP Login System 101</category>
			<pubDate>Wed, 25 Feb 2009 20:06:16 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-2-t43.htm#209</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-101-f2/adding-new-fields-part-2-t43.htm</guid>
		</item>
		<item>
			<title>Moving buttons/functions onto other pages</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/moving-buttons-functions-onto-other-pages-t104.htm</link>
			<dc:creator>abbo</dc:creator>
			<description>Hi,



How would I go about moving some of the buttons like admin, view account onto a header include so they would be visible wherever you you are on the site? I have moved the session.php include without problems but I am unable to get the buttons to work anywhere else except on main.php.



Also is it possible to break up the admin page so all the functions aren't listed at the same time to make the page smaller?



I would appreciate any help.



Thanks </description>
			<category>PHP Login System Help</category>
			<pubDate>Thu, 08 Oct 2009 07:31:41 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/moving-buttons-functions-onto-other-pages-t104.htm#574</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/moving-buttons-functions-onto-other-pages-t104.htm</guid>
		</item>
		<item>
			<title>Adding date of birth field</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-date-of-birth-field-t60.htm</link>
			<dc:creator>Dorji</dc:creator>
			<description><![CDATA[Help me with date of birth field.... 
<br />
I have created dob field in database. Since there are mysql takes date formate in yyyy-mm-dd format. and the dob filled by the user from form is of 3 (which is drop down list. i am have having trouble with combining these three variable from the form. 
<br />

<br />
PLEASE HELP ME.]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Tue, 31 Mar 2009 03:46:54 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-date-of-birth-field-t60.htm#304</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-date-of-birth-field-t60.htm</guid>
		</item>
		<item>
			<title>Problem with Radio buttons and checkbox</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/problem-with-radio-buttons-and-checkbox-t103.htm</link>
			<dc:creator>michaelsam</dc:creator>
			<description>I'm using this loginscript with the feature countlogin, differentlevels, activationmail,  &quot;logout inactive users&quot; and more registration fields (city, country, language, firstname, lastname) on a liveserver php5.



i also wanted to include radio buttons and check terms, but that didn't work for any reason, each time, i got a error message.



hope you can help me.



ps.

loginscript with adminfeatures is a very good script and easy to complete, if u know anything about php and  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Thu, 27 Aug 2009 07:14:38 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/problem-with-radio-buttons-and-checkbox-t103.htm#569</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/problem-with-radio-buttons-and-checkbox-t103.htm</guid>
		</item>
		<item>
			<title>Next and Previous</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/next-and-previous-t87.htm</link>
			<dc:creator>Dorji</dc:creator>
			<description><![CDATA[Hay
<br />
I am thinking of Searching members. and i dont want to show all member in one page and i like to put paging nav. but i am struck with next 10  and previous 10 if the no. of member is more. did anyone try that.
<br />
please help!!]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 29 Apr 2009 00:10:08 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/next-and-previous-t87.htm#442</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/next-and-previous-t87.htm</guid>
		</item>
		<item>
			<title>Send a registration activation email</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/send-a-registration-activation-email-t16.htm</link>
			<dc:creator>travelfrog</dc:creator>
			<description><![CDATA[Are there any modifications to this script that will send an activation email to the new user that registers, just like the PHPBB registration activation email? 
<br />

<br />
So that new users cannot log in by entering a false email address, or someone else's email address?]]></description>
			<category>Hacks and Modifications</category>
			<pubDate>Sun, 09 Dec 2007 17:34:53 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/send-a-registration-activation-email-t16.htm#71</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/send-a-registration-activation-email-t16.htm</guid>
		</item>
		<item>
			<title>Acount lock out after 5 tries</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/acount-lock-out-after-5-tries-t93.htm</link>
			<dc:creator>bman900</dc:creator>
			<description>How do you lock out a user after the get their password wrong 5 times?</description>
			<category>Hacks and Modifications</category>
			<pubDate>Sat, 09 May 2009 19:20:24 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/acount-lock-out-after-5-tries-t93.htm#506</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/acount-lock-out-after-5-tries-t93.htm</guid>
		</item>
		<item>
			<title>Invite codes</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/invite-codes-t102.htm</link>
			<dc:creator>saph</dc:creator>
			<description>Alright, for starters I'm not a total newbie to PHP, just need some help getting around this!



For registration, the login user needs a key, I have 5000 random alpha phrases generated in a table. This is of course changeable if its not the right way to do it. I guess all that needs to happen is for the register.php to check the code set by the new user against the table, and then flag it as used if the registration passes. 



Would I be able to have a pointer in the right direction?



[s][/s]



Screenshot  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 20 Jul 2009 02:08:51 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/invite-codes-t102.htm#559</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/invite-codes-t102.htm</guid>
		</item>
		<item>
			<title>Extend SESSION with language name code?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/extend-session-with-language-name-code-t101.htm</link>
			<dc:creator>mrc2407</dc:creator>
			<description><![CDATA[Hi!
<br />

<br />
I'm very new on sessions and cookies. I'd like to use this script with a munti-language site. By now, I'm testing with cookies on a folder without the Login System, but I wonder if yhere will be any problem when using my own cookie code... 
<br />

<br />
So, is there any way to extend the script's sessions? I just want to add a session called &quot;lang&quot; which will have just two letters (the language code: en, es, fr...).
<br />

<br />
Thanks!]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 08 Jul 2009 09:55:25 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/extend-session-with-language-name-code-t101.htm#556</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/extend-session-with-language-name-code-t101.htm</guid>
		</item>
		<item>
			<title>Email admin upon registering</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-admin-upon-registering-t100.htm</link>
			<dc:creator>nichola</dc:creator>
			<description>Hi,



I have traweled the evolt site forum (as much as I can stand as it has many pages now) and I can't see anywhere the answer to my question.



When someone registers how do you send a notification email to the administrator. I'm not wishing to implement a member activation, just a simple email to inform the admin that there is a new member on the site. I am already using the welcome email functionality which is working fine.



I hope you can help, I'm others would want this or have  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Tue, 02 Jun 2009 09:34:52 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-admin-upon-registering-t100.htm#543</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-admin-upon-registering-t100.htm</guid>
		</item>
		<item>
			<title>Auto login after successfully register</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/auto-login-after-successfully-register-t32.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Edit constants.php (add one constant): 

Code:&lt;&#36;php

/**

* Auto Login - this constant determines whether

* or not to login a new user at the time of

* registration.

*/

define&#40;&quot;AUTO_LOGIN&quot;, true&#41;;

 



Edit the register() function in session.php: 

Code:&lt;&#36;php

   /**

    * register - Gets called when the user has just submitted the

    * registration form. Determines if there were any errors with

    * the  ...</description>
			<category>Hacks and Modifications</category>
			<pubDate>Tue, 17 Feb 2009 23:12:59 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/auto-login-after-successfully-register-t32.htm#141</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/auto-login-after-successfully-register-t32.htm</guid>
		</item>
		<item>
			<title>Public user profile?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/public-user-profile-t99.htm</link>
			<dc:creator>mr.t</dc:creator>
			<description>Hi, is there any way to make a user profile (like youtube.com or something) with the login script?</description>
			<category>PHP Login System Help</category>
			<pubDate>Thu, 28 May 2009 00:19:53 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/public-user-profile-t99.htm#540</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/public-user-profile-t99.htm</guid>
		</item>
		<item>
			<title>weird issue</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/weird-issue-t98.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>well again i hope some php gurus here can sort me out with this simple problem...it seems simple...but yet is hard 



Code:&lt;?php



include&#40;&quot;controls.php&quot;&#41;;



  if&#40;isset&#40;&#36;_POST&#91;'submit'&#93;&#41;&#41;

  &#123;     

  &#36;name = &#36;_POST&#91;'name'&#93;;

  &#36;ic = &#36;_POST&#91;'ic'&#93;;

  &#36;sex = &#36;_POST&#91;'sex'&#93;;

  &#36;race = &#36;_POST&#91;'race'&#93;;

  &#36;rel = &#36;_POST&#91;'rel'&#93;;

   ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 23 May 2009 05:41:28 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/weird-issue-t98.htm#538</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/weird-issue-t98.htm</guid>
		</item>
		<item>
			<title>change password help</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-password-help-t97.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>ok i wanna create my own change password page for my user...but i wanna use all the error check form from session...



which i do like this



Code:if&#40;!&#36;oldpw&#41;&#123;

            echo &quot;&lt;font size=\&quot;2\&quot; color=\&quot;#ff0000\&quot;&gt;* Current Password not entered&lt;/font&gt;&quot;;

      &#125;

      else &#123;

      if&#40;strlen&#40;&#36;oldpw&#41; &lt; 4 ||

     ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 18 May 2009 17:40:36 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-password-help-t97.htm#536</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-password-help-t97.htm</guid>
		</item>
		<item>
			<title>Forgot Pass Confirmation function...</title>
			<link>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/forgot-pass-confirmation-function-t4.htm</link>
			<dc:creator>NTGre</dc:creator>
			<description>Hello.

I just wrote a simple code about Forgot Pass problem...

http://evolt.org/PHP-Login-System-with-Admin-Features?from=1150&amp;comments_per_page=50



I ll copy all my code Here.....



CHANGE PASSWORD CONFIRMATION



1)constans.php



Code:define&#40;&quot;TBL_USERS_FORGOT&quot;, &quot;users_forgot&quot;&#41;;



2)process.php



change to......



Code:function procLogin&#40;&#41;&#123;

      global $session, $form;

      /* Login attempt  ...</description>
			<category>Hacks and Modifications</category>
			<pubDate>Thu, 17 May 2007 13:22:57 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/forgot-pass-confirmation-function-t4.htm#9</comments>
			<guid>http://jpmaster77forum.conceptbb.com/hacks-and-modifications-f4/forgot-pass-confirmation-function-t4.htm</guid>
		</item>
		<item>
			<title>userlevel question</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/userlevel-question-t96.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description><![CDATA[i wanna print out user level name instead user level's level number...
<br />

<br />
is like
<br />

<br />
define(&quot;ADMIN_NAME&quot;, &quot;admin&quot;);
<br />
define(&quot;ADMIN_LEVEL&quot;, 9);
<br />

<br />
now i wanna print out admin instead of that 9 number..]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Fri, 15 May 2009 12:25:35 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/userlevel-question-t96.htm#532</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/userlevel-question-t96.htm</guid>
		</item>
		<item>
			<title>Put array values into SELECT stmt</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/put-array-values-into-select-stmt-t89.htm</link>
			<dc:creator>mbrad</dc:creator>
			<description>Thanks for taking the time to read my question.



I have a query in session.php that pulls data based on the criteria string I build. This all works fine. The query returns all the data I want. I then fill an array with each rows unique ID.



Where I'm stuck is trying to get the data out of that array while I'm in my recipe.php page. This is where the search is originating from, and where the criteria comes for the query on session.php page. I need the values of my array to go into a SELECT  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 02 May 2009 16:31:57 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/put-array-values-into-select-stmt-t89.htm#468</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/put-array-values-into-select-stmt-t89.htm</guid>
		</item>
		<item>
			<title>admin edit userdetails</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-userdetails-t95.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>ok i made some of this part actually work but i come to a part which i have stuck again....where is the currentpassword.....i reuse back the useredit.php page...in that section it has currentpassword for user to enter to change their password...



ok lets say i skip tat, i mean as a admin i wont edit the password...so i wanna edit some fields like



username, email, userlevel, and abit of custom field...



how am i goin to post all this value to? process.php? that section has edit function  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 10 May 2009 12:49:47 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-userdetails-t95.htm#510</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-userdetails-t95.htm</guid>
		</item>
		<item>
			<title>adding user only with admin</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-user-only-with-admin-t94.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>ok i done this simple part of admin only can add new user...but i came to a part where i wan my admin to add those user with userlevel together as well...i modify some of the codes and still having problems with register fail..this wat i do



adduser.php

Code:&lt;form action=&quot;&lt;?php echo &#36;processpath ; ?&gt;&quot; method=&quot;POST&quot;&gt;

&lt;table align=&quot;left&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; class=&quot;content_text&quot;&gt;

&lt;tr&gt;&lt;td&gt;Username&#58;&lt;/td&gt;&lt;td&gt;&lt;input  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 10 May 2009 04:48:38 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-user-only-with-admin-t94.htm#509</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/adding-user-only-with-admin-t94.htm</guid>
		</item>
		<item>
			<title>multiple field choices?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/multiple-field-choices-t82.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description><![CDATA[i saw there is a radio box check tutorials....but currently i wanted to make a field which can input more than 1 values....
<br />

<br />
like something abt 
<br />

<br />
What do you like to eat? can choose more than 1,
<br />
so below here have multibox to be check...and all the information will be keyed in to the database..]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 22 Apr 2009 09:03:20 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/multiple-field-choices-t82.htm#419</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/multiple-field-choices-t82.htm</guid>
		</item>
		<item>
			<title>Email Activation/Admin acceptance</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-activation-admin-acceptance-t92.htm</link>
			<dc:creator>bluedogsb</dc:creator>
			<description>I have read the email activation ideas people have had, but want to add a feature to the email that is sent.



I would like the &quot;activate account&quot; link in the email to the potential new user to prompt the admin center and list &quot;awaiting new users&quot; and then choose &quot;allow this user to register&quot; so the admin can filter out the spam manually. Basically the potential new users must be accepted by the admin. 



I would think this is simple, but not sure how to make  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Fri, 08 May 2009 17:27:42 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-activation-admin-acceptance-t92.htm#490</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-activation-admin-acceptance-t92.htm</guid>
		</item>
		<item>
			<title>Registration Failed</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/registration-failed-t91.htm</link>
			<dc:creator>bluedogsb</dc:creator>
			<description>Alright, well if this has been posted, then I'm sorry, but I couldn't find a thread with this problem on this forum. 



This is a problem that has been noted many times, but doesn't seem to receive help when it is asked. I get the &quot;return 2&quot; aka failing when I try to register a new user. I have no clue why especially since this is supposed to work &quot;out of the box&quot;. Although it has worked for almost everyone, it has not worked for me. I am assuming this is the only hump  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 06 May 2009 20:21:31 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/registration-failed-t91.htm#481</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/registration-failed-t91.htm</guid>
		</item>
		<item>
			<title>Text Editor</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/text-editor-t90.htm</link>
			<dc:creator>Dorji</dc:creator>
			<description><![CDATA[I am think of adding &lt;textarea&gt; with this script. I am using<dl class="codebox"><dt>Code:</dt><dd><code>'&lt;p&gt;'.ereg_replace&#40;&quot;\n&quot;,&quot;&lt;br&gt;&quot;,&#36;about&#41;.'&lt;/p&gt;';</code></dd></dl> for 'ENTER KEY'. but i would like to add more like BOLD ITALIC and UNDERLINE the Simple one  like in this Forum. 
<br />
do you have any idea  how to work with this....]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 03 May 2009 01:29:52 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/text-editor-t90.htm#469</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/text-editor-t90.htm</guid>
		</item>
		<item>
			<title>Function to log when a file is created</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/function-to-log-when-a-file-is-created-t85.htm</link>
			<dc:creator>Helios</dc:creator>
			<description>hey, i'm using linchpin's activation email upon registering modification.



I was thinking about creating a cron job schedular or function to log when a file is sent out, and 8 days without activation it would delete the file. Or when the user has activated it will delete the file.



I want to do this becuase the activation folder is getting quite big now 



I know what I want but im sure how to create it; any help would be greatly apreciated. </description>
			<category>PHP Login System Help</category>
			<pubDate>Tue, 28 Apr 2009 06:29:52 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/function-to-log-when-a-file-is-created-t85.htm#439</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/function-to-log-when-a-file-is-created-t85.htm</guid>
		</item>
		<item>
			<title>query question</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/query-question-t88.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>i am trying to play around with the script and i wanted to make more than 1 query...



is like i wanna try something like this...

Code:function addNewUser&#40;&#36;username, &#36;password, &#36;email&#41;&#123;

      &#36;time = time&#40;&#41;;

      /* If admin sign up, give admin user level */

      if&#40;strcasecmp&#40;&#36;username, ADMIN_NAME&#41; == 0&#41;&#123;

         &#36;ulevel = ADMIN_LEVEL;

     ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 29 Apr 2009 12:17:22 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/query-question-t88.htm#443</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/query-question-t88.htm</guid>
		</item>
		<item>
			<title>pms</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/pms-t86.htm</link>
			<dc:creator>Helios</dc:creator>
			<description><![CDATA[Has anyone got a working private mail script to work with this mod yet?
<br />

<br />
I'm thinking about coding one into the login system, but wanted to know if anyone had a script handy to cut down my work massivly.]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Tue, 28 Apr 2009 15:48:56 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/pms-t86.htm#441</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/pms-t86.htm</guid>
		</item>
		<item>
			<title>Change time() to date issues</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-time-to-date-issues-t80.htm</link>
			<dc:creator>ragtech</dc:creator>
			<description>I followed these instructions

http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/changing-time-with-date-y-m-d-his-t66.htm#330

for changing time() with date(&quot;y/m/d : H:i:s&quot;)



I changed this in session.php &#36;this-&gt;time = time() to &#36;this-&gt;time = date(&quot;y/m/d : H:i:s&quot;) and I also changed this in my mysql_db tables &quot;users&quot;, &quot;active_users&quot; and &quot;active_guest&quot; to timestamp as per that post



Everything is working but  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 18 Apr 2009 11:23:52 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-time-to-date-issues-t80.htm#403</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/change-time-to-date-issues-t80.htm</guid>
		</item>
		<item>
			<title>I agree to the terms &amp; conditions&quot; Checkbox help</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/i-agree-to-the-terms-conditions-checkbox-help-t83.htm</link>
			<dc:creator>ragtech</dc:creator>
			<description>I have been trying all day and I just can't get a simple checkbox to work. It's driving me crazy because I have had so much success modifying this script to fit my needs and this seems like it would be so simple... but not for me and not today!





All I want is on the register.php is a check box that says &quot;I agree to the terms and conditions&quot; If the box is checked they proceed as normal (I don't want to save the agree to terms in a database or anything like that)...



But if  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 27 Apr 2009 04:33:33 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/i-agree-to-the-terms-conditions-checkbox-help-t83.htm#429</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/i-agree-to-the-terms-conditions-checkbox-help-t83.htm</guid>
		</item>
		<item>
			<title>Add &quot;Search&quot; functionality</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/add-search-functionality-t84.htm</link>
			<dc:creator>mbrad</dc:creator>
			<description>Thanks for taking the time to read my question.



I have a page recipe.php that I'd like to add a Search to. The user would type in a word, then the search would look in the DB for recipes with that word in the recipe name.



I've got something but it isn't working. I'm using the session.php page to try to return the values. I think I'm doing this correctly, but am not getting the results I'm needing. My sql query is ok, as it returns the proper results when run in phpMyAdmn, so it must  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 27 Apr 2009 14:21:29 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/add-search-functionality-t84.htm#430</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/add-search-functionality-t84.htm</guid>
		</item>
		<item>
			<title>Admin Edit Users' Information?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-users-information-t15.htm</link>
			<dc:creator>user04</dc:creator>
			<description>Okay so now that I've figured out how to add a user to the DB as the admin, I know need to be able to edit that info from the admin page.



So I did the following on the admin page:



Code:

/* Display table contents */

   echo &quot;&lt;table align=\&quot;left\&quot; border=\&quot;1\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;3\&quot;&gt;\n&quot;;

   echo &quot;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Username&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Level&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Email&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Last  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 02 Dec 2007 23:47:50 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-users-information-t15.htm#69</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/admin-edit-users-information-t15.htm</guid>
		</item>
		<item>
			<title>insert a picture</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/insert-a-picture-t79.htm</link>
			<dc:creator>hans</dc:creator>
			<description><![CDATA[How do I insert a binary file into database? trough this system....
<br />

<br />
$data = addslashes(fread(fopen($form_data, &quot;r&quot;), filesize($form_data)));
<br />

<br />
&lt;form method=&quot;post&quot;..........enctype=&quot;multipart/form-data&quot;&gt;
<br />

<br />
gives a error, cant't change headers......???
<br />
any ideas??? Please.
<br />

<br />
Thank you Hans]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 18 Apr 2009 05:37:50 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/insert-a-picture-t79.htm#402</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/insert-a-picture-t79.htm</guid>
		</item>
		<item>
			<title>Login Re-direct and Username issues</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/login-re-direct-and-username-issues-t81.htm</link>
			<dc:creator>alikat</dc:creator>
			<description><![CDATA[So I have 2 questions.. Warning I am not a comlete noob at PHP, but I am not advanced. 
<br />

<br />
How do I get the login script to redirect to another page?
<br />

<br />
Also how do I take the lower limit off the size of username during registration? 
<br />

<br />
Thanks for the help! <img src="http://illiweb.com/fa/i/smiles/icon_question.gif" alt="Question" longdesc="17" />]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 19 Apr 2009 17:52:20 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/login-re-direct-and-username-issues-t81.htm#404</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/login-re-direct-and-username-issues-t81.htm</guid>
		</item>
		<item>
			<title>Email All Feature?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-all-feature-t50.htm</link>
			<dc:creator>theemonopolyguy</dc:creator>
			<description><![CDATA[I am a php n00b. I know the basic's, and no more than that. I love this script because it is very easy to use and understand. 
<br />

<br />
There is one feature I have been wanting to add tho, and it's an email all feature. Now I have some experience with sendmail, but can't seem to figure out how I woul get all the user's emails into on contact list. 
<br />

<br />
Any idea's?]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Thu, 05 Mar 2009 00:21:00 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-all-feature-t50.htm#227</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/email-all-feature-t50.htm</guid>
		</item>
		<item>
			<title>Sessions</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/sessions-t78.htm</link>
			<dc:creator>s.w.vanderlaan</dc:creator>
			<description>Hi,



Here we go again. About sessions.



How come:

the session is not terminated if I close the browser; the user is still displayed in other browsers as being logged in...?

when I do nothing for, say 5 minutes, the session is not terminated...?





The code I use to show the logged in users:

Code:&lt;table align=&quot;right&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot;&gt;

&lt;tr&gt;

&lt;td&gt;Logged in as&#58;&lt;/td&gt;&lt;td&gt;&lt;font color=\&quot;#99CC00\&quot;&gt;&lt;?php  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 15 Apr 2009 08:58:05 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/sessions-t78.htm#398</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/sessions-t78.htm</guid>
		</item>
		<item>
			<title>displaying of username</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/displaying-of-username-t67.htm</link>
			<dc:creator>Dorji</dc:creator>
			<description><![CDATA[As you see when some visit someone's info. the user name is being diaplayed in the browser's address. Is there any way to change it to user's id. if so please reply.
<br />

<br />
Thanks]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Tue, 07 Apr 2009 16:12:19 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/displaying-of-username-t67.htm#332</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/displaying-of-username-t67.htm</guid>
		</item>
		<item>
			<title>php mysql gurus</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/php-mysql-gurus-t77.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>i have create a simple news code...to show news..but the problem is i am showing all the news in database...this news program i would like to integrade with this login scritp...i need some help in showing only the 1st 5 latest news from db...



Code:

include&#40;&quot;config.php&quot;&#41;;



        

        &#36;result = mysql_query&#40;&quot;SELECT * FROM news ORDER BY newsid DESC&quot;,&#36;connect&#41;;



        while&#40;&#36;myrow  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Mon, 13 Apr 2009 19:39:53 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/php-mysql-gurus-t77.htm#383</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/php-mysql-gurus-t77.htm</guid>
		</item>
		<item>
			<title>rank user</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/rank-user-t76.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>ok as we know tat this script can do some access list control but mostly we wanna create a new rank or level is usually by hard coded...into the constants.php...is there any way for admin to able to create ranks/level through the admin center? like a GUI or something...instead of hard coding them on constant.php</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 12 Apr 2009 18:29:41 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/rank-user-t76.htm#380</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/rank-user-t76.htm</guid>
		</item>
		<item>
			<title>the concept of this login script</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/the-concept-of-this-login-script-t75.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>ok i am kinda new in php stuff but i would like to ask abit abt this script.



lets say i wanna try out to make a new news system with only simple stuff like add,edit and delete....i would like to integrate this login system with it...which i think is easy by adding few line of code...but how abt something prewritten which has an admin section ready...but i wanna remove that prewritten admin login check and replace by my own...is this possible?



like i found a very nice shopping script  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Sun, 12 Apr 2009 12:31:24 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/the-concept-of-this-login-script-t75.htm#375</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/the-concept-of-this-login-script-t75.htm</guid>
		</item>
		<item>
			<title>Un ban users</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/un-ban-users-t19.htm</link>
			<dc:creator>abbo</dc:creator>
			<description><![CDATA[Has anyone added this feature, I know copying the information over to a 'banned' table and then back again is one option. However would it be easier to just add a banned column to the users table with a yes/no option and then if a username has a yes in the row they cant login.
<br />

<br />
I would appreciate any opions on the best way to achieve this and how i would go about coding this?
<br />

<br />
Thanks]]></description>
			<category>PHP Login System Help</category>
			<pubDate>Fri, 09 May 2008 09:41:39 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/un-ban-users-t19.htm#91</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/un-ban-users-t19.htm</guid>
		</item>
		<item>
			<title>ban question</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/ban-question-t73.htm</link>
			<dc:creator>intothefantasy</dc:creator>
			<description>it seems tat when i ban someone and tried to login, i have error of username is not exist instead of the user is ban, is like already deleted the ban username instead of freezing them temporary. i saw there is an error msg of you account has been ban or something, but i dont see them happen in the login place.</description>
			<category>PHP Login System Help</category>
			<pubDate>Sat, 11 Apr 2009 19:11:27 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/ban-question-t73.htm#364</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/ban-question-t73.htm</guid>
		</item>
		<item>
			<title>Any one know if a 'textarea' can be used?</title>
			<link>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/any-one-know-if-a-textarea-can-be-used-t68.htm</link>
			<dc:creator>ragtech</dc:creator>
			<description>I tried this in the register.php but it didn't work, I am just a baby when it comes to php so if you can help please treat me as such     I love this script though... it was just what I was looking for. When I came across it I was amazed how it worked... whoever is responsible, THANK YOU!



Here is what I tried in the register.php



&lt;textarea name=&quot;description&quot; cols=&quot;50&quot;&gt;&lt;? echo $form-&gt;value(&quot;description&quot;); ?&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;td&gt;&lt;?  ...</description>
			<category>PHP Login System Help</category>
			<pubDate>Wed, 08 Apr 2009 07:22:45 GMT</pubDate>
			<comments>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/any-one-know-if-a-textarea-can-be-used-t68.htm#334</comments>
			<guid>http://jpmaster77forum.conceptbb.com/php-login-system-help-f1/any-one-know-if-a-textarea-can-be-used-t68.htm</guid>
		</item>
	</channel>
</rss>