+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 25

Thread: How to remove search limit of Dreamule?

  1. #1

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108

    How to remove search limit of Dreamule?

    Dreamule has a great feature that when you set search to automatic it searches both global servers + kad network automatically. But if it finds about 100-200 results then stops global server search just after it starts. Is it possible to remove this limit by editing its code?

    binary
    Download DreaMule from SourceForge.net

    source
    [url=http://garr.dl.sourceforge.net/project/pootzmod/DreaMule/3.2/DreaMule_src.rar[/url]
    Last edited by tunayx; 01.01.10 at 18:58.
    Reply With QuoteReply With Quote
    Thanks

  2. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,447
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39447
    Quote Originally Posted by tunayx View Post
    Is it possible to remove this limit by editing its code?
    Look for the part that cancels searching after you have enough results in SearchResultsWnd.cpp and comment it out:
    PHP Code:
    /*
    if (!canceld && count > MAX_RESULTS) 
    CancelEd2kSearch(); 
    */ 
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    tunayx (01.01.10) , cheatos (01.01.10)

  4. #3

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108
    I've found SearchResultsWnd in emule.exe but couldn't find the code you've given. I use hxd hex editor.
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,447
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39447
    You can't do this with a hex-editor. I was talking about editing the source code and re-compiling.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #5

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108
    Sadly I don't know anything about compiling. I find this search method really very useful but limiting search feature skips lots of results. More than one year this tool haven't been updated. Could you do it, if it's not time consuming for you?
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,447
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39447
    Quote Originally Posted by tunayx View Post
    Could you do it, if it's not time consuming for you?
    I don't have a clue about compiling either. But if you look for info and get the right tools...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #7
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by tunayx View Post
    Sadly I don't know anything about compiling.
    you don't have to. you need M$ visual studio, load the project file and hit build
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  9. #8

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108
    But it's 3 gb, is there anybody has already installed it on his machine and compile it for windows?
    Reply With QuoteReply With Quote
    Thanks

  10. #9

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108
    Reply With QuoteReply With Quote
    Thanks

  11. #10
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by cheatos View Post
    there is no -main- project file,
    and compiling this isn't easy, you need other dependents [zlib & others]

    i've tried loading "BaseClient.cpp" as i assume its the main file but it didn't succeed.

    image
    a cpp can not be a project or main file.
    who's the coder here?
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  12. #11
    i've edited my post

    will try the newer version of vc++


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  13. #12
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6661
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  14. #13
    ok find it for me then, in that archive ?


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  15. #14

    Join Date
    23.01.09
    Location
    Turkey
    P2P Client
    Emule SBI Mod
    Posts
    108
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss108
    Can this be "emule.rc"
    Reply With QuoteReply With Quote
    Thanks

  16. #15
    Can this be "emule.rc"
    no this is a resource file,
    i'm not that Expert in C++ btw,
    i've not dealt with sources with no project file,

    i'll see what i can do
    testing...


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

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