It is currently March 28th, 2024, 1:57 pm

IP Address Check

Share and get help with Plugins and Addons
User avatar
neo2606
Posts: 18
Joined: May 13th, 2009, 2:55 pm

IP Address Check

Post 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 ;)
Last edited by dragonmage on July 2nd, 2009, 4:23 am, edited 1 time in total.
Reason: Spelling correction in title.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: IP Address Check

Post by Chewtoy »

http://ipdetect.dnspark.com/ <--- Also works to find out your WAN-IP.
airtonix
Posts: 6
Joined: July 26th, 2009, 7:50 pm

Re: IP Address Check

Post 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.
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°
Contact:

Re: IP Address Check

Post by maminscris »

TomJB
Posts: 1
Joined: January 21st, 2010, 1:27 pm

Re: IP Address Check

Post 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!
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm
Contact:

Re: IP Address Check

Post by poiru »

TomJB wrote:Any suggestions?

Thanks!
StringIndex=2 should be StringIndex=1 :)
User avatar
BrianHeston
Posts: 26
Joined: September 4th, 2009, 1:52 am

Re: IP Address Check

Post 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.
prabu
Posts: 2
Joined: December 17th, 2010, 1:53 am

Re: IP Address Check

Post 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...........
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: IP Address Check

Post 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.
Peerori
Posts: 7
Joined: October 15th, 2011, 7:55 pm

Re: IP Address Check

Post by Peerori »

Post Reply