Hi, I'd appreciate any advice on the following problem. I am in the process of creating a new site, Its for sports fans. The idea is people will be able to upload and download sporting advents. So I need a script that allows users to upload videos, etc that others can download. I'd also like that users have to register before been able to use or even enter the site. Any ideas on what script I could user? I've installed a few options but nothing seems to be what I'm after. I appreciate any thoughts on this. Thank you!
I have no reference for you but if you use Drupal CMS you might want to look at it's openpackage media module.
What language are you planning on doing this in? PHP? Their are definitely scripts out there for doing parts of this, a CMS Like Drupal, Joomla, Mambo, etc will have addons that support that. The problem I find with those types of software (CMS Systems), is they come with a whole ton of stuff you dont want, are sometimes harder to customize the way you want, and can be a tad bit slower. If you want a specific site for media (images, videos, etc) with a user login, try Gallery2, it supports both images (what it was made for) and now video also. It's more made to be for a single user, but can be adapted for multi user setup. If you decide you want to do alot of this yourself, you can easily pull parts out from other places (login script from one place, video uploading/displaying from another, etc)..