Preserved Topic: logging ip adress with php? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-17-2001 12:42 |
Bipolar (III) Inmate From: Berlin, Germany |
posted 07-17-2001 13:59
well, it's easier: code: if (getenv(HTTP_X_FORWARDED_FOR)) {
|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-17-2001 14:50
thanks a lot!!! |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 07-17-2001 14:52
Could somebody give me a couple of reasons why you would want to log ip's, and what you would do with them once you have them? |
Bipolar (III) Inmate From: Berlin, Germany |
posted 07-17-2001 15:03
np. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-17-2001 15:12
security. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 07-17-2001 15:25
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-17-2001 15:54
hmmmm. that's a point, ini. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 07-17-2001 16:26
what about that: http://212.184.142.80/guestbook.php ? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-17-2001 17:35 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 07-18-2001 08:40
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-18-2001 11:21
there has been a scandal some time ago, when it has been discovered that the company doubleclick did exactly this, whenever someone clicked on an ad banner. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 07-18-2001 11:33
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-18-2001 15:10
doubleclick logged the bannerclicks of users identifying them using cookies. if a user often clicked on car-ads, doubleclick knew, that he is interested in cars and automobiles. and so on... |