Hello there are anyone know a script or a cms to upload and manage subtitles like sites (www.tvsubtitles.net, opensubtitles.org...) Please help me , i search all the web but found nothing thank you
IDK about a specific script. but you can build a website like that based on pretty much any CMS out there with some custom programming. I am more familiar with Drupal an can tell you upfront you can make Drupal to look like that web site without any programming at all...
hello thank you for your answer, i tried drupal but i m not familiar with it i know more wordpress or joomla, i installed drupal localy and i search for module or plugin that can manage upload/download but i found nothing, can you tell me more about somethings about that drupal that can do it thank you
Hi. You need to read more about CCK modules that would allow you to create custom data sets under one "NODE" it is one http://drupal.org/project/filefield for uploading files. or you can use regular file attachments to "NODES" - they should be standard out of the box. But i would reccomend CCK one - itll give you more options to grow in the future. There are a lot for video tutorials on how to start using CCK. Just google for it.