AJLogin v3.7 Readme by Adam Jarret adam@adamjarret.com http://www.adamjarret.com ============================= Installation ============================= - Edit config.asp file, setting appropriate preferences and site properties - Upload all files (except the database) to a folder named 'ajlogin' in the root folder of your website - Upload the database to an offline folder for security purposes ============================= Making a page "Members Only" ============================= To protect an ASP page, so that only members of your site can access it, include the following code at the top of the page: <%secureLevel=1%> The secureLevel can be set to any number (based on what level of clearance the user has to have to view the page) but should never be equal to or greater than the adminLevel ============================= Making a page "Admin Only" ============================= To protect an ASP page, so that only site administrators can access it, include the following code at the top of the page: <%secureLevel=adminLevel%>