|
|
|
|
|
Total Hits: 185 | Today: 0 |
Author: Rahul Mahajan.
|
Rating:
|
|

This article provides a fully functional code for protecting websites from unwanted visitors. The code is developed in ASP (Active Server Pages) and VBScript (Visual Basic Scripting). The aim of developing code in ASP and VBScript is because both languages are cross-browser compliant and give a more secured way to protect website content. The code runs on both session cookies (hidden cookies) and textual cookies (not the JavaScript ones). The session cookie gives more security to web content and...
|
|
|
|
Total Hits: 194 | Today: 0 |
Author: vipin sharma
|
Rating:
|
|

This code is for bignners. I've used two files for checking user name and password from the database. default.asp (ask for username & password check_user.asp Database Section. In database, first we make a table called "users" fields datatype uid text, & pwd text....
|
|
|
|
Total Hits: 196 | Today: 0 |
Author: Shawn Cicoria
|
Rating:
|
|

This ISAPI filter provides a simple means of logging user names within the IIS logging mechanism of sites, that implement authentication schemes entirely within ASP.NET or ASP, or any framework that is not integrated with the ISAPI filter system. This includes ASP.NET authentication methods Forms & Passport and any home-grown code that provides username authentication. This doesn't apply to authentication methods that use an ISAPI filter -- such as those within MS Site Server, AuthentiX and s...
|
|
|
|
Total Hits: 233 | Today: 0 |
Author: Rahul Mahajan
|
Rating:
|
|

Multiple User Accounts with User Authentication with the help of Database connection. I would like to share the ASP code prepared by me - Multi User Login & Authentication. It's a Multi-User Login code with new user registration, login, password retreving, account information, admin account etc. The code is written in ASP and VBscript....
|
|
|
|
Total Hits: 215 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

In this article I'm going to show you how to create a simple "Remember Me" system that will allow your visitors to come to your site, signup, enter their login details only once and be remembered the next time they visit your site....
|
|
|
|
Total Hits: 217 | Today: 0 |
Author: ASPdev
|
Rating:
|
|

In ASP you can get the IP address of your users from the Request.ServerVariables collection. The following ASP script will display the visitor’s IP on the screen:...
|
|
|
|
Total Hits: 201 | Today: 0 |
Author: Antonín Foller
|
Rating:
|
|

Contains simple objects for creating, deleting, managing and enumerating user accounts, groups, servers and domains. You can change any of the user or group properties. Works with VB/VBA (excel, word), IE, ASP, JS, VBS and T-SQL....
|
|
|
|
Total Hits: 1422 | Today: 0 |
Author: Anthony Ogden
|
Rating:
|
|

In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is....
|
|
|
|
Total Hits: 329 | Today: 0 |
Author: Tony Welsh
|
Rating:
|
|

Covering the basic concepts behind a modern spider trap, this guide discusses the core components you require to create and operate a spider trap through to the various techniques you can use to identify crawler or spider traffic - such as User-Agent checks, IP address checks and more advanced methods such as weighted results plus behavioural quirks and analysis....
|
|
|
|
Total Hits: 211 | Today: 0 |
Author: Tony Welsh
|
Rating:
|
|

VB utility which extracts a complete list of all user-agents from a set of IIS log files, capable of auto-detecting the field layout, scanning through all available logs and then constructing a list which includes the user-agent string, the first and last times the UA made a request, the highest and lowest TCP/IP addresses this UA has ever been seen on and the total number of requests made. Output format can include a simplified text output or the full detail XML output....
|
|
|
|
Total Hits: 163 | Today: 0 |
Author: Tony Welsh
|
Rating:
|
|

ASP script created as a replacement for the default 404 error page which ships with IIS. Aside from allowing a more personal (not to mention useful) message than the default page provided, this script also allows 301 & 302 redirects to be issued based upon the page which generated to the 404 in the first place. This means pages which have been moved can automatically take the user to the new page, allowing the user to get what they want rather than spending time trying to find your missing pag...
|
|
|
|
Total Hits: 377 | Today: 0 |
Author: Tony Welsh
|
Rating:
|
|

ASP script designed to provide multiple users with variable access levels. Uses the standard http-based authentication scheme and is composed of only ASP scripts - no DLL's, no global.asa changes, no NT authentication - to the casual observer it looks identical to the results produced by a htaccess-type script....
|
|
|
|
|
|
|