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 13th, 2005
Novicius
 
Join Date: July 13th, 2005
Location: Philippines
Posts: 3
brentchua is flying high
Red face Broader Network

Limewire is really pretty good.Since we pay for the software we use.We need to have a broader file sharing network.Limewire is only connected to gnutella network right?Why not make it like shareaza?shareaza is free and has lots of connections to other networks and the best of all it's free.So limewire deserves a more wider network.Not to mention that lot's of shareaza users are "uploading" my files.

Last edited by brentchua; July 13th, 2005 at 08:24 PM.
Reply With Quote
  #2 (permalink)  
Old July 13th, 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

Multinetworking is only a poor man solution. Shareaza will NEVER be numero uno P2P simply because it depends from others to get stuff. LW is improving constantly the gnutella network so we don't need that stupid multinetworking idea. Just look at improvements of Gnutella between LW versions. That can't be said of G2 the principle network of the frankenstein RAZA app.

Do you favor innovations or many poor implementations? Let me guess...

Ciao
Reply With Quote
  #3 (permalink)  
Old July 13th, 2005
Novicius
 
Join Date: July 13th, 2005
Location: Philippines
Posts: 3
brentchua is flying high
Default

Well i'm not saying that LW sucks and Shareazaa rules.But I can't bare the fact that most of the people uploading my file comes from shareaza.
So it's not the benefit of a doubt.By making LW a multinetwork file sharing program we could broaden our file sharing benefits.

For example i'm also using bittorrent.It's concepts may not be like Lw and a like but at list it's an open source type.I mean you could just barge in any torrent sites and download what's available.
I also use bearshare(which i payed for it) to find e-books since i can't find what i'm looking for in LW (and the same with bittorrent).
So what i'm saying is.instead of using any other "lame" p2p programs.Why not use LimeWire-"all in one".That way we could save time,money,memory, and risks(for security reasons).
You know what I mean?

Last edited by brentchua; July 13th, 2005 at 08:25 PM.
Reply With Quote
  #4 (permalink)  
Old July 14th, 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

I know what you mean, but is not the solution, I for instance compiled my own version of LW so those RAZA don't get my bandwidth while they don't give me **** (but this solution is only for advanced users). We have to be smarter than those multi frankenstein apps, ie not playing their idiotic game.

Ciao
Reply With Quote
  #5 (permalink)  
Old July 14th, 2005
Novicius
 
Join Date: July 13th, 2005
Location: Philippines
Posts: 3
brentchua is flying high
Default

Hmm....I guess your right.Thanks anyways.hehe
Reply With Quote
  #6 (permalink)  
Old July 19th, 2005
ultracross's Avatar
FrostWire Developer
 
Join Date: February 7th, 2005
Posts: 815
ultracross is flying high
Default

et voilà, you mind if i get a copy of that patch?

i have a vastly large library, and i dont like how shareaza users leech off me..

do you also got one for morpheus?
Reply With Quote
  #7 (permalink)  
Old July 19th, 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

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
  #8 (permalink)  
Old July 20th, 2005
ultracross's Avatar
FrostWire Developer
 
Join Date: February 7th, 2005
Posts: 815
ultracross is flying high
Default

Quote:
Originally posted by et voilà
I can also tell you how to block those clients connecting to you if your are an UP, tell me if you are interested.
absolutely! btw, does grokster connect to gnutella, i have never seen that client anywhere, but i wouldnt want it around...

Last edited by ultracross; July 20th, 2005 at 11:22 PM.
Reply With Quote
  #9 (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 06:28 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.