Shoutbox

New Plugin: Plugin Lister - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: New Plugin: Plugin Lister (/showthread.php?tid=12505)

New Plugin: Plugin Lister by Whacko on 07-07-2003 at 08:41 PM

UPDATED FOR 2.20.51

ok :) seen a lot of requests about this, so here it is.

A plugin Lister :)
it shows a list of all plugins installed for Msn+


use /xall to show the list.


Screenshot:

[Image: pluginlister.gif]



FIXED:

- Now Works with v2.20.51


RE: New Plugin: Plugin Lister by BooGhost on 07-07-2003 at 08:48 PM

:D this one rocks ;)


RE: New Plugin: Plugin Lister by Misterjad on 07-07-2003 at 08:48 PM

hum function dont know if its possible but as you rox ...
=> list all the /x.. functions & (!.. tags


RE: New Plugin: Plugin Lister by Whacko on 07-07-2003 at 08:54 PM

list all functions? no thats not possible. The Plugins only respond to MSN+ , theres no way a plugin can call another plugin.
If that was possible, then those plugins would ALSO need to have a function which returns all commands.

But in order for this to work, Patchou would have to implement some more functions to the plugin API :P but i dunno if he has time for that :P


RE: New Plugin: Plugin Lister by Misterjad on 07-07-2003 at 09:02 PM

... he really should do that, cuz i have to admit that im a bit lost with all those new plugins every hours... my head is up in space and i cannot remember all the commands...

ill talk that to patchou later


RE: New Plugin: Plugin Lister by Sypher on 07-07-2003 at 09:02 PM

Is it normal that your plugin shows up when starting Msn Messenger? Without sending the /xall command? (same for your url manager)

And the commands doesn't work here :S


RE: New Plugin: Plugin Lister by Misterjad on 07-07-2003 at 09:04 PM

he'll fix that soon ;)


RE: New Plugin: Plugin Lister by Whacko on 07-07-2003 at 09:10 PM

Fixed it :)


RE: New Plugin: Plugin Lister by Sypher on 07-07-2003 at 09:14 PM

You also fixed the URL Manager? :)


RE: New Plugin: Plugin Lister by Whacko on 07-07-2003 at 09:15 PM

yup


RE: New Plugin: Plugin Lister by Sypher on 07-07-2003 at 09:16 PM

i saw it.. :)


RE: RE: New Plugin: Plugin Lister by Misterjad on 07-07-2003 at 09:18 PM

quote:
Originally posted by Whacko
list all functions? no thats not possible. The Plugins only respond to MSN+ , theres no way a plugin can call another plugin.
If that was possible, then those plugins would ALSO need to have a function which returns all commands.

But in order for this to work, Patchou would have to implement some more functions to the plugin API :P but i dunno if he has time for that :P


JAD dit :
esske tu pourrais rajouter une fonction ds plus! ki permette de lister les commandes /x des plugins ?

Patchou dit :
ben les plugins peuvent faire ca eux meme non? 
Patchou dit :
mais oui, je vois ce ke tu veux dire et je vais surment le faire 

JAD dit :
les plugins ne peuvent pas lire les functions d'autres plugins, si ?

Patchou dit :
non, m'enfin comme je dis, jy travail 

JAD dit :
cool


Translation::
JAD: could you add a function to plus! would could list all the plugin's commands ?
Patchou : hum, plugins can do that themselves, no ?
Patchou : Oh yes, i c xhat you mean, and i'm surley gonna do it
JAD : plugins cannot list other plugins function isnt it?
Patchou : No, but as i said, i'm workin on it
JAD : kewl ;)
RE: New Plugin: Plugin Lister by kennetjuh on 07-07-2003 at 09:22 PM

hey guys if you can't remember the codes, why don't you just open notepad and type in the codes with the functions. that way you can always see what the codes do


RE: New Plugin: Plugin Lister by Patchou on 07-07-2003 at 10:20 PM

I hope you support both VB plugins and C plugins :)


RE: New Plugin: Plugin Lister by Predatory Kangaroo on 07-08-2003 at 03:04 AM

Hmm, maybe you could make it so that there is some kind of way for each plugin to declare certain variables like MPPName, MPPDescription, MPPCommands, MPPTags and let other plugins access them?


RE: New Plugin: Plugin Lister by Whacko on 07-08-2003 at 09:12 PM

UPDATED FOR 2.20.48

FIXED:

- bug that "disabled" other plugins' commands and tags :shame:


RE: New Plugin: Plugin Lister by Sypher on 07-08-2003 at 09:22 PM

[Image: getpicture.php?id=192766]

That'll happen if I type /all with the updated (same for the other plugin you made) (but then with /xu) (same for /xuconfig) and /xumsgplus (or whatever you type) doesn't  work...


RE: New Plugin: Plugin Lister by Whacko on 07-08-2003 at 10:14 PM

SyPhEr thanks for mantioning that... will look at it 2morrow... 0:12AM now :P so goot get some sleep


RE: New Plugin: Plugin Lister by Whacko on 07-09-2003 at 11:59 AM

SyPhEr you dont have my "Delphi Template" installed do you?
i cant reproduce the error :/ my sugestion is, download the files again from the two threads... oh and the files in the "SOURCES" thread are the same... They're my Delphi Template.


RE: New Plugin: Plugin Lister by allex87 on 07-09-2003 at 12:17 PM

What about C++ plugins??
This one lists only VB plugins....


RE: New Plugin: Plugin Lister by Whacko on 07-09-2003 at 05:06 PM

It lists only the plugins that are in the registry... didnt know that the C++ plugins arent. :P i could make it so that it lists all dll files in the plugins dir... but then it dont have the real name.
So i suggest we should also add the C++ plugins to registry?
(without using regsvr32 ofcourse)

thatd be my solution, cos theres no way (yet?) to get a list of other loaded plugins, or their names.

if anyone has a better idea PLEASE tell me :)


RE: New Plugin: Plugin Lister by Whacko on 07-10-2003 at 12:29 PM

updated a bit, hope it solves some of the problems people were having. Also i found out that using the OLD xfader plugin, was responsible for showing the popupmessages with commands like /xall. I recommend updating to the new version of XFader.


RE: New Plugin: Plugin Lister by Tandy on 07-10-2003 at 12:30 PM

got it for 2.20.50????????


RE: New Plugin: Plugin Lister by Vilkku on 07-10-2003 at 01:41 PM

Yeah, I would like it for that too. I can't get it to work with .50, I get some error.


RE: New Plugin: Plugin Lister by Re-Mi on 07-10-2003 at 01:56 PM

strange works for me on .50 :S with the old xfade ;)


RE: New Plugin: Plugin Lister by Whacko on 07-10-2003 at 02:05 PM

there aint no sdk for .50 ? so how can i update it :P


RE: New Plugin: Plugin Lister by Vilkku on 07-10-2003 at 02:05 PM

How did you install it? Just copy the .dll file to the Plug-in folder and run the reg-file? And can you use the reg file from any place or does it have to be in the plug-in folder when you run it?


RE: RE: New Plugin: Plugin Lister by Re-Mi on 07-10-2003 at 02:43 PM

quote:
Originally posted by Vilkku
How did you install it? Just copy the .dll file to the Plug-in folder and run the reg-file? And can you use the reg file from any place or does it have to be in the plug-in folder when you run it?

yep just installed it again today and it works :S
[Image: attachment.php?tid=12505&pid=101389]

btw it's a bit buggy but hey ... i will take that for granted :P in the beginning it showed plugins i already uninstalled :P

[edit] sorry removed it i think it was one of the best (Y) but it's bugging some other ones.. i hope you will update it so i can use it again[/edit]
RE: New Plugin: Plugin Lister by tj on 07-10-2003 at 04:02 PM

err...i see u have 2.20.50....hehe...where?! i looked everywhere but no luck:S *walks like zombie..."must..have..latest..version!"*

...which reminds me - there should be an auto-updater in plus so we dont have to keep running back to the website!

-tj-


RE: New Plugin: Plugin Lister by Whacko on 07-10-2003 at 06:07 PM

From now on you can get my plugins at:

Http://www.whacko.nl

if you have any bugs... mail them to:

plugin@whacko.nl


RE: New Plugin: Plugin Lister by Re-Mi on 07-10-2003 at 06:10 PM

maybe it comes in handy if you also would put that e-mail adress on your site ;)


RE: New Plugin: Plugin Lister by Re-Mi on 07-11-2003 at 02:38 PM

:'( noooo one of the greatest addons and now it doesn't work in
plus version .51 :'(


RE: New Plugin: Plugin Lister by Whacko on 07-11-2003 at 03:11 PM

fixing it already :)


RE: New Plugin: Plugin Lister by Whacko on 07-11-2003 at 05:17 PM

- Now Works with v2.20.51


RE: New Plugin: Plugin Lister by provolino77 on 04-01-2004 at 11:14 PM

does it work with latest plus version?


RE: New Plugin: Plugin Lister by CookieRevised on 04-02-2004 at 05:18 PM

Why not test it out yourself ;) if it doesn't work, remove it again...

BUT

You don't need this plugin anymore with the upcoming Messenger Plus! 3...
Plus! 3 will have a list of all the plugins (independed of in what language they are written), it will even list the (sometimes bad programmed) plugins you don't see in the normal plugin menu (for example the xfade-plugin in the screenshot)...

[Image: attachment.php?pid=221231]