| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A CAPTCHA For Classic ASP | ASP (Active Server Pages) | Intermediate / Terje Hauger (from psc cd) | 7064 since 1/7/2015 9:56:00 AM |
By 2 Users
|
|
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) (ScreenShot) |
|
|
|
 |
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 (from psc cd) | 3192 since 1/7/2015 1:32:00 PM |
By 4 Users
|
|
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 Page | ASP (Active Server Pages), VbScript (browser/client side)
| Beginner / Elio (from psc cd) | 4083 since 1/5/2015 8:04:00 AM |
By 10 Users
|
|
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 Login and registration page. Uses database | ASP (Active Server Pages) | Beginner / Willem Bult (from psc cd) | 38384 since 1/6/2015 12:06:00 AM |
By 95 Users
|
|
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! (ScreenShot) |
|
|
|
 |
ASP Login db with MD5 Hash - salted password | ASP (Active Server Pages) | Beginner / jeff caniglia (from psc cd) | 9339 since 1/7/2015 12:07:00 PM |
By 5 Users
|
|
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 Security Functions v1.4 Updated | ASP (Active Server Pages), VbScript (browser/client side)
| Intermediate / James Dougherty (from psc cd) | 3259 since 1/7/2015 1:26:00 PM |
By 3 Users
|
|
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) |
|
|
|
 |
Authenticate against Windows NT/2000 Domain | ASP (Active Server Pages) | Intermediate / MarkParter (from psc cd) | 3740 since 1/6/2015 10:14:00 AM |
By 12 Users
|
|
This code will take the users username and password from a form and use them to authenticate them against a Windows NT/2000 domain. Unlike other examples, you do not need to switch on 'Basic' or 'Integrated Windows' permissions for the webite on IIS. You ...(description truncated) |
|
|
|
 |
AuthenticateUser | ASP (Active Server Pages) | Beginner / Lewis E. Moten III (from psc cd) | 3459 since 1/5/2015 11:25:00 AM |
By 6 Users
|
|
Authenticates a user to make sure if they have
previously logged into the site.
Requires Session("UserID") to be populated.
This usually represents the Users ID within
a data base. (Users.UserID)
If a user is not loged in, they are redirected to a
page ...(description truncated) |
|
|
|
 |
BigBro | ASP (Active Server Pages) | Intermediate / Scott Kramer (from psc cd) | 2456 since 1/6/2015 3:48:00 PM |
By 2 Users
|
|
This app will capture information from your sites visitors and insert them into an access database. Also, you can tag certian IP's to send you an email every time they visit your site or you can blacklist them from your site. If you like this code, please ...(description truncated) |
|
|
|
 |
Complete working Basic Authentication | ASP (Active Server Pages) | Beginner / Almar Joling (from psc cd) | 5439 since 1/5/2015 9:00:00 AM |
By 28 Users
|
|
This code shows your visitors the Basic Authentication dialog (or NT Login Dialog)
It also returns the password and the username
If you like it, please vote for this 16 year old programmer :o) (ScreenShot) |
|