Quote:
Originally Posted by The Porn Nerd
Nice! I realize it's mostly a tube script but could perhaps be modified to serve paysite content. The traffic would be relatively minimal (a few thousand Members) so it would really just need these features:
Updates displayed well
Rotating content
Streaming and downloading capabilities
search function
display updates etc from various websites
Display upsells

|
I plan on building a paysite script only so if you could go into details about each point it would help me with the development.
1. Updates displayed well? Is this about content updates? (if yes this can be done via shedule or shedule queue, like you setup to publish 1 video every hour...)
2. I've added support for CTR in version 3.x so you can display content based on the daily CTR for example...but yeah if you give me more details how you want this to work, i will implement in the future.
3. The most secure streaming/download method is done through php via apache/nginx using X-Sendfile/X-Accel-Redirect. I have implemented this in my script for both mp4 and hls. This way you can prevent hotlinking and stealing and even downloading if done correctly (however someone can always record the entire screen in full screen mode and yeah there you go....).
4. I guess the easiest method to do this would be if all paysites could be managed from the same administration panel...so displaying content from other paysites would be easy. Until this function is being implemented you could use a simple REST api...
5. So this is like displaying better offers? I guess this is more a design thing...
Once i start working on my adult paysite script i will post on this forum for more ideas!