WareSeeker Search Software

user access


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

PortSight Secure Access 2.1 Update 3 - User Management and Access Control


script ASP NET Free
View Detail
Download PortSight Secure Access 2.1 Update 3 - User Management and Access ControlDownload PortSight Secure Access 2.1 Update 3 - User Management and Access Control
PortSight Secure Access allows developers to manage users and their access to WebForms and WinForms applications, Web Services, and Web content. It features user groups, roles, permissions, auditing and delegation of administration. The Enterprise Edition also integrates with Microsoft Active Directory, Windows NT domains and ODBC.
2

.access


script CGI Perl Free
View Detail
Download .accessDownload .access
.access allows you to add and remove users one at a time or in bulk, and automatically create all the files needed to control user access. Configured to ensure you need not worry about editing the perl script to get it working or having the correct perl version or modules installed. It also includes generation of random usernames and passwords and ability to e-mail details to the newly added user with personalized text in the new users e-mail.
3

User Manager


script ASP Free
View Detail
Download User ManagerDownload User Manager
User Manager 1.0 register users live on your website from a simple registration form and manage them from an simple easy to use web interface from anywhere in the world. Scripted using ASP 3.0 and MS Access.
4

Access Recovery 2007


windows Security Privacy->Other Tools $39.00
View Detail
Download Access Recovery 2007Download Access Recovery 2007
113 KB
Lost your Access database or user password? Crack it down using Access Recovery password cracker! Access Recovery cracks both database and user passwords for MS Access databases (.mdb, /mde, or .mdw files). All passwords are recovered instantly. All Access versions are supported.
5

User Engine ASP


script ASP $4.99 Additional Info: -
View Detail
Download User Engine ASPDownload User Engine ASP
ASP User Engine is a User Signup and Authentication system which only requires simple configuration. User Engine uses Microsoft Access 2000 Database to store user information and logs date and time of user logins, as well as login counts. Also allowing users to signup with fully validated inputs to protect against SQL injection. Further features are Remember Me option using cookies to allow users to stay logged in until manually logging out and template based error pages.
6

User Logger


script PHP Free
View Detail
Download User LoggerDownload User Logger
Heres what it does: *Displays IP address, browser, and ISP of user. *Logs user time, IP, ISP, browser, and link they used to get your site.
7

Access Recovery 2005


windows Utilities->Password Management $39
View Detail
Download Access Recovery 2005Download Access Recovery 2005
105K
Lost your Access database or user password? Former employees left without unprotecting their documents? Forgot your access password? Crack it down using Access Recovery password cracker! Access Recovery cracks both database and user passwords for MS Access databases (.mdb, /mde, or .mdw files). All passwords are recovered instantly. All Access versions are supported.

8

Access Recovery 2007


windows Security Privacy->Misc Passwords $39
View Detail
Download Access Recovery 2007Download Access Recovery 2007
119KB

Lost your Access database or user password? Former employees left without unprotecting their documents? Forgot your access password? Crack it down using Access Recovery password cracker! Access Recovery cracks both database and user passwords for MS Access databases (.mdb, /mde, or .mdw files). All passwords are recovered instantly. All Access versions are supported.
9

.NET User Engine


script ASP NET $5.99
View Detail
Download .NET User EngineDownload .NET User Engine
User Engine.NET is a User Signup and Authentication system which only requires simple configuration. User Engine uses Microsoft Access 2000 Database to store user information and logs date and time of user logins, as well as login counts. Also allowing users to signup with fully validated inputs to protect against SQL injection. Further features are Remember Me option using cookies to allow users to stay logged in until manually logging out and template based error pages. Secure your web pages by adding a small ASP header which redirects the user to the login page if not signed in.
10

User System


script PHP Free
View Detail
Download User SystemDownload User System
This is a base MySQL only, user system It is more for template useage, and creating your own site from the base template. Pre writtern login/logout/register scripts with user database entries and passwords storage and email and username stored. All passwords are md5 encrypted, for added securiry This package can be used to create a user base for your website, or progressed into much more, but a level of php knowledge is required.
11

User Fingerprints


script CGI Perl Free
View Detail
Download User FingerprintsDownload User Fingerprints
User Fingerprints allows you to track date, ip, browser, processor, JavaScript Disabled, screen dimensions, color depth, and referer. Easy to set up and use - uses the image tag to track.
12

User Info


script CGI Perl Free
View Detail
Download User InfoDownload User Info
This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.
13

User authentication


script PHP Free
View Detail
Download User authenticationDownload User authentication
Step by step tutorial to login,register and logout a user securely using sessions. MD5 hashing is used for password encryption but is easily substituted for stronger hashing algorithms if required.
14

User::Utmp 1.8


linux Programming->Libraries Free
View Detail
Download User::Utmp 1.8Download User::Utmp 1.8
0.011 MB
User::Utmp is a Perl access to utmp- and utmpx-style databases.

SYNOPSIS

use User::Utmp qw(:constants :utmpx);
@utmp = getutx();
or, using utmp:
use User::Utmp qw(:constants :utmp);
@utmp = getut();

UNIX systems record information about current and past logins in a user accounting database. This database is realized by two files: File utmpx contains a record of all users currently logged onto the system, while file wtmpx contains a record of all logins and logouts. Some systems (such as HP-UX and AIX) also maintain a third file containing failed login attempts. The information in these files is used by commands such as who(1), last(1), write(1), or login(1).

The exact location of these files in the file system varies between operating systems, but they are typically stored in directories like /var/adm, /var/run, or /var/log. The Single UNIX Specification specifies an API for reading from and writing to these files.

The utmpx file format and functions were derived from the older utmp file format and functions. For compatibility reasons, many systems still support the utmp functions and maintain utmp database files. It is recommended, however, to use the utmpx functions instead of the obsolete utmp functions.
The User::Utmp module provides functions for reading and writing utmpx and utmp files by providing a Perl interface to the system functions.

Utmpx and utmp records are represented in Perl by hash references. The hash keys are the names of the elements of the utmpx structure. For details consult utmpx(4) (utmpx(5) on some systems). The hash values are (mostly) the same as in C.

As an example, here is a typical record as it may be returned by the getutxent(), getutxid(), getutxline() or the corresponding utmp functions:

{ut_tv => {tv_sec => 1141256698, tv_usec => 0},
ut_line => "ttyp0",
ut_time => 1141256698,
ut_id => "p0",
ut_host => ":0.0",
ut_exit => {e_termination => 0, e_exit => 2},
ut_pid => 4577,
ut_user => "mxp",
ut_type => USER_PROCESS,}

The array returned by the getutx() and getut() functions is composed of hash references like this.


15

user login


script PHP Free
View Detail
Download user loginDownload user login
Make PHP generated web content available only to your users! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. userLogged() returns true if the cookies named UserName and PassWord exist in the MySQL database as a pair. If not, it displays the content of $LogInPage.
16

ScriptMate User Manager


script ASP Free
View Detail
Download ScriptMate User ManagerDownload ScriptMate User Manager
ScriptMate User Manager is an Advanced User Manager System and Password Protection System. It allows you to signup users with custom registration forms, provide multilevel password protection and manage the registered users. It can be easily integrated with any existing ASP application. It can be used with MS Access or MS SQL. Version 2.1 includes many new features like Ip security, 10 additional fields, multiple login security, message queueing for bulk emailing.
17

User Manager 1.0


windows Software Development->Components Libraries Free
View Detail
Download User Manager 1.0Download User Manager 1.0
11.4 MB
User Manager description
User Manager - Add advanced Security and User Management with Remote Access to your applications Add advanced Security and User Management with Remote Access to your applications instantly with User Manager.

User Manager is an Enterprise Software Component wrapped in a ActiveX DLL for ease of use and reusability. It delivers login validation, user management
, authentication, access control, permissions, group management, security management and remote administration features.

Incorporated as standard is industry level encryption to ensure the highest level of security making it suitable for the most demanding and secure environments including the Police, Military and Banking installations.

Requirements:

· Microsoft Visual Studio


Limitations:

· 28 day trial

18

BSS User Management System


script PHP Free
View Detail
Download BSS User Management SystemDownload BSS User Management System
Our management system uses PHP, MySQL and cookies to prevent users from accessing member areas. It includes user registration, account activation, account recovery, login / logoff scripts and the ability to prevent unauthorised access to any page you like simply by adding a few lines of PHP code to your existing pages. Add the MySQL database quickly by running the included SQL script and you will have a password protected system in no time at all.
19

Flogin - User Authentication


script ASP Free
View Detail
Download Flogin - User AuthenticationDownload Flogin - User Authentication
Now Supports Multiple User Authentication. Flogin! is an ASP script which can control access to web pages. Just include flogin.asp in your page and the content after the include would be protected from unauthorized users. It is a simple ASP login script mainly to differentiate between an administrator and other users. It uses the Session Variable to restrict users to access pages which you wish to protect. The access username and password can be simply changed by editing the flogin.asp script variables fUName and fPWord.
20

User Control 4.350


windows Security Privacy->System Lockers $29
View Detail
Download User Control 4.350Download User Control 4.350
3.77 MB
User Control allows you to block any undesired window title or any application / EXE-file. You stipulate exactly what kinds of programs absolutely should not run on your computer (e.g. setup files for new software, peer-to-peer music exchanges, unwanted games or chat programs, etc.).

User Control also offers complete web filtering: i.e. unwanted pages will be blocked for the user on the basis of keywords. In this way, you ensure that your PC users do not surf for hours on crack or pornography sites. You can even explicitly permit access to certain Internet pages and prevent access to all others.User Control is a tool that blocks undesired applications.

But User Control can do a lot more: You can define exactly which applications are permitted, and which ones are not. Reports tell you which applications were started at what time, and which websites were visited. Rounding out this product is the ability to set several system restrictions.

Limitations:

· 45 days


Whats New in This Release:

· Limit access to your PC and Internet

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search