Web Links [Tag : Authentication]
Sort By :
1. php authentication
This is an easy to use code for users who do not have the ability to use .htaccess but want to protect sensitive information.
Category:   PHP > Scripts and Programs > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Very Basic PHP/MySQL/Cookie Authentication System
This was wrote as a basic model for authentication users for perhaps an admin section on a website. Its not Fort Knox but provides a basic and fairly secure method authentication. I just needed a little auth system to patch onto a few admin sections so maybe someone else can find this useful aswell. Feel free to modify the code and let me know if you have any comments. This may aswell help anyone whos learning Cookies/Authentication in PHP. The SQL Dump is in the sql folder and contains 2 tables. Once you have the DB details set in config.inc.php you can include the following in top of your pages to check for authentication : <? include_once("inc/au th.inc.php"); $user = _check_auth($_COOKIE); ?> Visit the URL for a demo aswell if you wish. Greets x0x
Category:   PHP > Scripts and Programs > User Authentication

Hits: 4    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. Authentication
We have developped the version 2 of the BEST mimic http authentication php user management script Now you have the possibility to added an unlimited username and password for the same script thats really cool! Anyway better to check by your self a full demo are available on our site
Category:   PHP > Scripts and Programs > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. 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.
Category:   PHP > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. 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.
Category:   PHP > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

6. nsAuthenticator (Active Directory / Database Authentication)
Database / Active Directory Authentication &amp; Authorization script. A script that provides windows / Active Directory authentication via ASP.NET "Forms Authentication" screen. Once Active Directory authentication is obtained, the database is checked for authorization groups. LDAP / Active Directory Support Easily integrated into your applications. Database integration for authorization levels Clear and concise code With the professional edition, you get the following: Sample application in Visual Basic.NET SQL Script for Database Setup COMPLETE SOURCE CODE in Visual Basic.NET!!!
Category:   ASP.NET > Scripts and Controls > Development Tools

Hits: 4    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

7. Securing PHP Files using HTTP Authentication
It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. Peter shows you how to implement simple HTTP authentication.
Category:   PHP > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

8. 4MemberOnly - Simple user registration, authentication script with admin...
* 4MemberOnly can create a login and member area on your site quickly and with the least effort and expense. * 4MemberOnly emails the login details to new users and can recover lost passwords. * 4MemberOnly uses PHP and MySQL. * 4MemberOnly can integrate with any existing website easily. * 4MemberOnly can validate userss email address * add as many member pages as you want # Members area. * new member join page. * login page. * forgotten password retrieve page. * activate account by email * a single header file. * a single footer file. # Admin area. * view account details. * degrade or upgrade an account. * modify account. * activate or deactivate account * delete account.
Category:   PHP > Scripts and Programs > User Authentication

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

9. HTTP Authentication
I show you how to create an HTTP Authentication It is the best username and password system to protect a single OR many pages And you can create an unlimited HTTP Authentication as you want + We have many other good scripts/Tutorial to copy and paste
Category:   PHP > Scripts and Programs > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

10. Authentication in ASP.NET: .NET Security Guidance
This article discusses the importance of security considerations when designing a server application. Both Microsoft Internet Information Services (IIS) and ASP.NET provide security models that will allow you to authenticate your users appropriately and obtain the correct security context within your application.
Category:   ASP.NET > Tutorials

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: 1 2 3 [Next >]