John McCulloch ([EMAIL PROTECTED]; Sunday, June 30, 2002 12:41 PM):
> I am in the process of setting up analog on our server and have a > question/query. > The way I am going about setting analog up is as follows. > Each months stats have a different name as defined in the config file by > using OUTFILE %m%Y.html At the end of every month the log files are > deleted. This gives me stats for each month in the same directory. > My problem is that I have no index file for the user to select which months > stats they are interested in. I could do this manually but it is very time > consuming (we have over 50 websites). Is there a way of creating an index > file which lists (an links to) each of the HTML stats files as they are > created? > Hope this makes sense. > Thanks for your help You could do something with PHP, ASP, JSP, Perl, or any other server-side scripting language with access to the local file system. Just write a simple page that reads what reports are available and list them for the user. I have also heard people with server-side-include enabled, who just write a new line from a batch file to a page included in the index.html page each time the stats are run. However, SSI are usually considered unsafe. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
