I do not own version 1 but I am strongly considering owning version 2 when it comes out. I do have some experience owning a file hosting site (different script). From experience here are my own recommendations, some of them are recommendations from my own users.
- #1 and most important, Please minimize all bugs.
- Allow the option to Ban IPs (sometimes you might get attacked by an IP which will take your site offline)
- Please allow a member group of Paying customers (paypal, moneybookers)
- Option to disable Ads for certain member groups
- URL upload & FTP upload option
- Max bandwidth per IP (per hour or day)
- Limit download speed for each membership account
- Allow download accelerators (w/ option to limit # of threads)
- Limit amounts of download at the same time for each member group
- Advanced Captcha
- With Multi Server option, allow multiple uploads to multiple servers like Rapidshare. So if "file23.zp" is uploaded and served (and I have 2 servers hosting) it will be hosted on, http//site1.com/file23.zip & http://site2.com/file23.zip. The downloaders will have the option to download from any of the 2 sites.
- For promotion of your sites, Social Bookmarking and Syndicate mods
XFileSharing Free - Here is a list of my recommended features for v2
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Hopefully Done.#1 and most important, Please minimize all bugs.
Code: Select all
Allow the option to Ban IPs (sometimes you might get attacked by an IP which will take your site offline)
Done for PayPal payment.Please allow a member group of Paying customers (paypal, moneybookers)
Can easily add 2Checkout support, but not sured if it's usefull.
Done.Option to disable Ads for certain member groups
Done. Limits per hour.Max bandwidth per IP (per hour or day)
Since we generate download symlinks we can do this only with Apache mods which are not installed on most servers. So we won't add this to package.Limit download speed for each membership account
Done. Only no limits for threadsAllow download accelerators
Not sured about this. In future probably will clone only most popular files to lower servers load.With Multi Server option, allow multiple uploads to multiple servers like Rapidshare.
Can't control this cause Apache handle downloads. But "Max bandwidth per IP per hour" will help to limit number of simultaneous downloads.- Limit amounts of download at the same time for each member group
TODO:
- Advanced Captcha
- Premium ONLY file server flag
- Desktop uploader
Feature Request
Resumable uploads from paused or interrupted sessions would be great, especially is someone is trying to upload a large file or has a slow connection.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm