Fanatic Live: [VB6] Display Picture/custom Emoticon Finder - Fanatic Live

Jump to content

This is not a support forum!

This forum is intended for users to post source they have created and want to share, it is not to be used for asking for source. New topics made here require moderator approval, and questions will be deleted.
Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

[VB6] Display Picture/custom Emoticon Finder Rate Topic: -----

#1 User is offline   Daniel

  • Live™ n00b
  • Icon
  • Group: Admins
  • Posts: 4,598
  • Joined: 01-February 02
  • Location:New Zealand

Posted 10 June 2004 - 12:18 PM

Keeping it simple, just searches IE cache folder for BIN files.

I dont think I could get the Dir() function to search IE cache so I used the find files API instead. Not sure if it works on 9x, will need GDI+ anyway.

Attached File(s)


0

#2 User is offline   msnstuff

  • ThaXdeviL
  • PipPipPipPip
  • Group: Members
  • Posts: 105
  • Joined: 21-September 02

Posted 10 June 2004 - 12:33 PM

nice code, but it seems that there isn't already built in a possibility to save pictures.
0

#3 User is offline   Daniel

  • Live™ n00b
  • Icon
  • Group: Admins
  • Posts: 4,598
  • Joined: 01-February 02
  • Location:New Zealand

Posted 10 June 2004 - 12:35 PM

Well that would be easy enough to add yourself, you can get the location for each image in the list from their key, for the selected item: lvwDisplayPictures.SelectedItem.Key
0

#4 User is offline   msnstuff

  • ThaXdeviL
  • PipPipPipPip
  • Group: Members
  • Posts: 105
  • Joined: 21-September 02

Posted 10 June 2004 - 12:47 PM

Ok, thanks for the information.
0

#5 User is offline   Doggie

  • I'm Watching You -_-'
  • Icon
  • Group: Admins
  • Posts: 5,325
  • Joined: 04-February 02
  • Gender:Male
  • Location:Australia
  • Interests:Things that are interesting?

Posted 10 June 2004 - 01:27 PM

its always nice to have a bit of code sharing out there, good stuff daniel :)
0

#6 User is offline   Swiff

  • Mr One Hundred
  • Icon
  • Group: Banned
  • Posts: 115
  • Joined: 01-January 04

Posted 13 June 2004 - 12:53 AM

Can i ask were it searches for the emotions,dp,like the exact location for win2k
0

#7 User is offline   Doggie

  • I'm Watching You -_-'
  • Icon
  • Group: Admins
  • Posts: 5,325
  • Joined: 04-February 02
  • Gender:Male
  • Location:Australia
  • Interests:Things that are interesting?

Posted 13 June 2004 - 02:00 AM

i suggest you look at the code or read other posts.. its stares you in the face
0

#8 User is offline   Stigmata

  • Mr One Hundred
  • PipPipPipPip
  • Group: Members
  • Posts: 136
  • Joined: 08-February 04

Posted 13 June 2004 - 05:53 PM

great code :P

so delete would be

kill lvwDisplayPictures.SelectedItem.Key


so on and so forth

This post has been edited by jackass_wanabe: 13 June 2004 - 05:56 PM

0

#9 User is offline   aquinopinto

  • One post hero!
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 01-May 05

Posted 01 May 2005 - 12:03 PM

I make some modifications on the prjFinder.zip code.

Now it's possible to save the pictures! :w00t:

But i'd like to know if it's possible to get that pictures in other sizes (bigger). :boo:

Attached File(s)


0

#10 User is offline   S.M.G

  • One post hero!
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 17-May 05

Post icon  Posted 17 May 2005 - 11:22 AM

Can I ask were the emotions location in winXP
& I have prob. When any one send me emotion I can add this emotion in MSN messenger but I can save it in any folder ( only in messenger ) ... & some friends can't make "add" the emotions same me ... they have "copy" only ..... Why ?
If I make copy where I paste it ?

Help me plz.

This post has been edited by S.M.G: 17 May 2005 - 11:27 AM

0

#11 User is offline   Dody

  • Live™ |) () |) '/
  • Icon
  • Group: Valued Members
  • Posts: 1,145
  • Joined: 26-October 04
  • Location:DK
  • Interests:Guitar, c++, Hacking, Religions, Debating...

Posted 17 May 2005 - 02:56 PM

S.M.G, on May 17 2005, 12:22 PM, said:

Can I ask were the emotions location in winXP
& I have prob. When any one send me emotion I can add this emotion in MSN messenger but I can save it in any folder ( only in messenger ) ... & some friends can't make "add" the emotions same me ... they have "copy"  only ..... Why ?
If I make copy where I paste it ?

Help me plz.
View Post


as I know, the emotions will be saved in your internet temp. files
0

#12 User is offline   Skipp

  • Nudging is fun!
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 05-July 05

Posted 05 July 2005 - 09:30 PM

Dody, on May 17 2005, 02:56 PM, said:

as I know, the emotions will be saved in your internet temp. files
View Post


ive lloked 8in temp internet files but cany find where they r, =/ help plz =]
0

#13 User is offline   Dody

  • Live™ |) () |) '/
  • Icon
  • Group: Valued Members
  • Posts: 1,145
  • Joined: 26-October 04
  • Location:DK
  • Interests:Guitar, c++, Hacking, Religions, Debating...

Posted 06 July 2005 - 12:51 AM

Skipp, on Jul 5 2005, 10:30 PM, said:

ive lloked 8in temp internet files but cany find where they r, =/ help plz =]
View Post

the files will be as .bin files :)
0

#14 User is offline   TheSteve

  • The Man from Japan
  • Icon
  • Group: Moderators
  • Posts: 1,807
  • Joined: 07-May 05
  • Location:Fukuoka, Japan
  • Interests:Computer Programming

Posted 06 July 2005 - 01:44 AM

on Windows XP
c:\Documents and Settings\<YOUR USERNAME>\Local Settings\Temporary Internet Files\content.IE5\???????\CA??????.bin
0

#15 User is offline   Skipp

  • Nudging is fun!
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 05-July 05

Posted 06 July 2005 - 09:29 PM

kk, i guess ive found emm, now i need 2:

a) write a bit saying if a .bin pic is smaller than 96 x 96 display it in a diffo image box (what b the emoticons) or
B) w8 4 soof cool guy 2 read this post and do it for me, either way im not botherd :P
0

#16 User is offline   CookieRevised

  • I'm a new version
  • Icon
  • Group: Valued Members
  • Posts: 71
  • Joined: 17-December 03
  • Location:Belgium

Posted 07 July 2005 - 12:20 AM

Skipp, on Jul 6 2005, 10:29 PM, said:

kk, i guess ive found emm, now i need 2:

a) write a bit saying if a .bin pic is smaller than 96 x 96 display it in a diffo image box (what b the emoticons) or
B) w8 4 soof cool guy 2 read this post and do it for me, either way im not botherd :P
View Post
Read up on the PNG format and figur it out yourself: http://www.libpng.org/pub/png/. Also note that some Display Pictures can be smaller as 96x96 pixels also (if your contact used certain tools/addons). And finaly, if you keep doing this in VB, then study the source code provided by Daniel; VB itself has methods and functions to determine the height and wide of graphical objects...

All is dead easy and it only takes some reading and putting 1 and 1 together...


But all this is going off topic (out of scope) from the thread's subject anyways...

This post has been edited by CookieRevised: 07 July 2005 - 12:24 AM

0

#17 User is offline   davidpolitis

  • Nudging is fun!
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 27-April 06

Posted 27 April 2006 - 12:16 AM

Hi,

Could somebody please post a link to this program compiled.

Thx, it would be much appreciated.



Yours
Sincerely

David
0

#18 User is offline   X-Demon

  • I'm less than my age :(
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 02-January 07
  • Location:The Netherlands

Posted 21 February 2007 - 03:10 PM

View PostTheSteve, on Jul 6 2005, 02:44 AM, said:

on Windows XP
c:\Documents and Settings\<YOUR USERNAME>\Local Settings\Temporary Internet Files\content.IE5\???????\CA??????.bin


this php script can calculate the ID for you (see attachment) ;)

Attached File(s)


0

#19 User is offline   CookieRevised

  • I'm a new version
  • Icon
  • Group: Valued Members
  • Posts: 71
  • Joined: 17-December 03
  • Location:Belgium

Posted 21 February 2007 - 07:00 PM

View PostX-Demon, on Feb 21 2007, 04:10 PM, said:

this php script can calculate the ID for you (see attachment) ;)
I think TheSteve perfectly knows how to calculate the userIDs.... The reason why he posted question marks is because those are not defined and depend on user to user and picture to picture. He posted that post to only show where the new location is of those files, not because he doesn't know how to calculate those IDs.

Also, the whole point of this thread is exactly to calculate those display picture (and emoticon) IDs, see top post...

Before replying to an (old) post, it helps to read that post in the correct context and read a few posts before it to understand what the post (and thread) is about...

;)

This post has been edited by CookieRevised: 21 February 2007 - 07:03 PM

0

#20 User is offline   TheSteve

  • The Man from Japan
  • Icon
  • Group: Moderators
  • Posts: 1,807
  • Joined: 07-May 05
  • Location:Fukuoka, Japan
  • Interests:Computer Programming

Posted 21 February 2007 - 10:56 PM

View PostX-Demon, on Feb 22 2007, 12:10 AM, said:

this php script can calculate the ID for you (see attachment) ;)

Congratulations, you can calculate a User ID... Now what the heck does it have anything to do with the post you quoted? The path in that quote is your Internet Cache not your Messenger Storage areas. Your php script does absolutely nothing to get what should go in the ?????s.

This method of retrieving your contact's content is out dated. For Windows Live Messenger your contact's content cache has been moved to %temp%\MessengerCache The file names here are the SHA1D field of the matching msnobject.
For example, <msnobject Creator="someone@hotmail.com" ... SHA1D="pY5QrDiOH1DktCUpyMJ+5TM7NdQ=" SHA1C="gMRh2ZQhVRPAMgwjeBHr8aGWtd4="> would reference the file %temp%\MessengerCache\pY5QrDiOH1DktCUpyMJ+5TM7NdQ=

For historical reasons I am leaving this thread for reading, but further discussion is not required.

Thread Closed
0

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users