|
-
Oct 12th, 2009, 06:50 PM
#1
Thread Starter
New Member
Re: IP address logging
i have tried below script to print the remote IP who accessing my system
On Error Resume Next
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
Do while(true)
wscript.echo "******** " & Request.ServerVariables("REMOTE_ADDR")
Loop
the above code is not working... could you please help me on this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|