Title: Search Log MOD Version: v1.0.1 for Snitz Forums v3.4 Author: OneWayMule Last Update: May 22, 2003
Description: Logs searches performed in your Snitz Forum and displays statistics such as top keywords, queries and searches.
Features: - Turn on/off logging - Statistics show up on searchlog.asp - Configure which users have access to the search log statistics (all, moderators and admins, or admins only) - Configure which statistics are displayed - Set the number of top/last keywords, queries etc. displayed - Bad word filter - Secure administration area - Easy installation - you only have to modify 4 files - A file for automatic database upgrade included - All code done in response.write for Snitz v3.4 compatability
Might there be a way that on search.asp that there could be a drop down called My Recent Searches and in the drop down would be the list of recent searches by that member? That might be a separate MOD however.
Just a thought. Definitley still appreciate the MOD!
Microsoft OLE DB Provider for SQL Server (0x80040E14) The text, ntext, and image data types cannot be used in an ORDER BY clause. /forum/searchlog.asp, line 557
got this error using the dbs upgrade on sql server
quote:MOD: Search Log Upgrade v1.0 -> v1.0.1
Adding Column SLS_QUERY... ALTER TABLE FORUM_SEARCHLOG_SEARCHES ALTER COLUMN SLS_QUERY nvarchar (255) NULL ALTER TABLE FORUM_SEARCHLOG_SEARCHES ALTER COLUMN SLS_QUERY nvarchar (255) NULL -2147217900 | Cannot alter column 'SLS_QUERY' because it is 'ntext'.
I think the three options for the ( ) value in varchar could be:
and = (3) or = (2) phrase = (6)
but I placed (10) just to be safe.
NOTE: I am using Snitz 3.3.05, so perhaps for Snitz 3.4.03 the SLS_METHOD could work fine with the Data Type as int. I'm not sure how the search.asp is setup for 3.4.03.
I had to make several code modifications for this to work on 3.3.05, but this Data Type error may be of significance to 3.4.03 users.
Thanks again for the MOD OneWayMule! It's been a lot of fun installing and will help my users greatly.