Note (2017-08-04): The Plus! server, which is still used for storage and retrieval of sounds has been down for the past few weeks, I intend on replacing these missing components on my own if it does not return. In the past, the server has been down for a while and brought back, so we will see.
I have patched Messenger Plus! 3 so the sounds feature can be fully used again. All contacts will need to install the patch for them to both receive and send sounds.
Verify the install location is correct for your install of Messenger Plus! 3
Click Install
Messenger should pop back up in a few seconds
Sign in and send some sounds
If you have Messenger or Plus! installed in a non-standard place, youâll need to restart them manually or just reboot.
This is a quick installer I put together which is a re-package of all the files of Plus! 3.63.148 instead of a real patch utility. If you have a different version installed, it will be replaced with this version.
Manual installation
Verify you are using Messenger Plus! 3 version 3.63.148 (if might work with other versions but I havenât tested). You can download the 3.63.148 version if needed
Shut down msnmsgr.exe and MsgPlus.exe if theyâre running
Download the patched MsgPlusH.dll and overwrite the existing DLL in your MsgPlus! 3 folder (Program Files or Program Files (x86)\MessengerPlus! 3)
Restart MsgPlus.exe in the MsgPlus! 3 folder and run MSN Messenger
Sign-in and send some sounds
Manual patching
If you prefer to patch your own MsgPlusH.dll, you need to replace:
I see what youâre saying but the sound server has always operated solely as a cache, itâs not an archive of all sounds and doesnât keep the sounds around indefinitely. Whenever an attempt is made to send a sound, Plus! first checks to see if the server has it stored, will then upload the file if itâs needed, and then sends the link over to the contact.
Given that most of the important sounds from years past will have long been deleted from the server already, Iâm not sure trying to archive them server-side would necessarily be the right approach, and thereâs possible user privacy issues too. Since Plus! already has a mechanism for archiving (export as sound pack), I think allowing people to export their own sound packs which others can important and keep might be a better way of accomplishing some sort of sound archive and keeps the user in control of what they share.
Tried Opera, Firefox, Chrome and IE, nothing worked. Can you guys actually download it? Link donât seem to work to my friend either. If so please upload a mirror somewhere, I could never thank you guys enough.
The download was successful for me on firefox, ie/edge, chrome and opera. which tell me it could be something else happening there. check your firewall and your antivirus for any possible blocks that are happening.
Iâm currently saving all downloadable contents from the MsgPlus website⌠because itâs really weird that this site (and its sound server) is still online considering the product cannot be used anymore.
Do we know how this caching server works exactly? Would be interesting to document how a sound is uploaded and retrieved, is some processing done in between, in which format, ⌠just in case this server doesnât last or if we want to do our own.
The best thing would be to recode this server in Python and host it on the Escargot server but I think valtron has already enough work Coding it in another language (like PHP) would probably ease a future transition to Python anyway as all the research would have been done.
@TReKiE If you end up redoing it, it would be a good idea to open source it on GitLab or at least provide the source to Escargot developers
Some are 404 sadly, but itâs a nice find Thanks for uncovering that @yellows111.
The sound server is intended as a cache though, so as long as people have local copies, it will just repopulate whatever they have. Of course these can be added back manually and punted back to the server when we get it going again.
If you mean the real server which is still used for storage, itâs unknown and even if itâll be back at all.
If you mean replacing the storage component since I think itâs pretty clearly itâs not coming back any time soon, thatâll happen when I have a free evening to build it. Iâve decided on most of the details already though so it shouldnât be too much work.