![]() |
|
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 ![]() |
| |||
![]() 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. |
| ||||
![]() 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
__________________ 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!/ |
| |||
![]() 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. |
| ||||
![]() 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 **** ![]() 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!/ |
| ||||
![]() 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.
__________________ 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!/ |
| ||||
![]() 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 |