All source code in ASP/ VbScript Ask a ASP/ VbScript Pro Discussion Forum Categories All jobs in ASP/ VbScript
active server pages, ASP, vbscript,source code, code, sample, samples, program, programs, help, tutorial,tutorials, routine, routines, jobs, listserve, mailinglist, bulletin board, bulletin boards, programming,  snippet, snippets, control, controls, class, classes, module, script, Scripts, applet , email , mp3, reference, windows,  modules, file, files, subroutine, subroutines, function, functions, sub, Microsoft, Sun,  downloads, winapi, directx, msaccess, ocx, vbx, ado, dao, odbc, rdo,  vbscript, vba, game programming, dcom, ole, com, dna, jet, dll, win api, winapi,  dbgrid, database front end, certify, decompiling, decompiler, visual basic for applications,  variable, constants, data type, byte, boolean, integer, long, single,  double, currency, date, object, string, variant, sub, function, free,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 287,569. lines
 Jobs: 118. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login


 

 


Latest postings for ASP/ VbScript.
A simpla ASP Login & Logout Page of E-commerce website for Registred Users
By SJPVTLTD.COM on 2/2


A simplem ASP Login Page for Registered User
By SJPVTLTD.COM on 2/2


Click here to see a screenshot of this code!The Real Estate - Search Engine
By Talal Hussain Al-Balushi on 2/1

(Screen Shot)

A simple ASP Registeration Page for E-commerce Website
By Tejas Jayantilal Gandhi on 1/28


A simple ASP Forgot Password page for E-commerce Website
By Tejas Jayantilal Gandhi on 1/28


Simple ASP inquiry form for a simple or e-commerce website
By Tejas Jayantilal Gandhi on 1/28


A Simple ASP Change of Password Page for E-commerce Website
By Tejas Jayantilal Gandhi on 1/28


Click here to put this ticker on your site!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
.

Search Results: Page 1 of 8 found. Entries 1 - 10 of 77 found
Skip to page: 1 2 3 4 5 6 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
  A CAPTCHA For Classic ASPA CAPTCHA For Classic ASPASP (Active Server Pages)Intermediate /
Terje Hauger
10972 since
7/10/2005 8:07:43 AM

By 2 Users
2 Excellent Ratings
       This application is a light weight CAPTCHA solution designed to prevent spam from being submitted via forms on blog type web pages. It is easy to implement, you need no components, it loads fast and it is user friendly because the CAPTCHA characters are e ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Absolutely Easy Password Protected PagesAbsolutely Easy Password Protected PagesASP (Active Server Pages), HTMLBeginner /
delasdsdddssdsd
27719 since
3/4/2003 7:15:56 AM

By 6 Users
5 Excellent Ratings
       Very minimalist code for password protected pages. (passwords are not database driven). Just copy and paste ! Put your files head or in an include file.
  ASP File Validator (No-DLL) - See if a file is true to its extension.ASP File Validator (No-DLL) - See if a file is true to its extension.ASP (Active Server Pages), VbScript (browser/client side) Intermediate /
James Dougherty
5333 since
10/15/2006 11:35:00 AM

By 3 Users
2 Excellent Ratings
       This is a non-dll based solution for validating file types. This was going to be part of an advanced upload system I was working on, but abandoned as I am going to take another approach to it. This class will let you know if the file being uploaded to the ...(description truncated)
  ASP Handy Login PageASP Handy Login PageASP (Active Server Pages), VbScript (browser/client side) Beginner /
Elio
59728 since
6/25/2000 8:41:15 AM

By 10 Users
6 Excellent Ratings
       this code will ask for a username and a password then check them for validation then the user will redirected to the protected page. Note: there is no database connections
Please support the site by visiting our sponsor.
  ASP IP GuardASP IP GuardASP (Active Server Pages), HTMLAdvanced /
Anas Elhalabi
7858 since
4/28/2005 1:23:39 PM

By 4 Users
4 Excellent Ratings
       This powerful application written completely in ASP and Access 2000 Database is a must have tool to pretect your pages based on IPs. You can ban single IP Addresses through a friendly web interface that allows you to view, edit, delete and add IP Addresse ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  ASP Login and registration page. Uses databaseASP Login and registration page. Uses databaseASP (Active Server Pages)Beginner /
Willem Bult
129726 since
2/9/2002 2:21:56 PM

By 92 Users
57 Excellent Ratings
       My first ASP project: a login page. It uses a database to verify usernames and passwords. Also includes registration ability. Comment is supplied so that less experienced programmers can also understand the code. PLEASE VOTE IF YOU LIKE THIS CODE!Click here to see a screenshot of this code!(ScreenShot)
  ASP Login db with MD5 Hash - salted passwordASP Login db with MD5 Hash - salted passwordASP (Active Server Pages)Beginner /
jeff caniglia
13054 since
4/6/2006 1:39:14 PM

By 4 Users
3 Excellent Ratings
       This will allow you to lock down pages on a per user, per account level setting. All passwords are hashed with MD5 and also salted. You can set allowed login attempts before the user account is locked out and it will log the last time a user logged into t ...(description truncated)
  ASP Login/Extranet AppASP Login/Extranet AppASP (Active Server Pages)Intermediate /
Christopher J McIntosh
5535 since
8/25/2006 2:09:29 PM

By 3 Users

       This application uses a dsn to authenticate email addresses and passwords then logs you into a extranet page. secure extranet docs with one include.
  ASP Security Functions v1.4 UpdatedASP Security Functions v1.4 UpdatedASP (Active Server Pages), VbScript (browser/client side) Intermediate /
James Dougherty
8458 since
10/2/2006 12:18:30 AM

By 2 Users
2 Excellent Ratings
       UPDATED: Added an SQL injection prevention method, Added more documentation, and a few more minor changes. This code will show you how to prevent header injection, the method GET (only allow POST from a form), unauthorized domain access, and invalid agent ...(description truncated)
  ASP Security SuiteASP Security SuiteASP (Active Server Pages), HTML, VbScript (browser/client side) Advanced /
James Dougherty
6552 since
10/7/2006 12:19:16 PM

By 1 Users

       This is the last of my security submissions and a must see! This security suite is a highly optimized set of classes that can be used to hash or encrypt your strings. The new SkipJack implementation has salt added so the encryption string is never the sam ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)


Search Results: Page 1 of 8 found. Entries 1 - 10 of 77 found
Skip to page: 1 2 3 4 5 6 ...


Compatibility Filter Profile:

ASP (Active Server Pages)
HTML
VbScript (browser/client side)

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2010 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.