Sponsors
User Authentication
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 random numbers displayed in the image.
Price: free Rate:
0.0(out of 5) Vote:0
PHP and AJAX Login Form
Spice up your PHP login forms using Ajax and the Prototype Javascript library.
Price: free Rate:
0.0(out of 5) Vote:0
Blocking access to the login page after three unsuccessful login
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 database and block access to login feature for 30 minutes after third unsuccessful attempt
Price: free Rate:
0.0(out of 5) Vote:0
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.
Price: free Rate:
0.0(out of 5) Vote:0
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.
Price: free Rate:
0.0(out of 5) Vote:0
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.
Price: free Rate:
0.0(out of 5) Vote:0
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 way to add authentication with basic and admin rights seperation you should find this tutorial to be very useful
Price: free Rate:
0.0(out of 5) Vote:0
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.
Price: free Rate:
0.0(out of 5) Vote:0
PHP and AJAX Login Form
Spice up your PHP login forms using Ajax and the Prototype Javascript library.
Price: free Rate:
0.0(out of 5) Vote:0
Pages : 1

