Jan 17, 2001 #1 DeepBlerg Technical User Jan 13, 2001 224 AU Hi, Does anyone know some vbscript that can capture an IP address? Thanks, Tim
Jan 17, 2001 #2 Guest_imported New member Jan 1, 1970 0 Request.ServerVariables("REMOTE_ADDR" Using this u can capture the IP address of the user who is sending request to your server.(The IP address of the remote host making the request) Upvote 0 Downvote
Request.ServerVariables("REMOTE_ADDR" Using this u can capture the IP address of the user who is sending request to your server.(The IP address of the remote host making the request)
Jan 17, 2001 #3 NickBulka Programmer Aug 10, 1999 832 US FYI: If the user is using a proxy server, the address returned will be the address of the proxy server, not the users machine. nick bulka Upvote 0 Downvote
FYI: If the user is using a proxy server, the address returned will be the address of the proxy server, not the users machine. nick bulka