How do I exclude the searches that I do myself from showing up in the weekly stats logs report?
Announcement
Collapse
No announcement yet.
exclude search from statistics log
Collapse
X
-
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
-
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