|
Generate random passwords with PHP
|
Total Hits :
81
|
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.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Creating a file based login system
|
Total Hits :
89
|
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. First of all we have to collect what we need. The main goal is to restrict access to some of our web pages and allow access only registered users. To do this each webpage must check whether the current visitor is logged in or not.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Login & Sign up forms
|
Total Hits :
75
|
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.
|
DETAILS
VISIT
|
|
Version:
1.0.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Custom user authentication
|
Total Hits :
84
|
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 implementation when you decide to make changes (and trust me - you'll make the changes!!
What you'll need
An idea of what you need
A site that would benefit from users
Some ** PHP knowledge
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Windows
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Developing a Login System with PHP and MySQL
|
Total Hits :
89
|
Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user’s preferences.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Easy Website Password Protection Tutorial
|
Total Hits :
84
|
You can now easily implement password-protected pages to protect folders in your web site. 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 SSH or Telnet access.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Mon, Nov 19, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
|