A Blog about technology, linux, peer2peer, cool new downloads and software development.

Saturday, February 9, 2008

Compiling emule that dosent upload - leecher mod

Visual Studio 2005 is needed to compile emule.
The easiest way to compiling emule is to download the emule source together with the libraries, the best one is emule-morphXT mod :
http://emulemorph.sourceforge.net/modules.php?name=Downloads&d_op=viewdownload&cid=2
Moding emule for no upload :
Find the file : UploadQueue.cpp
in it change the function :
"void CUploadQueue::AddClientToQueue(CUpDownClient* client, bool bIgnoreTimelimit) {"
add a "return;" below the declaration so that the function return immediately.

No comments: