Slashdot Mirror


YouTube Killer (Media Portal w/ Revenue Sharing)

MattPF writes "eefoof.com is a user-submitted content site similar to YouTube/Google Video which allows users to submit Videos, Images, Flash and Audio while receiving a share of the site's ad revenue. For example, if someone uploads a really popular video that accounts for a lot of traffic in a given month, the user will receive a good portion of the video ad revenue for the month. Could this be the YouTube killer?"

2 of 179 comments (clear)

  1. Lulu.tv by samuel4242 · · Score: 5, Informative

    It looks like several are doing this. The NYT has a story about Lulu.tv today. And it mentions revver.com is doing something similar.

  2. Re:PHP quality by metarox · · Score: 5, Informative

    The usage of @ degrades performance drastically, you're better off shutting the errors off with ini_set( 'display_errors', 0 ); and having everything go to the log file. OTOH a minimal amount of error checking wouldn't be bad either so you can customize the error messages triggered.