Re: [PHP] User's IP Validation

2010-06-17 Thread Ashley Sheridan
On Thu, 2010-06-17 at 12:07 -0300, Juan Rodriguez Monti wrote: > > > > 2010/6/16 Ashley Sheridan > > > On Wed, 2010-06-16 at 20:36 +0200, David Cesal wrote: > > > Please, don't forget IP address can be same for many users. I see > only way with cookies. Whe

Re: [PHP] User's IP Validation

2010-06-17 Thread Juan Rodriguez Monti
2010/6/16 Ashley Sheridan > On Wed, 2010-06-16 at 20:36 +0200, David Cesal wrote: > > Please, don't forget IP address can be same for many users. I see only way > with cookies. When user deletes cookies, form pops up again. I don't know any > better way. > > David > > Sent from my HTC > >

RE: [PHP] User's IP Validation

2010-06-16 Thread Ashley Sheridan
On Wed, 2010-06-16 at 20:36 +0200, David Cesal wrote: > Please, don't forget IP address can be same for many users. I see only way > with cookies. When user deletes cookies, form pops up again. I don't know any > better way. > > David > > Sent from my HTC > > -Original Message- > From

RE: [PHP] User's IP Validation

2010-06-16 Thread David Cesal
Please, don't forget IP address can be same for many users. I see only way with cookies. When user deletes cookies, form pops up again. I don't know any better way. David Sent from my HTC -Original Message- From: Juan Rodriguez Monti Sent: 16. cervna 2010 20:26 To: php-general@lists.p

RE: [PHP] User's IP Validation

2010-06-16 Thread Bob McConnell
If this is an open site, using the IP won't be any good. We have over 200 people behind our NAT firewall, all of which would show up as coming from the same IP on your server. Many other networks have the same or a similar configuration. If you only allow registered users, add a couple of flags to