Glad you like it!
I'm using it myself on a few sites so I have put in the features that are needed for those sites.
I'm currently working on a download page that looks at you file and directory structure and dynamcially displays them.
I'm no uber css guru, so it's a bit of a learning curve. But I have a goal of making it as user friendly and maintainence free as possible.
By download speed limit, do you mean a bandwidth/transfer throttle, so only 20mbits/sec (for example) is allowed?
If so, that's not possible at the script application level as far as I know. Thats why I'm using a time based throttle, to limit the bandwidth usage to spcific amounts and times.
Sharing the link with others before the session ends can be limited by shorting the session timeout. But I've found in my years of admining websites that you mostly just annoy your users if they can't quickly copy and paste a link to a buddy to grab the file. The main problem that needs to be gaurded against is another website linking to your files and stealing your bandwidth and claiming it as their own. This problem DS++ handles quite well.
However I will see about adding in the option to disable link sharing as a feature for those who wish to :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI
By download speed limit, i mean per user download limits.
For example, you have 10 mbits bandwidth, you want 10 simultaneous downloads max, and you set 100ko download set limit.
On m.php you display how many streaming left.
Thx a lot to adding the options for link sharing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Your script is very nice :)
Could you add this features:
- Download speed limit
- User can only donwload if the user had load m.php coz the user can share the link (ds.php) before the session end.
Thx a lot
Glad you like it!
I'm using it myself on a few sites so I have put in the features that are needed for those sites.
I'm currently working on a download page that looks at you file and directory structure and dynamcially displays them.
I'm no uber css guru, so it's a bit of a learning curve. But I have a goal of making it as user friendly and maintainence free as possible.
By download speed limit, do you mean a bandwidth/transfer throttle, so only 20mbits/sec (for example) is allowed?
If so, that's not possible at the script application level as far as I know. Thats why I'm using a time based throttle, to limit the bandwidth usage to spcific amounts and times.
Sharing the link with others before the session ends can be limited by shorting the session timeout. But I've found in my years of admining websites that you mostly just annoy your users if they can't quickly copy and paste a link to a buddy to grab the file. The main problem that needs to be gaurded against is another website linking to your files and stealing your bandwidth and claiming it as their own. This problem DS++ handles quite well.
However I will see about adding in the option to disable link sharing as a feature for those who wish to :)
HI
By download speed limit, i mean per user download limits.
For example, you have 10 mbits bandwidth, you want 10 simultaneous downloads max, and you set 100ko download set limit.
On m.php you display how many streaming left.
Thx a lot to adding the options for link sharing.