H hno2005 New member Joined Feb 26, 2012 Messages 2 Jul 2, 2012 #1 HI every one I want to get the full list of the pages that a user goes .I have his ip address . How can I get the list ? I have full access to direct admin . it's vps . thanks
HI every one I want to get the full list of the pages that a user goes .I have his ip address . How can I get the list ? I have full access to direct admin . it's vps . thanks
H hno2005 New member Joined Feb 26, 2012 Messages 2 Jul 3, 2012 #2 please help , This is essential for me ..
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,632 Location A Coruña, Spain Jul 3, 2012 #3 You need to grep the ip from logs, this should work: Code: grep -R "USERIP" /var/log/httpd/* Regards