How do I exclude the searches that I do myself from showing up in the weekly stats logs report?
exclude search from statistics log
Collapse
X
-
Tags: None
-
-
The log is just a text file in CSV format. So there are plenty of options, including
By hand in notepad.
With a search and replace in a more advanced text editor like UltraEdit
In Excel
With the Linux grep command (with the -v option) if you are on a Linux server
Or you could edit the search.php script to filter before writing the log. Or edit the report.php script to filter when reading the file.
Comment
-
We use cgi, not php on our server.
Can this still be done in cgi?
That is, editing it so it excludes our ip?
Comment
-
The CGI is a compiled executable coded in C++ for performance. We provide the source code as part of the Zoom SDK but it requires a great deal of technical knowledge (and the appropriate compiler, and development environment) to do so.
Comment
-
Comment
Comment