Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Jan Kneschke
On Thu, Oct 30, 2003 at 03:18:26PM +0100, Ivan Rodriguez wrote: > Hi > > I am looking for the code that generates the value of REMOTE_ADDR so that > I want to make a code that gives the MAC address of the visitor and I am > looking into http://lxr.php.net but I don´t found nothing, if some can > h

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Ivan Rodriguez
CTED]>; "php-dev" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:52 PM Subject: Re: [PHP-DEV] Envairoment variables > > On Thursday, October 30, 2003, at 10:41 AM, Ivan Rodriguez wrote: > > > Ok, But if the REMOTE_ADDR is part of the client and it gives ba

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread George Schlossnagle
On Thursday, October 30, 2003, at 10:41 AM, Ivan Rodriguez wrote: Ok, But if the REMOTE_ADDR is part of the client and it gives back a PHP variable to it, it is not possible to do the same with the MAC address. IP addresses are machine identifiers in IP, so when someone makes an http connection

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Ivan Rodriguez
oks thx - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Ivan Rodriguez" <[EMAIL PROTECTED]> Cc: "php-dev" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:44 PM Subject: Re: [PHP-DEV] Envairoment variables >

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Derick Rethans
On Thu, 30 Oct 2003, Ivan Rodriguez wrote: > Ok, But if the REMOTE_ADDR is part of the client and it gives back a PHP > variable to it, it is not possible to do the same with the MAC address Of course not, who is supposed to show PHP (on the server) the MAC address? right, the CLIENT, or also ca

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Ivan Rodriguez
uot;Filip de Waard" <[EMAIL PROTECTED]>; "php-dev" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:18 PM Subject: Re: [PHP-DEV] Envairoment variables > On Thu, 30 Oct 2003, Ivan Rodriguez wrote: > > > What I want to know is the code that gives the REM

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Derick Rethans
On Thu, 30 Oct 2003, Ivan Rodriguez wrote: > What I want to know is the code that gives the REMOTE_ADDR nothing else, in > which file this that code?¿ Not in the PHP Source, you'll have to find the source of IE or Mozilla in order to do something. This is something totally related to the client

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Ivan Rodriguez
ED]> Sent: Thursday, October 30, 2003 3:50 PM Subject: Re: [PHP-DEV] Envairoment variables > On Thu, 2003-10-30 at 15:18, Ivan Rodriguez wrote: > > I want to make a code that gives the MAC address of the visitor > > The MAC address is only available on the same network, but you could

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Filip de Waard
On Thu, 2003-10-30 at 15:18, Ivan Rodriguez wrote: > I want to make a code that gives the MAC address of the visitor The MAC address is only available on the same network, but you could always read the headers (php.net/getallheaders). This is the wrong list, BTW. Regards, Filip de Waard -- PHP

[PHP-DEV] Envairoment variables

2003-10-30 Thread Ivan Rodriguez
Hi I am looking for the code that generates the value of REMOTE_ADDR so that I want to make a code that gives the MAC address of the visitor and I am looking into http://lxr.php.net but I don´t found nothing, if some can help me ... :-) Regards Iván Rodriguez Espada _ A