What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » About uncrypting logs (i've got password!)

About uncrypting logs (i've got password!)
Author: Message:
marcosetorresc
New Member
*


Posts: 1
Joined: Jan 2009
RE: About uncrypting logs (i've got password!)
I had the same problem and after going through the whole batch found the following:

Line 42 "SET LOGVIEWER=%LOGVIEWER:~18%" defines the variable %LOGVIEWER% after extracting the Path for Log Viewer.exe from the registry. This value comes in the form     "AppDir    REG_SZ    C:\Program Files\Messenger Plus! Live\"
When it runs "SET LOGVIEWER=%LOGVIEWER:~18%" it is truncating the first 18 characters of the string, leaving it as  "SZ    C:\Program Files\Messenger Plus! Live\" when it should be leaving it as "C:\Program Files\Messenger Plus! Live\".

How to solve this?

Since I don't exactly by how many characters it will differ on each case, here is a generic procedure:

- Open 2 shell windows (Start>Run and type cmd) (do this twice)
- Go to the directory where you will be running the batch from
- Type "edit Decryptall.bat"
- Find these two lines:
"CALL TEMP.BAT
DEL TEMP.BAT 2>NUL"
-Insert a PAUSE in between this two lines, it should look like this:
"CALL TEMP.BAT
PAUSE
DEL TEMP.BAT 2>NUL"
- Now save the script and run it
- You will get an message asking you to press a key ton continue (means you just hit the pause)
- On you second shell window (and being in the same directory where your batch is) type the following command "TYPE TEMP.NAT" (no, is not a typo or a mistake, I repeat, the command is "TYPE TEMP.BAT")
-This will show you exactly what is being executed to decrypt each file. The first line should say "@Echo Off". The second line, in order for the decrypter to work, MUST SAY "C:\Program Files\Messenger Plus! Live\Log Viewer.exe" and a buch of other stuff. But we care about the beginning of the line. This line must begin with a " and then the path for thelog viewer....whatever space or other characters must go!
-Now, count how many characters (including spaces) are in excess right after the quotation marks (the marks must stay).
- You must edit again your Decryptall.bat. in the following way:
Let's say you counted an extra 6 characters, then add that number to 18 (remember the weird command atthe beginning?) and substitute the 18 for that number. In this case, you would change 18 for 24.
- Run your batch again. If you get the same error it means you miscounted the characters. You may have still some extra characters or you might have truncated more thant you should.

In any case, repeat until you get the line to look like this:
"C:\Program Files\Messenger Plus! Live\Log Viewer.exe"

NOTE: I am assuming you used the default instaltion path for Messenger Plus. If you change that, you need to match this path with the Key on the registry under HKLM\SOFTWARE\Patchou\Messenger Plus! Live



Hope this is more helpful than confusing!





01-23-2009 09:04 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 11:48 AM
RE: About uncrypting logs (i've got password!) - by markee on 09-05-2006 at 11:50 AM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 12:13 PM
RE: About uncrypting logs (i've got password!) - by Patchou on 09-05-2006 at 12:13 PM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 12:43 PM
RE: About uncrypting logs (i've got password!) - by RaceProUK on 09-05-2006 at 03:46 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 09-05-2006 at 03:54 PM
RE: About uncrypting logs (i've got password!) - by Tebb on 09-05-2006 at 09:51 PM
RE: About uncrypting logs - by aadimo on 06-06-2008 at 01:32 PM
RE: About uncrypting logs (i've got password!) - by Thor on 06-06-2008 at 01:57 PM
RE: About uncrypting logs (i've got password!) - by ubisoft4me on 08-13-2008 at 09:01 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 12-31-2008 at 07:40 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 01-07-2009 at 01:05 PM
RE: About uncrypting logs (i've got password!) - by marcosetorresc on 01-23-2009 at 09:04 AM
RE: RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-23-2009 at 11:07 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-25-2009 at 12:44 AM
RE: About uncrypting logs (i've got password!) - by jasmiester on 01-25-2009 at 11:58 PM
RE: RE: About uncrypting logs (i've got password!) - by CookieRevised on 01-26-2009 at 02:38 PM
RE: About uncrypting logs (i've got password!) - by Cut on 04-19-2009 at 06:18 AM
RE: About uncrypting logs (i've got password!) - by riahc4 on 04-26-2009 at 02:21 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 04-28-2009 at 12:04 AM
RE: About uncrypting logs (i've got password!) - by ravenle on 11-21-2009 at 02:03 AM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 11-21-2009 at 10:54 AM
RE: About uncrypting logs (i've got password!) - by ravenle on 11-22-2009 at 01:46 PM
RE: About uncrypting logs (i've got password!) - by dreaded on 02-15-2011 at 07:03 PM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 02-15-2011 at 11:44 PM
RE: About uncrypting logs (i've got password!) - by Gorgo on 10-09-2012 at 10:44 AM
RE: About uncrypting logs (i've got password!) - by CookieRevised on 10-09-2012 at 02:18 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On