Shoutbox

Encode in UIB ? - 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: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Encode in UIB ? (/showthread.php?tid=92789)

Encode in UIB ? by dada24300 on 11-04-2009 at 08:48 AM

hello.

Lately, people make my skin with encodings.
without changing the coding. they are not online on msn but are more widely distributed on the internet.

I wanted to know if it was possible to encode UIB resources in a time change?

How and with what software please.

Thank you in advance.

-----------------------------------------------------------------------------------------------------

bonjour a tous.

Depuis quelque temps, des personnes font des peau avec mes codages.
sans rien changer au codage. elle ne sont pas en ligne sur Messenger Plus mais sont largement diffusé sur internet.

J'aurai voulu savoir si il été possible de réencoder  en UIB les ressources un fois modifier ?

Comment faire et avec quel logiciel svp.

Merci d'avance.


RE: Encode in UIB ? by Guena on 11-04-2009 at 09:42 AM

Hi

Yes it is possible and explained in skinning documentation.

You must use MPTools.exe in command line.

quote:

MPTools.exe is a program that's distributed with Messenger Plus!. It makes all sorts of calls to the main program for all kinds of reasons, it's a helper tool. Although it was also distributed in previous versions of Messenger Plus!, it was not meant to be used directly by end-users or other developers. This is not the case anymore as MPTools.exe can now decode and encode UIB files when the proper command line parameters are used.

Here is an example of how to decode a UIB file:

MPTools.exe /UIB=Decode /Src="C:\uibfile.uib" /Def="C:\deffile.txt" /Style="C:\stylefile.txt"
And here is another example of how to re-create a UIB file:

MPTools.exe /UIB=Encode /Def="C:\deffile.txt" /Style="C:\stylefile.txt" /Dest="C:\uibfile.txt"



RE: Encode in UIB ? by dada24300 on 11-04-2009 at 09:52 AM

   
thank you.

I tested.

thank you again for your help.


RE: Encode in UIB ? by Spunky on 11-04-2009 at 10:01 AM

People will still be able to decode them though using the same method!