Important alert: (current site time 5/21/2013 10:49:34 AM EDT)
 

winzip icon

Secure Log In System With User Registration and Entry Validation

Email
Submitted on: 5/24/2012 11:57:58 AM
By: Jake Rodriguez Pomperada  
Level: Advanced
User Rating: Unrated
Compatibility: PHP 3.0, PHP 4.0, PHP 5.0
Views: 7996
author picture
(About the author)
 
     This code is the improvement of my previous work a log in system with user registration. I also included text field validation for check invalid entries in the text field to minimize wrong entries in the database. For beginners I also include the SQL file to easy to create database and tables. I work had for this to help my fellow programmer interested in PHP/MySQL programming in general. If you have some questions please send me an email at jakerpomperada@yahoo.com. My facebook address is jakerpomperada@yahoo.com. My mobile number here in the Philippines is 09993969756 and 0915462805. Thank you very much and Happy Programming. Regards, Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology Freelance Developer,Programmer,Teachnian and Teacher

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 94 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
5/26/2012 5:21:36 AMCharlie

Great and helpful site. Kudos

(If this comment was disrespectful, please report it.)

 
5/26/2012 12:17:12 PMChris

There are a myriad of security problems with this supposedly secure software: Plain-text password storage, vulnerable to multiple attack types, no bot defenses, and so on. My recommendation is to not use this product.


You should always look around before rolling your own software to see if it already exists, which is how I found this page - doing some research on what is out there. But when it comes to secure login systems, nothing comes close to this one that I found recently:

http://barebonescms.com/documentation/sso/

It is a fantastic single sign-on/login system written in PHP that pretty much kicks everyone else's butt. I have yet to find its equal.
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.