Shoutbox

MSN Plus file server plugin - 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: MSN Plus file server plugin (/showthread.php?tid=53734)

MSN Plus file server plugin by jerryspringer on 12-08-2005 at 09:47 PM

ok me and another person each downloaded this plugin with intentions to create a file server. Now the manual that came with it gave the commands to use although we were unsuccesful with our efforts. For example, typing /xfserve on will enable the server which a pop up comes up and says it is enabled and then i type /xfserve enabled and another popup comes up and says its enabled at **:**. So now i type /xclient status  when i send that all it says in the conversation is statu!Status and when i type /xclient dir i will also get the message that says dir--!dir What does this mean. I had selected the directory and everything. What are the issues here? How can we solve them so that the other contact can browse the directory that i have selected so he can download files instead of me having to send one by one. we are both behind routers and firewalls aswell.
.


RE: MSN Plus file server plugin by YottabyteWizard on 12-09-2005 at 12:37 AM

FileServer is not compatible with MSG Plus anymore.

read here:
CookieRevised's Answer to FileServer plugin


RE: MSN Plus file server plugin by jerryspringer on 12-09-2005 at 02:39 AM

why is it incompatible?


RE: MSN Plus file server plugin by CookieRevised on 12-09-2005 at 02:24 PM

quote:
Originally posted by jerryspringer
why is it incompatible?
Because it uses an older plugin interface and functions.

Note that Pleh's file sharing plugin still works though.

And also note that in the upcomming Windows Live Messenger (new name for MSN Messenger) there will be a File Sharing function already build in...

RE: MSN Plus file server plugin by jerryspringer on 12-09-2005 at 04:17 PM

ok that new 2.0.0 update, do i just add the .dll file to the directory and should the other one be removed? And will it work now and i won't get those stupid messages when i type a command?+


RE: MSN Plus file server plugin by CookieRevised on 12-09-2005 at 04:31 PM

It is explained in that thread which I linked to. ;)

quote:
1) Install version 1.2 (to add the correct values to the registry)
2) after that, unregister the OLD DLL
3) unzip the version 2.0 DLL and replace the old DLL with this new DLL you just unzipped.
4) register this (new) DLL again...
Registering a DLL is done by going to Start > Run and entering this in the command prompt:
regsvr32 "c:\program files\messenger plus!3\plugins\plehfilesharingvb.dll"

Unregistering a DLL is done by going to Start > Run and entering this in the command prompt:
regsvr32 /u "c:\program files\messenger plus!3\plugins\plehfilesharingvb.dll"

(of course, mind the path, it may be different in your case)
RE: MSN Plus file server plugin by jerryspringer on 12-10-2005 at 07:02 PM

ok i cannot register or un register any DLL. i get a message that says the specified module could not be found.


RE: MSN Plus file server plugin by CookieRevised on 12-11-2005 at 11:00 AM

Make sure you typed the path and filename correctly, used the parenthesis, and that the DLL exists.


RE: MSN Plus file server plugin by Tobiaz on 12-11-2005 at 04:38 PM

quote:
Originally posted by Jerryspringer
i cannot register or un register any DLL. i get a message that says the specified module could not be found.

If it's still not working:

I had the same problem. Try it with the 'cmd' ...
Goto the file's directory and type 'regsvr32 <yourdll>'

Greeeez Tobiaz
RE: MSN Plus file server plugin by CookieRevised on 12-11-2005 at 05:47 PM

quote:
Originally posted by Tobiaz
If it's still not working, try it with the 'cmd' ...
That wouldn't help; it will be exactly the same as using Start > Run...

------

The instructions need to be followed exactly and will work if everything is done exactly as said in that thread were I linked to before! There are no alternatives. He needs to make sure everything is done exactly as described there, and above all, typed without errors.
RE: MSN Plus file server plugin by Tobiaz on 12-11-2005 at 05:52 PM

quote:
Originally posted by CookieRevised
That wouldn't help, it will be exactly the same as using Start > Run


Hm... as I wanted to register a DLL it doesn't work, because the path includes a space (messengerplus! 3)...

But I think you understand more about it then I! ;)

Greeeeez Tobiaz
RE: MSN Plus file server plugin by Mike on 12-11-2005 at 09:16 PM

quote:
Originally posted by Tobiaz
Hm... as I wanted to register a DLL it doesn't work, because the path includes a space (messengerplus! 3)...
If you insert quotes, it works then :)
Example:
code:
regsvr32 "C:\Program Files\Messenger Plus! 3\MyDllNameHere.dll"

RE: MSN Plus file server plugin by jerryspringer on 12-12-2005 at 01:06 AM

even followingthe instructions i still am unsuccesful