View Single Post
  #8 (permalink)  
Old June 6th, 2002
Taliban Taliban is offline
Gnutella Aficionado
 
Join Date: March 13th, 2002
Location: Aachen
Posts: 832
Taliban is flying high
Default

Well you will have to download a "JDK" (for free) from http://java.sun.com and you will need "ant" from http://jakarta.apache.org/.

Download the complete source code from http://www.limewire.org (you'll have to use a cvs client, further instructions on the homepage).

In the file core/limegroup/gnutella/SpamFilter.java you have to edit line 39:
Replace
boolean filterAdult=settings.getFilterAdult();
with
boolean filterAdult=true;

Compile LimeWire and create the .jar files.

Last edited by Taliban; June 11th, 2002 at 01:02 AM.
Reply With Quote