|
|
|
| This tutorial will show you how to create a user login system for your website using php and mysql to store the user data. It will show you how to allow a user to register his preferred login id and password, verify and authenticate the user when he subsequently logs in and send the user¡¯s password to his registered email address if the user forgets his password |
|
|
|
| Hits:
161 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Feb-14-2006 |
|
|
|
|
|
| Ever wanted to run your very own membership on your site where guests must join? Well nw you can with this tutorial. It will teach you hot to do registration, login, logout, profiles and much more. Part 1 |
|
|
|
| Hits:
651 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jun-06-2005 |
|
|
|
|
|
| This advanced PHP tutorial will teach you how to create a login system using MySql. It will take you through user registration, user verification and a forgot password feature. |
|
|
|
| Hits:
685 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Jun-17-2005 |
|
|
|
|
|
| Learn how to manage user sessions using cookies |
|
|
|
| Hits:
241 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-12-2005 |
|
|
|
|
|
| Learn how to manage user sessions without Cookies |
|
|
|
| Hits:
429 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Jun-04-2005 |
|
|
|
|
|
| With this tutorial you will be able to create a moderately secure login script without using a mysql database. This one uses an array to store the username's and password's. This method is best used if you only have a few users that you want to have access a certain page, such as a small website or gaming clan. |
|
|
|
| Hits:
675 |
|
| Ratings:
4.00 |
|
 |
|
|
|
|
|    Date Added: Aug-02-2005 |
|
|
|
|
|
| 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 subscription process and manage your membership database. |
|
|
|
| Hits:
922 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Sep-04-2005 |
|
|
|
|
|
| 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 protection tutorial, we will explain how to create access authorization using only FTP. This will be helpful to most webmasters who want to create authentication files but who do not have Telnet. Unfortunately, most of the restricted access tutorials assume that the webmaster can use Telnet, which of course, is not true. Now you can sell your software, documents, images or music online. You can easily protect files and directories that require the use of a username and password, and you don¡¯t have to be a computer programmer to do it! |
|
|
|
| Hits:
956 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-17-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
972 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-05-2005 |
|
|
|
|
|
| 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. |
|
|
|
| Hits:
1024 |
|
| Ratings:
4.75 |
|
 |
|
|
|
|
|    Date Added: Jun-07-2005 |
|
|
|
|
|