WLM Caching? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: WLM Caching? (/showthread.php?tid=55981) WLM Caching? by teddytim on 02-18-2006 at 05:52 AM
Does WLM cache display names and display pics? RE: WLM Caching? by ShawnZ on 02-18-2006 at 06:09 AM Well it obviously caches names in memory, but i'm not sure if it does otherwise. I know display pictures are cached in the IE temp folder. RE: WLM Caching? by Weyzza on 02-18-2006 at 07:16 AM
The difference of display names could be caused by servers' lags. RE: WLM Caching? by ipab on 02-18-2006 at 07:33 AM there should be a folder called messengercache in your %Application Data folder. This is all of messenger's cache. I belive it includes nicknames and contact info too. RE: WLM Caching? by CookieRevised on 02-18-2006 at 10:55 AM
correct, since WLM the contactlist is also cached (this wasn't the case in previous versions) so that in case the servers couldn't be contacted for some reason, you still have access to your contactlist. RE: WLM Caching? by tjh2k6 on 02-18-2006 at 03:17 PM
i have looked everywhere for the WLM cache of DP's and emos but i have not been able to find out where it is, it doesnt appear to be in IE temp files anymore like with previous versions. anyone have any ideas?? RE: RE: WLM Caching? by LipoToid on 02-18-2006 at 06:38 PM
quote: Try looking in a DWORD in a registry setting. More than likely, encrypted at that. Edit: There is also another data type in the registry named QWORD though it is not at all common. This is similar to DWORD except it can hold 64 bits (double the size of a DWORD value). Most don't understand that it is very common to stuff array structs into a DWORD or QWORD for later retrieval. And if that's not enough there is a possibility that this action is dynamically allocated at various checksum balancing define by the Digital Signature. PPL, Microsoft is going to lock down on the resource dll support for WLM futures along with virutal memory constraints with the support for that extended checksum balancing. This seems as a Vista requirement which obviously is the Target for the main stay of WLM. Microsoft's has with the WLM an architecture that will offer defensives at any instance to depreciate the WLM of said user making it almost impossible for a developer to dance with the concurrency issues. IMO Happy Hunting Respectfully, LipoToid RE: RE: RE: WLM Caching? by tjh2k6 on 02-19-2006 at 01:00 AM
quote:Can anyone explain this in simple terms to me im a newbie and do not understand, i know how to access registry and make a few changes to things, but what am i looking for specifically? thanks tom RE: RE: RE: RE: WLM Caching? by CookieRevised on 02-19-2006 at 01:44 AM
quote:You can't store DP's in a DWORD or even a QWORD. quote:Not quite correct. You can only store 32 and 64 bits respectivly in DWORDs and QWORDs, far less than needed for even a simply data structure. quote:Nothing to do with OP's question though. quote:Forget about all that, it doesn't have anything todo with what you asked for.... just a fancy way of saying that a lot has changed in WLM Anyways... The Display Pictures of other contacts are also stored (when they are retrieved) in a cache folder, just like in previous versions. In previous versions this was in your Temporary Internet Files folder. See CookieRevised reply to 'Where does MSN stores his stuff' With WLM this has changed and moved to a subfolder named "MessengerCache" of your Temporary Windows Folder (which is often C:\Windows\Temp or simply C:\Temp). There you'll find (among other things like the contact's cards for example) the contact's display pictures as a PNG files (but without the extension "PNG" and with a hashed filename). Though, remember that since WLM is still in beta the location or method of storing (although I doubt the latter will chance) might change in futur updates. RE: WLM Caching? by LipoToid on 02-19-2006 at 02:08 AM
CookieRevised, quote:Completely wrong dude ! Have you ever personally worked with binary structures being embedded within the context of a persistant states ? Maybe you should explain to the audience the COM IPersistent state of support for the WLM Messenger that is so, so obvious within the registry system that contributes to the sync and cyclic nature of dynamic data replacement as whole. The very nature of the DWORD notation when one hasn't used such facilities as I stated would suggest suggest a novices attempt to explain away with verbose junk software science just to be as you are always are condescending, especially, if you haven't developed with those coding operations personally. CookieRevised, have you ever tried 1/2 of the statements that you make concerning your expertise ? I would have thought that a person with your talents would have solved the DP being replaced dynamically by now. Oh ya, your missing something that is a signature for WLM for caching within the WLM that I doubt seriously you will find. Even with your explaination for the directory for WLM cache. How sad ! LipoToid RE: WLM Caching? by tjh2k6 on 02-19-2006 at 02:28 AM
i have finally found them by going to c:\doc. and set.\user\local set.\temp\messengercache, then to open them use windows fax and picture viewer. does anyone know how i make that the default program to open that file type? i would normally just click the tick box but it is grayed out. any ideas? RE: WLM Caching? by Moo on 02-19-2006 at 03:19 AM
quote:rofl But seriously.... You can't store a picture in a QWORD or a DWORD... These are not for images! RE: WLM Caching? by LipoToid on 02-19-2006 at 04:26 AM
I don't think with a response like the above I'll be leaving any further comments on this site again. The immaturity is clearly shown just by the wording alone. code: On a personal note: I will not be posting any longer here on Patchou's website. I personally thank him and the Admins for allowing me to make postings and comments. Thanks again Messenger Plus! Respectfully, LipoToid RE: WLM Caching? by ShawnZ on 02-19-2006 at 04:42 AM okay, congradulations, you can read and write code from and to the windows registry?! RE: WLM Caching? by TheSteve on 02-19-2006 at 05:29 AM
The code that was posted stores a structure (about 100 bytes) in the registry using the type REG_BINARY. It is in no way stored as a DWORD (4 bytes) or a QWORD (8 bytes). RE: WLM Caching? by ShawnZ on 02-19-2006 at 05:34 AM
quote: Not to mention, it's very slow and inefficient RE: WLM Caching? by tjh2k6 on 02-19-2006 at 04:04 PM anyone have any ideas on how to make Windows Picture and Fax Viewer the default program for opening the messengercache documents. When i click i have to choose it from the list where as before i used to be able to click the tick box at the bottom to make it default, but its grayed out for some reason. RE: WLM Caching? by Moo on 02-19-2006 at 05:39 PM right click, open with, choose program... select windows picture and fax viewer and select make this the default before clicking ok RE: WLM Caching? by tjh2k6 on 02-19-2006 at 06:54 PM i can do that but the tick box to make it default is grayed out so i am unable to click it. RE: WLM Caching? by CookieRevised on 02-19-2006 at 07:37 PM
Because the cached files don't have any extension. RE: WLM Caching? by tjh2k6 on 02-19-2006 at 08:02 PM
ok then i will just have to do it the long way round! on the up side atleast i now know how to do it now. RE: WLM Caching? by LEE123 on 02-20-2006 at 04:18 PM
quote: I have experienced the exact same problem, maybe this is a bug. RE: WLM Caching? by CookieRevised on 02-20-2006 at 06:19 PM It's not a bug, it's the cache kicking in (or not kicking in and/or being updated). Though there might be a bug in there, the thing you notice is the cache and that is not a bug. |