php-general | 2001062
Date: 06/28/01
- Next message: CC Zona: "Re: [PHP] extract data from html"
- Previous message: Stephen Cope: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- In reply to: Christian Dechery: "Re: [PHP] $REMOTE_ADDR error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
check the httpd's X_FORWARDED_FOR var using getenv or similiar...
Quoting Christian Dechery (Wed, Jun 27, 2001 at 09:01:28AM -0300)
> yeah... that's a possibility...
> so there's no way I can see the user'ss IP?
>
> At 09:42 27/6/2001 +0100, Colin May wrote:
> >Almost as if the request was proxied or redirected from the local machine
> >(127.0.0.1 is the local loop back ip)
> >
> >Quoting Christian Dechery (Tue, Jun 26, 2001 at 10:31:54PM -0300)
> > > why do $REMOTE_ADDR always returns 127.0.0.1 no matter the user's IP
> > who is
> > > seeing the page?
> > >
> > > this doesn't look 'remote' to me...
> > > ____________________________
> > > . Christian Dechery (lemming)
> > > . http://www.tanamesa.com.br
> > > . Gaita-L Owner / Web Developer
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> > > For additional commands, e-mail: php-general-help <email protected>
> > > To contact the list administrators, e-mail: php-list-admin <email protected>
> > >
> >
> >--
> >
> >Colin May - mailto:rael <email protected> - http://www.wibble.org.uk
> >"I've got a sand storm blowing in my head seeing many colours but
> >the only one coming through is red" - Sandstorm, All Change, Cast
>
> ____________________________
> . Christian Dechery (lemming)
> . http://www.tanamesa.com.br
> . Gaita-L Owner / Web Developer
>
--Colin May - mailto:rael <email protected> - http://www.wibble.org.uk "I've got a sand storm blowing in my head seeing many colours but the only one coming through is red" - Sandstorm, All Change, Cast
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: CC Zona: "Re: [PHP] extract data from html"
- Previous message: Stephen Cope: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- In reply to: Christian Dechery: "Re: [PHP] $REMOTE_ADDR error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

