Gnutella Forums  

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

Open Discussion topics Discuss the time of day, whatever you want to. This is the hangout area. If you have LimeWire problems, post them here too.


 
 
LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #17 (permalink)  
Old December 12th, 2006
Brad.G's Avatar
Disciple
 
Join Date: November 29th, 2006
Location: UK
Posts: 12
Brad.G is flying high
Default

just food for thought.....

as mentioned above, theres always the issue of the ones which are powerless to reconfigure firewalls etc.... but never the less... have a read and see what you think.

im sure many of you have used azerus ( spelt right? ) and demonoid.com to download torrents... well demonoid have a little system for ratio which changes on how much you download and share... the more you download without sharing, the lower your ratio depends.. surely using a script to limit their download speed according to their ratio would be doable?

you could store ratio info on a remote server or on the client pc,

// for C++ programmers

// a file is loaded which store the ratio when GUI loads
TStringList *ratiofile = new TStringList();
ratiofile->LoadFromFile(encryptedfile.data);
Edit1->Text=ratiofile->Strings[0];


//turn the value in to an Integer
int Dratio =ratiofile->Strings[1];

//file download complete or done by mb
if (*file complete or mb d/l*)
{
Dratio++
}

//file upload complete or done by mb
if (*file complete or mb d/l*)
{
Dratio--
}

// then dependant of value GT or LT set speed
if (Dratio < 10)
{
*allow full bandwidth
}

if (Dratio > 10)
{
* slightly limit bandwidth
}

if (Dratio > 20)
{
*limit bandwidth more
}

etc etc

//then all whats left is to save ratio when closed or periodically
ofstream saveratio(encryptedfile.data);
saveratio<<Dratio<<endl;
saveratio.close();

Reply With Quote
 


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
Goodbye Munchkin Peerless Chat - Open Topics - The Lounge 10 September 3rd, 2006 09:34 AM
Adios, adieu, goodbye get bent Hilander Open Discussion topics 6 August 18th, 2004 11:55 PM
Goodbye LimeWire hdfonts Open Discussion topics 4 May 21st, 2003 07:55 AM
goodbye LW and Gnutella bub2000 Open Discussion topics 3 January 18th, 2002 11:15 AM
Say Goodbye to the ADS cg1h3r0 Open Discussion topics 4 December 31st, 2001 12:43 PM


All times are GMT -7. The time now is 01:05 AM.


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.