Active Articles: 2038
Total Categories: 16
Sub Categories:616
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. ... learn more
| ||||||||
| ||||||||
Session Management and Authentication with PHPLIB | ||||||||
This three-page online tutorial/article talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is easier to develop web based PHP applications. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Developing a Login System with PHP and MySQL | ||||||||
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 ... learn more
| ||||||||
| ||||||||
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 used authorize off of a MySQL database ... learn more
| ||||||||
| ||||||||
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. Updated to include improved security (PHP HTTP_POST_VARS). ... learn more
| ||||||||
| ||||||||
How to build a member only area on your site using 4MemberOnly | ||||||||
Today you're going to learn, in simple terms, how to use 4MemberOnly to build a member only area on your site. This is a quick, easy, straight to the point, hands-on tutorial that will get you coding in no time. Note that to properly understand this tutorial, you will need a working knowledge of HyperText Markup ... learn more
| ||||||||
| ||||||||
Building a Secure Admin Area & .htaccess | ||||||||
This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for server side password protection. ... learn 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 integrate with any existing php/mysql websiet easily. ... learn more
| ||||||||
| ||||||||
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. ... learn 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 database and block access to login feature for 30 minutes after third unsuccessful attempt. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
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 subscription process and manage your membership database. ... learn more
| ||||||||
| ||||||||
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 protection tutorial, we will explain how to create access authorization using only FTP. This will be helpful to ... learn more
| ||||||||
| ||||||||
PHP login script with advanced features | ||||||||
A php login script tutorial with complex features like: user confirmation, forgot password page, restricted access to web pages based on level access and more. ... learn more
| ||||||||
| ||||||||
Maintaining state with PHP4 sessions | ||||||||
HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering from an online shop, and then forgets all about it. A few seconds later, the same person sends another request, ordering another item. As far as the web server ... learn 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. ... learn more
| ||||||||
| ||||||||
Session Management with PHP4 | ||||||||
One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during a user visit. This article discusses what a session and a session variable are, and what it can do. ... learn more
| ||||||||
| ||||||||
Using a page by page password system using mySQL | ||||||||
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial shows how to create a simple page-based login system using PHP and mySQL. ... learn more
| ||||||||
| ||||||||
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 understand as demos and examples are available for each item ... learn more
| ||||||||
| ||||||||
