I have run into a problem... The language filter we have been using is out of date and it periodically does not work. I was hoping I could get some help on making a new one.
The old one:
import java.io.File;
import java.io.FileWriter;
import java.io.PrintWriter;
import java.net.SocketAddress...