aMule Forum
English => aMule Help => Topic started 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.
-
No. You'd need to hack the sources to see that.
-
In which file exactly should i touch? i could do a pacht for this feature.
Thanks.
-
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