Applies to version 3.4 also.
Also notice a few errors in version 3.4's optional active_uses.asp file (the one for reloading).
On lines 2 and 3 it reads:
<!--#INCLUDE FILE="include/inc_functions.asp" -->
<!--#INCLUDE FILE="include/inc_top.asp" -->
it should read:
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
Also, on lines 60 and 61 it reads:
<img src="icons/icon_folder_open.gif" border="0" WIDTH="15" HEIGHT="15"> <a href="forumsquare.asp">Home</a><br>
<img src="icons/icon_bar.gif" border="0" WIDTH="15" HEIGHT="15"><img src="icons/icon_folder_open_topic.gif" border="0" WIDTH="15" HEIGHT="15"> <a href="active_users.asp">Active Users</a> (Last Updated <%=(ChkDate(Datetostr(Now)))&(ChkTime(Datetostr(Now)))%>)
it should read:
<img src="icon_folder_open.gif" border="0" WIDTH="15" HEIGHT="15"> <a href="default.asp">Forums</a><br>
<img src="icon_bar.gif" border="0" WIDTH="15" HEIGHT="15"><img src="icon_folder_open_topic.gif" border="0" WIDTH="15" HEIGHT="15"> <a href="active_users.asp">Active Users</a> (Last Updated <%=(ChkDate(Datetostr(Now)))&(ChkTime(Datetostr(Now)))%>)
Notice that aside from the 5 incorrect directory entires, on line 60 I also changed the forumsquare link to point back to the default.asp Forums like it should.
-
*Interested in Radio Control*
*The RC Web Board - http://www.rcwebboard.com/*
Edited by - James on 25 November 2001 02:42:01