it doesnt work on my messenger,why?
i use ultraedit to patch the file, but then i can start messenger said that it is not win32 program.
then i tried 6.1.0155 english version, same the result.
my os :xp chinese version.
any problem, who will tell me?
quote:
Originally posted by CookieRevised
The TAB-patch for 6.1.0155 (http://msntabs.ausmade.net/ by Jared_), DOESN'T work for 6.1.0202. It will *beep* up your messenger.
Reason for this is that the patch doesn't search for the string that has to be patched. But just changes whatever there is on location 0x000206A4 in msnmsgr.exe.
So there you have it:
the patch writes at location 0x000206A4 the following string:
http://msntabs.ausmade.net/MsgrConfig.asmx#
(where # is a 0-byte thus 0x00)
What about v6.1.0202:
Don't use the patch, but use a hex-editor, open msnmsgr.exe, and manually patch the file like so:
Go to location 0x000206C4. The string you have to change is:
http://config.messenger.msn.com/Config/MsgrC
into
http://msntabs.ausmade.net/MsgrConfig.asmx#
(where # is a 0-byte thus 0x00)
There you have it, your TABS are back...
PS: I'm too lazy to install VB to write a patch for this, and there will one soon enough for all you who don't know what I'm talking about here....
-------------------------------------------------------------------------------------
Why do some patches work for different version and others don't.
2 reasons:
* Or the string that has to be changed is on the same location in the different versions.
* Or the patch actually searches for the string that has to be changed, so no matter what the (new) location is, the string will be found and patched. (<- this is how a good patch should work)
(so this is why, the v6.1.0166 TAB-patch doesn't work in v6.1.0202; the patch doesn't search for the string, but just puts the new string into that location, no matter if it is the good location or not)
-------------------------------------------------------------------------------------
Make sure you make a BACKUP and that you CLOSE MSN Messenger before applying ANY patch...
PS: there is currently no other way to get custom tabs! in 6.1.x
(no, not even if you change the address into a local file, etc... this is THE ONLY WAY )