%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'You can use this include at the top of any pages in your members directory that you want to secure. 'Either use this code through a virtual include file or simply cut and paste the code into the top of your page. 'This include is set up to work with the default bronze membership If Session("blnAdmin")<>True Then If Session("blnValidMember") = False then 'Removed -- OR Session("Level")<>1 then -- to allow all valid logins - tjb Response.Redirect "/members/no_access.asp" End If End If %> <% 'Add # in front of include to begin tracking. Works with TrackMember function below. %> <% 'Track member function within /members/includes/functions.asp include above. 'Uncomment the line below to begin tracking all secured pages. 'TrackMember() %>
|
|
![]() |
|||
|
|
|||