I want to log the ip's of people who use search engines using specific keywords. I was wondering how to do so. Possibly a script?
Thank you.
Matt Probert
5:00 pm on May 22, 2005 (gmt 0)
Do you run Apache? If so, all that is already logged in the log files. It's simply a matter of searching the log for the desired string (more ¦ grep "mystring") and reading the IP address.
Matt
Iczer
12:50 pm on May 23, 2005 (gmt 0)
Thanks! I found it. I am going to have to upgrade my tracking software...