aMule Forum

English => aMule Help => Topic started by: cenicero on January 25, 2012, 02:30:03 PM

Title: Looking the incoming searches
Post by: cenicero on January 25, 2012, 02:30:03 PM
Hi,
is there any hack or log file where i can find the searches other users are sending to my PC?
thanks.
Title: Re: Looking the incoming searches
Post by: GonoszTopi on January 25, 2012, 02:45:13 PM
No. You'd need to hack the sources to see that.
Title: Re: Looking the incoming searches
Post by: cenicero on January 29, 2012, 12:42:06 AM
In which file exactly should i touch? i could do a pacht for this feature.
Thanks.
Title: Re: Looking the incoming searches
Post by: Stu Redman on January 29, 2012, 01:30:02 PM
I don't think we need a patch for this.

If you want to play with it, look at CIndexed::SendValidKeywordResult() (src\kademlia\kademlia\Indexed.cpp). Problem is, the keyword is only represented as a hash there. To get the actual keyword back from the hash from the returned results, look at IdentifyKeyword() in src\utils\fileview\KadFiles.cpp