DCCD Posted March 21, 2009 Posted March 21, 2009 (edited) Hi everyone HERE'S the script #include <Inet.au3> ; $sSource = _INetGetSource("70.86.96.219/ib1") ; $sCountry = StringRegExpReplace($sSource, '(?i)(?s).*?Country: <strong>(.*?)</strong>.*$', "\1") $sIP__Add = StringRegExpReplace($sSource, '(?i)(?s).*?Your IP Address is <strong>(.*?)</strong>.*$', "\1") $sISP = StringRegExpReplace($sSource, '(?i)(?s).*?ISP: <strong>(.*?)</strong>.*$', "\1") MsgBox(0,"_INetGetSource","Country: "& $sCountry & @CR &"Your IP Address is: " & $sIP__Add & @CR &"ISP: " & $sISP) Edited March 22, 2009 by DCCD [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
Authenticity Posted March 21, 2009 Posted March 21, 2009 Heh, thanks for the sharing.Just if you're interested:http://www.autoitscript.com/forum/index.ph...=90976&hl=ehttp://www.autoitscript.com/forum/index.ph...=89247&hl=o
DCCD Posted March 21, 2009 Author Posted March 21, 2009 Umm,, wanna pizza!! [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now