Quote:
Originally Posted by iwaxoff
do you have to host the videos with this script or can you add sponsor hosted vids or embeds. Also is the a bulk adding option?
|
There's basically experimental functions for all of these.
1. Videos uploaded by users are converted and hosted on your server, this feature requires FFMPEG to convert server side however.
2. There's a sponsor hosted option, which takes .txt documents (so far I've tested it with TeenCash and Actual Cash, and it seems the common method of sponsors providing videos is similar to this format:
http://bonkenscripts.com/Sponsors/actualcash.txt so all hosts in this format should work fine for importing sponsors!
3. When you say bulk adding, do you mean bulk adding videos or sponsors? Sponsors can be bulk added using a format like the text document I just showed, and it'll import 100s of videos in a minute if the sponsor list is that size.
There is however also a option for importing hosted videos, you just have to stick them inside the imports/ folder and run import_files.php. This takes quite a while as the hosted videos are converted, and then placed into the user of your choices file system. I'd suggest running a cronjob on this for every 3-4 hours or so, as I believe the script may time out eventually.
Hope this helps, if you have anymore questions please feel free to ask!