Update: now uses ippages.com for data, and has a smoother, and hopefully faster, panel design. Also finally updated to conform to Opera style guidelines.
Part experiment, part demo, part tool! This widget shows your current public IP address, for users with dynamic IP addresses. Customisable with a wide selection of colour schemes for any desktop.
The whole widget is written and scripted in SVG+Ecmascript, the HTML file exists only as a container.
Shows a warning when www.ippages.com could not be contacted, and a flag when the IP changes. Just click the widget to clear the flag.
Just a wee warning - looks like the current 9.5 alpha releases have a problem with some aspect of the SVG file (I suspect transparency), which freezes the browser up completely.
Just installed the last version, it now again displays the IP. Thanks for that, johnnysaucepn, I really like the improved new styling, it's better to read and looks bit cooler.
I haven't totally forgotten about this widget, just don't check the comments all the time! Remember, you can always send me a community personal message.
http://checkip.dyndns.org works and is simple, but it seems to report your local IP address rather than the public one. For example, I use a proxy server, so when I go to checkip I get 127.0.0.1 back, which sort of defeats the point.
@EmmieShadow, http://www.showmyip.com is a BS: loads very slow and bloated. I think that www.whatsmyipaddres.com is the best site of it's kind. It displays your IP in the page title so it would be very easy integrate it into this widget.
I am in Linux Ubuntu 7.04 & Opera 9.21. I cannot get this to load up my IP. Screen comes up, I can select colours for background and font colour but no IP appears.
I am assuming its still relating to the problems with the site not working, but I have found another site to use for people struggling wanting their IP.
Until this is fixed, only use this in 9.23!
By johnnysaucepn, # Sep 20, 2007 1:26:18 AM
Thanks for that, johnnysaucepn, I really like the improved new styling, it's better to read and looks bit cooler.
By bluesbox, # Sep 14, 2007 1:21:04 PM
By johnnysaucepn, # Aug 23, 2007 11:12:32 AM
http://checkip.dyndns.org works and is simple, but it seems to report your local IP address rather than the public one. For example, I use a proxy server, so when I go to checkip I get 127.0.0.1 back, which sort of defeats the point.
http://www.showmyip.com/xml/ (or http://www.ippages.com/xml) works, but limits accesses to 199 per day, don't know if that's going to cause problems, or how exactly they determine it.
By johnnysaucepn, # Aug 20, 2007 4:59:46 PM
By pejakm, # Aug 5, 2007 8:48:35 PM
By cygoh, # Jul 20, 2007 5:06:00 AM
http://www.showmyip.com is a BS: loads very slow and bloated. I think that www.whatsmyipaddres.com is the best site of it's kind. It displays your IP in the page title so it would be very easy integrate it into this widget.
By pejakm, # Jul 19, 2007 6:38:38 PM
I cannot get this to load up my IP. Screen comes up, I can select colours for background and font colour but no IP appears.
I am assuming its still relating to the problems with the site not working, but I have found another site to use for people struggling wanting their IP.
http://www.showmyip.com
Emmie x x
By EmmieShadow, # Jul 15, 2007 9:29:27 PM
I dont retrive anything of it!
By jpg90, # Jul 7, 2007 1:23:28 AM
The widget will be inactive until I can get another fast, reliable service and update the widget. I'll post here when that happens.
By johnnysaucepn, # Jun 26, 2007 3:45:46 PM
It is NOT working!, No, IP number appears, even though you are able to change colors.
By TrueDave13, # Jun 26, 2007 9:26:07 AM
By pheath, # Jun 19, 2007 4:11:45 PM
By yeeliberto, # Jun 15, 2007 8:13:56 PM
By maels1, # Jun 12, 2007 11:43:37 PM
By quehuongxinh, # Jun 11, 2007 1:40:34 AM
showip.org is currently down, I'll need to find an alternative. I'll update the widget as early as I can.
By johnnysaucepn, # May 31, 2007 2:51:23 PM
By s_ahmad_a, # May 31, 2007 2:12:11 PM
By mikeoo92, # Apr 22, 2007 6:10:58 PM
can you make a widget by which mouseover event would genrate the ip address, location and the coordinates of the hyperlink..........
this is actually present in firefox as an add-on.
code for ur help:-
function hostipfox_enable() {
}
function hostipfox_disable() {
}
function hostipfox_init() {
if('__hostipfox__FillInHTMLTooltip' in window) return;
const prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null);
var originalFillInHTMLTooltip = window.FillInHTMLTooltip;
window.__hostipfox__FillInHTMLTooltip = originalFillInHTMLTooltip;
const dnsService = Components.classes['@mozilla.org/network/dns-service;1'].getService(Components.interfaces.nsIDNSService)
const nsISupportsString = ('nsISupportsWString' in Components.interfaces) ? Components.interfaces.nsISupportsWString : Components.interfaces.nsISupportsString;
window.FillInHTMLTooltip = function(elem)
{
var retval = false;
if (!elem ||
elem.namespaceURI == 'http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul')
return false;
try {
if (elem) {
while (elem && (elem.nodeType != Node.ELEMENT_NODE || !elem.attributes.l
By mail2rajeev, # Feb 23, 2007 9:00:15 PM
By Jani the Sušnik, # Feb 10, 2007 10:50:58 AM