[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 04-02-2004, 09:05 AM   #1 (permalink)
NamePros Member
 
Join Date: Nov 2003
Location: Ontario, Canada
Posts: 91
80.80 NP$ (Donate)

eagle12 is on a distinguished road


Limiting Download speed

Hey guys,

was wondering if anyone had experience limiting the download speed of specific people, using php.

Eg.
I am making a registration system, and I want to be able to allow paying members to have wide open downloading, but non paying members to be limited.

Again i would prefer this in php. If anyone can point me in the right direction I would greatly appreciative.
eagle12 is offline  
Old 04-02-2004, 10:59 AM   #2 (permalink)
NamePros Regular
 
CreativeLogic's Avatar
 
Join Date: Sep 2003
Posts: 894
138.00 NP$ (Donate)

CreativeLogic has a spectacular aura aboutCreativeLogic has a spectacular aura about


I dont think this can be done in php...
__________________
Online Time Tracking :)
CreativeLogic is offline  
Old 04-02-2004, 01:10 PM   #3 (permalink)
NamePros Member
 
Join Date: Nov 2003
Location: Ontario, Canada
Posts: 91
80.80 NP$ (Donate)

eagle12 is on a distinguished road


Thanks, thats what i thought. Think I might just limit the number of downloads per day.
eagle12 is offline  
Old 04-03-2004, 06:28 PM   #4 (permalink)
NamePros Expert
 
Anthony's Avatar
 
Join Date: Dec 2003
Location: NYC
Posts: 9,201
26.71 NP$ (Donate)

Anthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant futureAnthony has a brilliant future


I've never heard of this being done because downloading speed has more to do with the computer connections and bandwidth. Creative thinking, though!
Anthony is offline  
Old 04-05-2004, 05:44 AM   #5 (permalink)
NamePros Member
 
Join Date: Nov 2003
Location: Ontario, Canada
Posts: 91
80.80 NP$ (Donate)

eagle12 is on a distinguished road


Thanks,

I know you can cap all people's download on a server, by using the mod_throttle on the server, but that doesn't really help, as I would like it to be by a user to user basis.
eagle12 is offline  
Old 04-14-2004, 04:58 AM   #6 (permalink)
New Member
 
darkus's Avatar
 
Join Date: Apr 2004
Location: Iasi, Romania
Posts: 7
15.00 NP$ (Donate)

darkus is an unknown quantity at this point


In php you can't do it.

1. You can try mod_bandwith for apache.
2. You can serve those downloads trough a ftp server, limited user trough a bandwith limited account, members users trough a normal account.

I used the second version in a project and the customer was satisfied.

Good luck!
Darkus
darkus is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 04:42 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85