Re: [PHP] determining client's external IP

2006-03-13 Thread Miles Thompson
At 02:39 PM 3/13/2006, tedd wrote: Jochem wrote: life is not that simple here are some functions I wrote as an attempt to to better than 'REMOTE_ADDR' - interested if these allow you to retrieve the same IP as whatismyip.com: -snip- A most impressive piece of code -- thank you, it works

Re: [PHP] determining client's external IP

2006-03-13 Thread tedd
Jochem wrote: life is not that simple here are some functions I wrote as an attempt to to better than 'REMOTE_ADDR' - interested if these allow you to retrieve the same IP as whatismyip.com: -snip- A most impressive piece of code -- thank you, it works great! While you appear to get down

[PHP] Re: [SPAM] [PHP] determining client's external IP

2006-03-13 Thread joseph
this is what gnuboard4 uses to process logins $tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime, lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]', '$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M i thought about proxy proxy servers upstream from us

[PHP] Re: [SPAM] [PHP] determining client's external IP

2006-03-13 Thread joseph
this is what gnuboard4 uses to process logins $tmp_sql = " insert into $g4[login_table] ( lo_ip, mb_id, lo_datetime, lo_location, lo_url ) values ( '$_SERVER[REMOTE_ADDR]', '$member[mb_id]', '$g4[time_ymdhis]', '$lo_location', '$lo_url' ) ";^M i thought about proxy proxy servers upstream from us

Re: [PHP] determining client's external IP

2006-03-13 Thread Satyam
- Original Message - From: "David Calkins" <[EMAIL PROTECTED]> To: Sent: Monday, March 13, 2006 2:20 AM Subject: [PHP] determining client's external IP My web page needs to determine the client's external IP address, i.e., the IP address that others vie

Re: [PHP] determining client's external IP

2006-03-13 Thread Jochem Maas
David Calkins wrote: My web page needs to determine the client's external IP address, i.e., the IP address that others viewing the web page would be able to use to contact that user's machine (assuming they've setup the appropriate forwarding into their actual machine of course). In this environ

[PHP] determining client's external IP

2006-03-12 Thread David Calkins
My web page needs to determine the client's external IP address, i.e., the IP address that others viewing the web page would be able to use to contact that user's machine (assuming they've setup the appropriate forwarding into their actual machine of course). In this environment the clients want