View Full Version : IP numbers
Gary Eaton
10-15-2000, 10:48 AM
How can I get someones Ip# for ie
Jason
10-16-2000, 01:23 AM
Hi Gary,
This sounds like a javascript function, try posting in Client Side Scripting.
------------------
Jason M. DesRoches
Co-Founder / Business Development
Big Resources Network (http://www.bigresources.com)
jason@bigresources.com
ICQ: 17947522
[This message has been edited by Jason (edited 10-16-2000).]
2bone
10-23-2000, 11:55 PM
That's one way... another would be do this:
$user_ip = $ENV{'REMOTE_ADDR'};
You could then write $user_ip to a log file...
------------------
# insert witty sig line here
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.