I would like to be able to quickly determine if a user is logged in and if theyare an admin. If so allow access to the page. The catch? The page is not in the forums it is external. What files do I need, processes I need to do etc. to go through this? I understand ASP but the login and checking is a little hard to follow so after days of trying different things I am coming here.
I would like to make this a mod to be able to put an include on any page in your site and have it use the forums for the member administration
you would need to include a few files. <!--#INCLUDE FILE="config.asp"--> <!--#INCLUDE FILE="inc_func_secure.asp" --> <!--#INCLUDE FILE="inc_sha256.asp"--> <!--#INCLUDE FILE="inc_header.asp" --> and <!--#INCLUDE FILE="inc_footer.asp" --> at the bottom