![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
New Feature Requests Your idea for a cool new feature. Or, a LimeWire annoyance that has to get changed. |
View Poll Results: Do we need to widen the network connection of limewire? | |||
hell no! | ![]() ![]() ![]() ![]() | 3 | 60.00% |
you crazy? | ![]() ![]() ![]() ![]() | 2 | 40.00% |
Voters: 5. You may not vote on this poll |
![]() |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
|
| ||||
![]() Grokster is not connecting to Gnutella ![]() go in go in core/com/limegroup/gnutella/ and open ConnectionManager.java search for "if(userAgent" You'll have to copy two times the list of hosts banned because you have to block them from connecting as UPs to you (private static boolean allowUltrapeer2UltrapeerConnection) or as a leaf (private static boolean allowUltrapeer2LeafConnection). After the lines: if(userAgent == null) return false paste: if(userAgent.startsWith("morph")) return false; if(userAgent.startsWith("Kiwi")) return false; if(userAgent.startsWith("Trusty")) return false; if(userAgent.startsWith("MLDonkey")) return false; if(userAgent.startsWith("Xolox")) return false; if(userAgent.startsWith("Kiwi")) return false; if(userAgent.startsWith("giFT")) return false; if(userAgent.startsWith("360Share")) return false; if(userAgent.startsWith("eTomi")) return false; if(userAgent.startsWith("Etomi")) return false; if(userAgent.startsWith("Shareaza")) return false; if(userAgent.startsWith("iMesh")) return false; Compile core and voilà! Ciao
__________________ Liens d'intérêt /Links of interest: Gnutellaforums en français /The House's rules you have to respect / First search the forum, then create a thread / Free software alternatives! - Logiciels alternatifs gratuits!/ |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can't get on the network at all. | nussy | Download/Upload Problems | 3 | December 11th, 2006 10:36 AM |
Accessing own network but not Gnutella network | w_loun | General Gnutella Development Discussion | 5 | February 27th, 2004 02:44 PM |
Accessing own network but not Gnutella network | w_loun | Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) | 1 | February 24th, 2004 06:38 PM |
network connection erroe. re-configure network settings? | mcdted | Support: General | 3 | October 4th, 2001 12:12 AM |
how do i use the network | Unregistered | Connection Problems | 0 | June 28th, 2001 01:25 PM |