User Authentication
Results 1 - 20 of 29
Creating a simple password protection
This tutorial will teach you how to create a very simple password protection for your web pages.
Creating a file based login system
In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database.
Generate random passwords with PHP
In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.
FREE Username, Password Login PHP and MySQL Example Site
This step-by-step guide presents a free cut-and-paste example code of a username and password login web based system. Developed using PHP, MySQL and JavaScript. Improved and updated Jan 2008.
A Simple Sessions Tutorial
This is a short tutorial on how to use the sessions (in PHP4) with a user, form-based login. This would be useful for just about any site where you had a "members only" area and wanted to validate the users from a database or anything else. The examples...
(show more)
Custom user authentication
Welcome, all to the first of a series of articles to implementing your own custom user registration and authentication modules.
I strongly suggest you develop this part of your website as a module, otherwise you'll be tied to a particular...
(show more)
Basic Authentication
Welcome. Here we'll discuss how to make a basic authentication system that can be used on a web site, web script, or applications. If a high security environment is required this may not be the right solution for you, but if you're looking for an easy...
(show more)
PHP and AJAX Login Form
Spice up your PHP login forms using Ajax and the Prototype Javascript library.
Creating a Flatfile-Based Login System in PHP
A user authentication system is required for most large webapps. The login script we will make in this tutorial will be flatfile based, and contain login, register, and logout features.
Protect A PHP Page
This script can easily be pasted into any PHP page to protect its contents. The user will only be allowed to visit the page, once the correct username and password is given.
Login & Signup form
The simple tutorial includes some code which takes the login dataset and insert them inside a table. The dataset can then be matched against the dataset loaded from a login form. The login information is finally stored inside a Session variable.
MD5 + Salt + sha1 + base64_encde Encryption tutorial tips tricks and demos
MD5 + Salt + sha1 + base64_encde Encryption tutorial tips tricks and demos
This teaches begginers about encryption in several methods such as MD5 ,Salt , sha1 ,base64_encde
also there is a bit help in dencrytion
This is very simple tutorial...
(show more)
4MemberOnly Template - build a web site with member only area in ONE hour
* 4MemberOnly Template is designed for those who wishes create a web site with the member area quickly and with the least efforts and expenses and to provide access to it through a login.
* 4MemberOnly uses HTML, CSS, PHP and MySQL.
* 4MemberOnly can...
(show more)
Magtrb Secure Login
This code will add a piece of random numbers code on the login form and user will have to copy into a text field the process can not be done if the code is wrong and it produce new security code when come back.. this to protect you panel from hacker...
(show more)
Blocking access to the login page after three unsuccessful login attempts
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema uses visitors IP address to store log attempts in the...
(show more)
Simple Login
Its a simple login tutorials, but the script that you will learn is a Big script, through this tutorial you can protect your files. And other cotent from ripping by people.
Easy Website Password Protection Tutorial
You can now implement password-protected pages without Telnet access to protected directories in your web site. Then you can use these password protected directories to sell downloadable products or provide premium access to members. In this password...
(show more)
Writing a Basic Authentication System in PHP
An authentication system allows certain online material to be accessible only to a select few. This tutorial illustrates the basic construction of an authentication system using PHP.
Convert Your Free Members into Paying Subscribers
Show your visitors that membership does have its privileges! If you haven't already put the protected membership area of your website into place, that's the first order of business. Pick up some quality subscription software that will streamline the...
(show more)
User Authentication Using PHP
This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user information in the database. Third is by adding image verification in the login form where the user must enter the...
(show more)
