View previous topic :: View next topic |
Author |
Message |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
|
Back to top |
|
 |
mcwilliams132 -
Joined: 27 Jul 2003 Posts: 167 Location: Oshkosh, WI
|
Posted: Fri Oct 15, 2004 6:22 pm Post subject: |
|
|
hu? _________________ ::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!" |
|
Back to top |
|
 |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
Posted: Fri Oct 15, 2004 8:20 pm Post subject: |
|
|
I have downloads on my site but i want to make it so you can only download 1 file at a time so i dont get like 6 people downloading 3 or 4 files at the same time because thats like 24 files. Hope thats more clear. _________________ WolframHartLA - Angel Forums and general sci-fi |
|
Back to top |
|
 |
senshi -
Joined: 05 Nov 2003 Posts: 385 Location: UK
|
Posted: Sat Oct 16, 2004 9:13 am Post subject: |
|
|
you would have to use a bandwidth restrictor, its a piece of software that actively limits your bandwidth at the LAN card, this however has a limiting factor in that you may then experienc or rather your surfers will experienc page errors or no page dispalyd even though your not using all your bandwidth.
your alternative is to have a script that run on the users local machine that wont allow them to download more than one file at a time, it is possible to detect all sorts of events including the downloading of files and other things like when the download has finished, this built into the page which picks up on page clicks, checks to see if theirs a download if so, alert the user.
All it takes is some javascript or vbscript, if you surf the net for a while you will see examples of web loads, take the Yahoo chat install, over the web, installs and configure...
Your alternative is to use .php with a database to track users and reference the database to see if the IP address and user name etc is already downloadng, etc...
Those are the only two ways I can thing of that could do the job, the javascript relys on the end users browser being js enabled, a php served page and control at your end would be more resource hungry but you pull the strings, the javascript page couldd be viewed and the surfer engineer a copy without your restrictions if they have the savvy. |
|
Back to top |
|
 |
amonia -
Joined: 10 Oct 2004 Posts: 45
|
Posted: Sat Oct 16, 2004 11:00 am Post subject: |
|
|
mrblue - everything is possible
You can limit the number of connections per IP - but that is not good prectise. Better use IP troteling. (or what ever the thing is in english) |
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
Posted: Sun Oct 17, 2004 6:47 pm Post subject: |
|
|
Yeah I'm using the Beta version with the bandwidth settings and well i still get people downloading 3 or more files at once, the server only has 600k bandwidth and my setting for the bandwidth is 600 over 150 and well downloads still seem slow i mean like 7k. My net connection is 1500k (1.5mb) _________________ WolframHartLA - Angel Forums and general sci-fi |
|
Back to top |
|
 |
|