LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to get ip of the visitors (https://www.linuxquestions.org/questions/programming-9/how-to-get-ip-of-the-visitors-577755/)

WATER22 08-17-2007 06:43 AM

how to get ip of the visitors
 
hi, i want to get client ipaddress those who are all visiting my page.

i have one listbox in my clientip.aspx.so i need to display the list of ipaddress those who are all visiting my webpage.

can any one show me some example regarding this please?

schneidz 08-17-2007 10:04 AM

it should be clearly readable in the log.

i would have to research to find the path to the log file.

try something like:
Code:

grep -ir "aug 17" /var/log


All times are GMT -5. The time now is 03:57 AM.