Show My Ip plugin
Posted by: Principi@nto
Date: October 29, 2010 06:03PM

I need to install a Firefox plugin: Show My Ip from https://addons.mozilla.org/it/firefox/addon/4530/

I know *.xpi files are like *.zip files but i can't mount this useful, for me, plugin.

May someone help me?

Principi@nto

Re: Show My Ip plugin
Posted by: desga2
Date: October 29, 2010 06:56PM

You can try this similar K-Meleon extensions:
Active IPB
LiveIP Plus 2
You can found it in K-Meleon Extension Central website.

K-Meleon in Spanish

Re: Show My Ip plugin
Posted by: Principi@nto
Date: October 30, 2010 06:01AM

TY very much.
Live IP Plus works good.
Active IPB makes an error at startup (generici bad character at line 30).
Bye

Re: Show My Ip plugin
Posted by: forever
Date: October 30, 2010 09:37PM

Active IPB sounds good to me, but...

--> (runs from a toolbar button)

but unfortunately there is no toolbar button after installation :-/

Re: Show My Ip plugin
Posted by: forever
Date: November 14, 2010 12:25PM

is anybody here who can help me? winking smiley

Re: Show My Ip plugin
Posted by: JamesD
Date: November 14, 2010 01:51PM

Perhaps the Pingback macro will give you what you need. It does not require a button. http://kmeleon.sourceforge.net/wiki/KmmPingBack

Re: Show My Ip plugin
Posted by: JamesD
Date: November 14, 2010 03:09PM

@ forever

Please forgive an old guy whose memory is not what he wishes it to be.
I forgot that Active IPB looks like my code.

Regarding Active IPB, you must put the picture in your default folder under the skins folder in KM. There are two pictures, EIPB_16.bmp and EIPB_24.bmp. The one to use depends on the skin that you are using. If you do not have a folder named default under skins, then create one.

The klassic skin uses size 16 and some others use size 24. I use the klassic skin so the macro has 16 for a value in lines 41 and 50-52. If you use a skin requiring a size 24, just edit the macro and change the 16s to 24s.

Re: Show My Ip plugin
Posted by: forever
Date: November 14, 2010 04:52PM

now everything works fine..... thank you smiling smiley

but i am just wondering if it is possible to move it from the status bar
i can define a window title, so perhaps it's possible to show the external IP as it?!



Edited 1 time(s). Last edit at 11/14/2010 04:55PM by forever.

Re: Show My Ip plugin
Posted by: JamesD
Date: November 14, 2010 08:33PM

I will have a look to see if possible. Did you check Pingback? I think that one used the title.

Re: Show My Ip plugin
Posted by: forever
Date: November 14, 2010 09:43PM

yes it does but there was only "P" in the window title after checking the IP

i followed the instuctions but it didn't work

Re: Show My Ip plugin
Posted by: JamesD
Date: November 15, 2010 01:58AM

I was working on trying to combine the two macros functions when I had major problems with my computer. I am even thinking that my work might have caused the computer problem.

I am still going to try but it may take some time.

Re: Show My Ip plugin
Posted by: JamesD
Date: November 15, 2010 02:28AM

Try this fix. Edit your ActiveIPB.kmm file and add the line in blue as shown below. Make sure that you move the } as shown. Save the file and restart KM.

_ActiveIPB_StatusBarSet {
if ($ActiveIPB_Clip != "Refresh") {
	if (length($ActiveIPB_Clip) != 0) {
		statusbar("External IP  ".$ActiveIPB_Clip);
		$TITLE = $ActiveIPB_Clip . "  " . $TITLE ;
		}
	}
}


Re: Show My Ip plugin
Posted by: forever
Date: November 15, 2010 09:44AM

YEAH that works

thank you so much grinning smiley

but is it possible to get the IP at the end of the title because if it's at the beginning every browser window in my task tray shows the IP and thats very confusing



Edited 1 time(s). Last edit at 11/15/2010 09:50AM by forever.

Re: Show My Ip plugin
Posted by: JamesD
Date: November 15, 2010 11:35AM

Change the order of the statement just added.

$TITLE = $ActiveIPB_Clip . " " . $TITLE ;

becomes

$TITLE = $TITLE . " " . $ActiveIPB_Clip ;

Re: Show My Ip plugin
Posted by: forever
Date: November 15, 2010 05:14PM

thanks
now everything is fine winking smiley

Re: Show My Ip plugin
Posted by: JamesD
Date: June 23, 2011 06:51PM

ActiveIPB macro requires an update. The website used has changed.

The new website is "http://automation.whatismyip.com/n09230945.asp";.
This goes in the open statement on line 16.

Attachments: ActiveIPB.kmm (2.2 KB)  
K-Meleon forum is powered by Phorum.