Page 1 of 2

IP Address Check

Posted: July 1st, 2009, 6:18 pm
by neo2606
hello everybody

while surfing on the net i found a very very little site that returns only your ip adres:
http://checkip.dyndns.org/" or http://checkip.dyndns.org/%22

Code: Select all

[Measure_IP_Website]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://checkip.dyndns.org/"
;Url=http://checkip.dyndns.org/%22
Regexp=(?siU)<html>.*<body>(.*)</body>.*</html> 
Feel free to use ;)

Re: IP Address Check

Posted: July 2nd, 2009, 8:13 pm
by Chewtoy
http://ipdetect.dnspark.com/ <--- Also works to find out your WAN-IP.

Re: IP Address Check

Posted: July 30th, 2009, 8:29 pm
by airtonix
https://secure.internode.on.net/webtools/showmyip?textonly=1

Is one that doesn't require any regex handling.

The only thing it returns is your actual IP address.

No html, no other info....just your IP.

Re: IP Address Check

Posted: August 10th, 2009, 6:03 pm
by maminscris

Re: IP Address Check

Posted: January 21st, 2010, 1:35 pm
by TomJB
That's cool... but do you know how to get this work?

I try code below but still doesn't work:

Code: Select all

[MeasureIPWeb]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url="http://checkip.dyndns.org/"
Regexp=(?siU)<html>.*<body>(.*)</body>.*</html> StringIndex=2
UpdateRate=3600

[MeterWANIPLabel]
MeasureName=MeasureIPWeb
Meter=STRING
X=0r
Y=15r
FontColor=#FontColor#
FontSize=8
FontFace=#FontFace#
AntiAlias=1
Prefix="IP: %1"

[MeterWANIP]
Meter=STRING
MeasureName=MeasureIPWeb
X=104r
Y=0r
StringAlign=Right
FontColor=#FontColor#
FontSize=8
FontFace=#FontFace#
AntiAlias=1

It gives me:
Network:
Host: HAL9000
IP: %1
Any suggestions?

Thanks!

Re: IP Address Check

Posted: January 21st, 2010, 2:55 pm
by poiru
TomJB wrote:Any suggestions?

Thanks!
StringIndex=2 should be StringIndex=1 :)

Re: IP Address Check

Posted: January 25th, 2010, 2:09 am
by BrianHeston
This one doesn't require much in the way of a RegExp either.

Code: Select all

[MeasureWAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=600
Url=http://whatismyip.org/
RegExp="(?)(.*)"
StringIndex=1
UPDATE: Apparently whatismyip.org has folded or something. The name is still registered, but the site is down.

Re: IP Address Check

Posted: December 17th, 2010, 1:58 am
by prabu
It is a good sharing about ip address check,
I found one site http://www.ip-details.com/ip-search/ for my IP address check,
It has the best results for the details about to Search and find ip address's,domain name host's who is information including city,country, global latitude & longitude coordinates and also give internet speed accurately...........

Re: IP Address Check

Posted: December 17th, 2010, 2:19 am
by smurfier
prabu wrote:It is a good sharing about ip address check,
I found one site http://www.ip-details.com/ip-search/ for my IP address check,
It has the best results for the details about to Search and find ip address's,domain name host's who is information including city,country, global latitude & longitude coordinates and also give internet speed accurately...........
I doubt that sites accuracy as far as location is concerned. It says I'm in Little Rock, Arkansas. Way off.

Re: IP Address Check

Posted: October 15th, 2011, 7:58 pm
by Peerori