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 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
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

Download Lobby
ASP SCRIPTS
ASP Scripts

If your company sells digital products such as Websites, Software, eBooks and Domain Names and you offer after-the-sale services such as Website Editing, Hosting, Graphic Design and Uploading then Download Lobby® is the perfect solution for you!-Upload Your Products-Register New Clients-Easily Transfer Domain Names-Client/Admin Private Messaging System-Edit Pages through your browser-Facilitate Back-end sales/Services

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.91 out of 5 2.91 out of 5 2.91 out of 5 2.91 out of 5 2.91 out of 5
Price: 397.00
Version: 1.0
Platform: Windows
Date Added: Sunday, Oct 18, 2009
Last Updated: Tuesday, Oct 20, 2009
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: 1.75 out of 5 1.75 out of 5 1.75 out of 5 1.75 out of 5 1.75 out of 5
Price: Freeware
Version: 1
Platform: Windows
Date Added: Thursday, May 05, 2005
Last Updated: Tuesday, May 10, 2005
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: 1.46 out of 5 1.46 out of 5 1.46 out of 5 1.46 out of 5 1.46 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

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: 1.43 out of 5 1.43 out of 5 1.43 out of 5 1.43 out of 5 1.43 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

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: 1.43 out of 5 1.43 out of 5 1.43 out of 5 1.43 out of 5 1.43 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

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: 1.41 out of 5 1.41 out of 5 1.41 out of 5 1.41 out of 5 1.41 out of 5
Price: $99.97
Version: 1.3
Platform: Linux - Unix - Windows
Date Added: Thursday, Jan 18, 2007
Last Updated: Tuesday, Jun 23, 2009
Visit Website

Member Management System
ASP SCRIPTS
ASP Scripts

Member Management System is Windows compatible. Our Member Management System is a platform, which allows you to easily manage registered members of your web site and to quickly secure desired portions of your web site or individual pages. By storing your users' information in a database, you protect your members from spammers who hunt sites like yours for email addresses! Only one MMS login is required for all protected areas.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.39 out of 5 1.39 out of 5 1.39 out of 5 1.39 out of 5 1.39 out of 5
Price: 85
Version: 2.0
Platform: Windows
Date Added: Monday, Jan 26, 2004
Last Updated: Monday, Feb 09, 2004
Visit Website

Remember Me!
ASP SCRIPTS
ASP Scripts

Remember Me! A versatile script that offers complete cookie management. The script will allow you to place, modify, display stored content or delete a cookie when a web surfer visits a webpage. The script can been used for promotional offers (coupons), provide new and dynamic content for repeat web surfers, bypass membership login pages, Flash and other media management, and as a simple welcome back page.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.39 out of 5 1.39 out of 5 1.39 out of 5 1.39 out of 5 1.39 out of 5
Price: $32.00
Version: 4.0
Platform: Linux - Unix - Windows
Date Added: Tuesday, Oct 11, 2005
Last Updated: Wednesday, Oct 19, 2005
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: 1.38 out of 5 1.38 out of 5 1.38 out of 5 1.38 out of 5 1.38 out of 5
Price: Freeware
Version: 1.0
Platform: Windows
Date Added: Friday, Sep 29, 2006
Last Updated: Tuesday, Oct 03, 2006
Visit Website

Advanced Website Password Protection
ASP SCRIPTS
ASP Scripts

Easily add password protection to an entire website supporting Active Server Pages.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.38 out of 5 1.38 out of 5 1.38 out of 5 1.38 out of 5 1.38 out of 5
Price: Free - $69.95
Version: -
Platform: Win NT
Date Added: Monday, Sep 08, 2003
Last Updated: Saturday, Mar 06, 2004
Visit Website

Pages: 1 2

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

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




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
Stay green...Green IT