User Management Scripts
  Home arrow ASP Scripts arrow User Management Scripts
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Script  
Developer Forums  
Forums Sitemap 
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Free White Papers 
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.
User Management Scripts
 
Pages: 1 2

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

ASPProtect
ASP SCRIPTS
ASP Scripts

ASPProtect is an Advanced User Managment Application with web based screens that allow you to easily manage users and their access. Any pages you want to protect simply need one server side include at the top of the page. Pure ASP solution. Code: ASP 3.0 & VBScriptThis system began 5 years ago as a free download from my old powerasp.com website. It was such a popular download that I decided to make a high end version of it to sell. Since then it has evolved year after year and become better and better through each version. The ASPProtect system has been cloned and copied by many competitors. Rest assured ASPProtect is the real deal and has more time put into it than any of the wannabe systems out there. Do yourself a favor and buy the best solution for password protecting your ASP driven website

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5
Price: 69.95
Version: 6.x
Platform: Windows
Date Added: Wednesday, Sep 15, 2004
Last Updated: Monday, Sep 20, 2004
Visit Website

Dataaccess layer
ASP SCRIPTS
ASP Scripts

Imports SystemImports System.DataImports System.Data.SqlClientImports System.DiagnosticsNamespace DAL Public Class DataAccess Implements IDisposable Private strConnection As String = ConfigurationSettings.AppSettings("conString") Private command As SqlCommand Public Sub New(ByVal sprocName As String, ByVal commandType As CommandType, Optional ByVal parameters As SqlParameter() = Nothing) command = New SqlCommand(sprocName, New SqlConnection(strConnection)) command.CommandType = commandType If Not IsNothing(parameters) Then Dim parameter As SqlParameter For Each parameter In parameters command.Parameters.Add(parameter) Next End If command.Connection.Open() End Sub Public Sub New(ByVal sprocName As String, ByVal parameters As ArrayList) command = New SqlCommand(sprocName, New SqlConnection(strConnection)) command.CommandType = CommandType.StoredProcedure Dim parameter As SqlParameter For Each parameter In parameters command.Parameters.Add(parameter) Next command.Connection.Open() End Sub Public Function runNonQuery_Int() As Int32 If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim retVal As Integer = 0 retVal = command.ExecuteNonQuery() Return retVal End Function Public Function runUpadateQuery_Int(Optional ByVal strRetParamName As String = "") As Int32 If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim i As Integer i = command.ExecuteNonQuery() If i = 0 Then Return 0 Else If strRetParamName = "" Then Return i Else Return command.Parameters("@" & strRetParamName).Value End If End If End Function Public Function runScalar_Obj() As Object If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Return (command.ExecuteScalar()) End Function Public Function runReader_Rd() As SqlDataReader Dim rdr As SqlDataReader If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If rdr = command.ExecuteReader() Return rdr End Function Public Function runAdapter_Dt() As DataTable 'hh If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim dataAdapter As SqlDataAdapter Dim dataTable As DataTable dataAdapter = New SqlDataAdapter dataTable = New DataTable dataAdapter.SelectCommand = command dataAdapter.Fill(dataTable) dataAdapter.Dispose() Return dataTable End Function Public Sub Dispose() Implements System.IDisposable.Dispose If Not IsDBNull(command) Then Dim tmpsqlcon As SqlConnection tmpsqlcon = command.Connection Debug.Assert(Not IsDBNull(tmpsqlcon)) command.Dispose() tmpsqlcon.Dispose() End If End Sub End ClassEnd Namespace

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5
Price: Freeware
Version: 1
Platform: Windows
Date Added: Thursday, May 05, 2005
Last Updated: Tuesday, May 10, 2005
Visit Website

Undetectable keylogger software
ASP SCRIPTS
ASP Scripts

Keyboard Capture software check out that what is going on your computer or laptop in your absence. This Active Key Logger tool stores each keystroke in a password protected log file so that no one can see it. This parental control software works in a hidden mode so that no one can see it in add remove programs, start menu or in windows explorer. It tracks all visited URLs, chat conversation, username and passwords and saves them in a text file.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5
Price: $45
Version: 3.0.1.5
Platform: Linux
Date Added: Wednesday, Mar 26, 2008
Last Updated: Sunday, Apr 06, 2008
Visit Website

Ocean12 Membership Manager Pro
ASP SCRIPTS
ASP Scripts

An advanced membership management/password protection program written entirely in ASP/VBScript. Features unlimited users, protected areas, and the ability to allow users to register for access.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5
Price: $19.95
Version: 1.00
Platform: Windows
Date Added: Thursday, Jan 06, 2005
Last Updated: Monday, Jan 10, 2005
Visit Website

ASP Login
ASP SCRIPTS
ASP Scripts

ASP Login is Windows compatible. The ASP Login script is a simple script that allows you to create a password protected area off your web site for either a members area or to protect pages that you don't want others to have access too. The script uses a password protected Access Database to store the names of users so you can have as many users as you like as long as they have different user names.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5 2.45 out of 5
Price: Freeware
Version: 1.5.6
Platform: Windows
Date Added: Monday, Jan 12, 2004
Last Updated: Thursday, Mar 11, 2004
Visit Website

DMXReady Registration Manager
ASP SCRIPTS
ASP Scripts

Registration Manager is a powerful tool that allows visitors to register themselves into your system including username and password, contact info, bio, even a map to their location. Webmaster has full power to add and edit. Trial Version available.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.44 out of 5 2.44 out of 5 2.44 out of 5 2.44 out of 5 2.44 out of 5
Price: $49.97
Version: 1.0
Platform: Windows
Date Added: Saturday, Apr 12, 2008
Last Updated: Thursday, Apr 17, 2008
Visit Website

DMXReady Members Area Manager
ASP SCRIPTS
ASP Scripts

DMXReady Members Area Manager allows you to control access to designated secure web pages:Secure web pages with one line of script, diverting visitors to your sign-up/login page. Use for newspaper articles, organization news, internal memos, photo galleries, and any content you want to control access to Members add in their own username/password -- less administration work on your end "Lost Password" feature sends password to members automatically. Add, edit, delete members automatically from Admin pages. Three levels of security i.e. Visitor, Member, Admin or any category of your choosing. Expandable to any number of security levels you need (scripting required). Connect to other DMXReady apps like Mailing List Manager to keep in touch with your members (scripting required). Fully customizable - change the script, code, layout to match your needs. DMXReady Members Area Manager helps you control your content, keeping it "For Your Eyes Only."

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.44 out of 5 2.44 out of 5 2.44 out of 5 2.44 out of 5 2.44 out of 5
Price: $149.97
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Thursday, Jan 18, 2007
Last Updated: Friday, Mar 14, 2008
Visit Website

DMXReady Member Directory Manager
ASP SCRIPTS
ASP Scripts

Quickly add a Member Directory to your own website with DMXReady Member Directory Manager. List all members of your organization, and allow visitors to view their profile and email them directly with one click.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.43 out of 5 2.43 out of 5 2.43 out of 5 2.43 out of 5 2.43 out of 5
Price: $299.97
Version: 1.0
Platform: Windows
Date Added: Saturday, Apr 12, 2008
Last Updated: Thursday, Apr 17, 2008
Visit Website

User Manager
ASP SCRIPTS
ASP Scripts

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.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.43 out of 5 2.43 out of 5 2.43 out of 5 2.43 out of 5 2.43 out of 5
Price: Freeware
Version: 1.0
Platform: Windows
Date Added: Friday, Sep 29, 2006
Last Updated: Tuesday, Oct 03, 2006
Visit Website

AspUser
ASP SCRIPTS
ASP Scripts

AspUser is an active server component for managing Windows NT/2000 users, groups and permissions. Designed as a hierarchy of objects and collections, AspUser gives you an intuitive object-oriented programming interface.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.39 out of 5 2.39 out of 5 2.39 out of 5 2.39 out of 5 2.39 out of 5
Price: $120-$350
Version: 1.1
Platform: Win NT/2000/XP
Date Added: Monday, Sep 22, 2003
Last Updated: Saturday, Mar 06, 2004
Visit Website

Pages: 1 2

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.


 

 

Web Hosting
Hostgator - web hosting, reseller hosting, and dedicated servers.



© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway