|
I am adding a file section and have incorporated the standard header, footer, etc. I am wanting to for users to login before they access it like the Memberlist does. What code do I need to insert and where. here is my code:
<% @ Language=VBScript %> <% Option Explicit %> <!--#include file="common.asp" --> <!--#include file="language_files/help_language_file_inc.asp" --> <% 'Set the buffer to true Response.Buffer = True
'Declare variables Dim intForumID
%> <html> <head> <meta name="copyright" content="Copyright (C) 2001-2003 Bruce Corkhill" /> <title>GenTi-99 File Library</title>
<!-- Web Wiz Forums ver. <% = strVersion %> is written and produced by Bruce Corkhill ©2001-2003 If you want your own Forum then goto http://www.webwizforums.com - http://www.webwizforums.com --> </script> <!-- #include file="includes/header.asp" --> <!-- #include file="includes/navigation_buttons_inc.asp" --> <a name="top"></a> <table width="<% = strTableVariableWidth %>" border="0" cellspacing="0" cellpadding="3" align="center"> <tr> <td align="left" class="heading">GenTi-99 File Library </td> </tr> <tr> <td align="left" width="71%" class="bold"><img src="<% = strImagePath %>open_folder_icon.gif" border="0" align="absmiddle"> <a href="default.asp" target="_self" class="boldLink">GenTi-99.net Forum</a><br /></td> </tr> </table> <br /> <table width="<% = strTableVariableWidth %>" border="0" cellspacing="0" cellpadding="1" bgcolor="<% = strTableBorderColour %>" align="center"> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="<% = strTableBgColour %>"> <tr> <td bgcolor="<% = strTableBgColour %>"> <table width="100%" border="0" cellspacing="1" cellpadding="4" height="14" bgcolor="<% = strTableBgColour %>"> <tr> <td bgcolor="<% = strTableTitleColour %>" height="2" class="tHeading" background="<% = strTableTitleBgImage %>">Choose File Library</td> </tr> <tr> <table width="<% = strTableVariableWidth %>" border="0" cellspacing="0" cellpadding="4" align="center"> <tr> <form> <td>
<center> <a href="ti-utils.asp">TI Utilities</a> <p><a href="TI-Games.asp">TI Games</a></p> <p><a href="pc_util.asp">PC Utilities</a></p> <p>Upload Files Here<br> </p> <p align="center">Files within the PC Utilities section will require unzipping to use them. Most of the files for the TI are in .dsk format to use with the TI Emulators.<br>The .DSK files can be ported over to a arc303g formatted file to be transferred back to the TI/Geneve for use with utilities in the PC Utilities area.</p> <p align="center"><br>
<a href ="mailto:admin@genti-99.net">GenTI-99'>mailto:admin@genti-99.net">GenTI-99 Admin</p>
|