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?"

6 of 179 comments (clear)

  1. The new killer-killer... by BecomingLumberg · · Score: 5, Insightful

    Can we stop using the phrase ______-killer? A product can have weight on its own merit, and some companies to coexist even if there is a clear top dog (google, anyone?).

    --
    If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be.-TJ
  2. Problem by Galston · · Score: 5, Insightful

    What is to stop anyone from going to YouTube, searching for the most popular videos of the moment and uploading them to the new site. They would then be getting Ad money for videos that didn't belong to them.

  3. SPAM by Anonymous Coward · · Score: 5, Insightful

    These clowns have been spamming this junk all over the Net today.

    Creating fake accounts, pretending to be people jumping on the bandwagon, etc.

    Die, spammers, die.

    1. Re:SPAM by linvir · · Score: 5, Insightful

      There is a beautiful kind of irony in it though. Because of their haste to sell themselves, they've overstepped their own capacity and blasted themselves offline through sheer volume of traffic.

      Perhaps if they'd had a little patience, and spread the big traffic spikes out over a few days, they'd actually be able to benefit from them. As it stands now, I just tried to create an account, got a bunch of database errors, and gave up.

      I probably won't be back.

  4. PHP quality by linvir · · Score: 5, Insightful
    Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/webadmin/domains/eefoof.com/public_html/incl udes/setup.php on line 19

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/webadmin/domains/eefoof.com/public_html/incl udes/setup.php on line 20

    Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/webadmin/domains/eefoof.com/public_html/incl udes/track.php on line 61

    Warning: mysql_query(): A link to the server could not be established in /home/webadmin/domains/eefoof.com/public_html/incl udes/track.php on line 61
    Logo register login

    Holy shit! Have these people ever heard of is_resource()?
    if(!is_resource($database_connection)) {
    show_error_message();
    dont_try_to_make_any_mor e_database_calls();
    }
    And what about prepending mysql_connect with a @ to hide the error messages from naughty boys who you don't want knowing the location of your web dir and your mysql socket?
    $database_connection = @mysql_connect($host, $user, $pass);
    It's not often that I'm out-noobed in PHP, but these guys have managed it.
  5. slashdotted by Britz · · Score: 5, Insightful

    If they can't survive a slashdotting of their front page, how are they going stream large media files to an audience big enough that the revenue share we would get would is an amount greater than a couple cents?