![]() |
|
|
|||||||
| Register | Forum FAQ | Search | Today's Posts | Mark Forums Read |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Regarding your HTML editor question, I don't know of any that have gateway support built into them. This is usually something you would have programmed in PHP or you might use an open source script like the shopping carts found in Fantastico which have gateway support built into the PHP source code.
No, you don't need a subdomain for secure site access, you can tackle this problem in 2 ways: Use a PHP script to manage logins, or, use cPanel's password protected directories option but the latter option means making logins manually in cPanel for each user as opposed to a script which can generate them on the fly. Regarding if it is possible to view a live stream or download the video, sure, anything is possible it all depends on your HTML and PHP code. If you ember the video in the page or simple provide a link to the file would be what determines the available download options for the site visitor. Regarding trashing old videos, sure, I am sure something could be written in PHP to check the time stamp of a file and then set up a cron job to execute this script every day so that it removes files older than "X" days. Sounds to me like you might want to shop around for a programmer as I cannot think of any scripts that perform all of these functions "out of the box." Streaming doesn't consume diskspace, other than the file that you are streaming. Streaming consumes bandwidth / transfer. If you have 100 meg file, then it would consume 100 megs of disk space and then it would consume 100 megs transfer each time it was completely downloaded.
__________________
::::: 01001100 00110011 00110011 00110111 |