Thread: Broader Network
View Single Post
  #7 (permalink)  
Old July 19th, 2005
et voilà's Avatar
et voilà et voilà is offline
+Modérateur à ses heures+
 
Join Date: July 26th, 2002
Location: Le Québec
Posts: 2,904
et voilà is a great assister to others; your light through the dark tunnel
Default

When you download the three modules of CVS, go in core/com/limegroup/gnutella/uploader and open httpuploader.java

Do a search for Morph in the text editor, the second time morph is mentionned you should see

if( (str.indexOf("Mozilla") != -1) ||
(str.indexOf("Morpheus") != -1) ||
(str.indexOf("DA") != -1) ||
(str.indexOf("Download") != -1) ||
(str.indexOf("FlashGet") != -1) ||
(str.indexOf("GetRight") != -1) ||
(str.indexOf("Go!Zilla") != -1) ||

just add between those banned apps, morp is morpheus:

(str.indexOf("Shareaza") != -1) ||
(str.indexOf("Etomi") != -1) ||
(str.indexOf("eTomi") != -1) ||
(str.indexOf("morp") != -1) ||
(str.indexOf("MLDonkey") != -1) ||
(str.indexOf("iMesh") != -1) ||
(str.indexOf("Trusty") != -1) ||
(str.indexOf("Xolox") != -1) ||
(str.indexOf("Kiwi") != -1) ||
(str.indexOf("giFT") != -1) ||
(str.indexOf("360Share") != -1) ||

Compile LW. voilà, just banned many stupid clients from your upload list

I can also tell you how to block those clients connecting to you if your are an UP, tell me if you are interested.
Reply With Quote