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
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
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
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
- 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
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
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
7 matches
Mail list logo