Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > New Feature Requests
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 21st, 2005
et voilà's Avatar
+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

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -7. The time now is 12:35 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.