Results 1 to 9 of 9

Thread: Reading Kazaa Traffic info

  1. #1

    Zeropaid Noob

    Join Date
    May 2003
    Posts
    4

    Question Reading Kazaa Traffic info

    Hi all,

    I am hoping some of the smart people here can help me out... I am writing a plug-in for an LCD display program, which outputs Kazaa information to an LCD.

    I have successfully obtained the Hwnd of the application, and have drilled down to the Hwnd of the traffic box. However, I am struggling to get data out about the downloads e.g. speed, size, users etc.

    Please help,

    Javen

  2. #2

    ZeroPaid Regular

    Join Date
    May 2002
    Posts
    3,546
    sounds good... by lcd, i assume you mean the lcd's that you can get and install in a drive bay on your pc?

    sorry though, i can't help ya out at all :-\
    nsap @ filesharingtalk.com

  3. #3

    Zeropaid Noob

    Join Date
    May 2003
    Posts
    4
    Yup,

    I am a Plug-in programmer for an LCD Driver application called LCDC , where I have a dozen or so people baying for the latest release of my Kazaa Plug-in...

    Anyway, thanks for checking the thread out!

    Javen

  4. #4
    Mel_Smiley's Avatar

    the Dreamer

    Join Date
    Jan 2003
    Location
    3003
    Posts
    734
    What kinda info??? IP's, shared files? who's wanting such a thing?
    http://www.geocities.com/corvenpage_...eenAngels.html

    "Why buy the cow when you can get the sex for free?"

    http://snl.jt.org/

  5. #5

    Zeropaid Noob

    Join Date
    May 2003
    Posts
    4
    Basically, all I want to do is to extract the information which is displayed within the Traffic window...

    Number fo Downloads
    For each download...
    Filename,
    Time Remaining,
    Size,
    Number of Users,
    Bandwidth etc.

    I don't want any restricted info, or IPs or anything, just the basics...

    I have tried two ways of getting this...

    A) Reading the info from the Handle of the TreeViews (which was very tricky)

    B) Reading .dat files in Delphi

    I have succeeded in reading some info from a .dat file, but it is difficult, and I am struggling... hence this post.

    Any help would be greatly appreciated...

    Javen

  6. #6
    ferrarimodena360's Avatar

    Yada Yada Yada

    Join Date
    Mar 2003
    Location
    India
    Posts
    1,556
    You are working for RIAA arent ya?

    LOL

  7. #7

    Zeropaid Noob

    Join Date
    May 2003
    Posts
    4
    Nope!

    Worth checking though :)

    I am working on a Plug-in for a wicked LCD display program.

    For more details of what I have achivede so far, please see this thread...

    LCDC Forums

    Cheers for all the interest!

    Javen

  8. #8

    ZeroPaid Regular

    Join Date
    May 2003
    Posts
    77
    OOOooooo??? Delphi.... Mr Posh!!!! j/k

    -NoX-
    [size=1]Currently Using:[I]

    KaZaA Lite K++ Edition
    WinMX w/ QuickMX
    Nullsoft Winamp 2.91
    WMP 9

  9. #9

    ZeroPaid Regular

    Join Date
    Feb 2003
    Posts
    6
    If you want to read it from other process the best way is using Win2k/XP VirtualAllocEx function, or you can write a cd_clint.dll file to get into the Kazaa process to be compatible with all OS.

    Then you need to get the lParam from the Treeview item. It holds a pointer to a Ole String handle, that have the text in that item.

    Rocko

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •