Results 1 to 3 of 3

Thread: Visitor download video and you earn money

  1. #1
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Visitor download video and you earn money

    It would be grate if there was a download link for the videos but not from your sever but from an other server.
    With that we can achieve:

    • Do not lose money from bandwidth

    • Earn 20$ for every 10.000 downloads


    There is one site that allow to download with a simple java script to your account. This site is easy-share.com.

    This is the site code that allow to upload videos to your account:
    Code:
    <script type="text/javascript"><!--
    e_bgcolor = "#FFFFFF";
    e_text = "#000000";
    e_type = "605x55";
    e_lang = "en"; 
    e_id = "u:2935847";
    
    //--></script>
    <script type="text/javascript" src="http://www.easy-share.com/upload.js"></script>
    The http://www.easy-share.com/upload.js file code:
    Code:
    function S(){
    	var b=window;var a=document;var d=a.location;var g=a.referrer;
    	if (typeof(b.e_type)=='undefined') { b.e_type='605x55' }
    	if (typeof(b.e_lang)=='undefined') { b.e_lang='en' }
    	var sizearray=b.e_type.split("x");
    	var s='http://w18.easy-share.com/<mode>.html?'+b.e_bgcolor+'-'+b.e_text;
    	s=s.replace(/<mode>/,'u'+b.e_type+'_'+b.e_lang);
    	if (typeof(b.e_id)!='undefined') { s=s+'-'+b.e_id }
    	a.write('<ifr'+'ame src="'+s+'" name="uploadsimple" width="'+sizearray[0]+'" height="'+sizearray[1]+'" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');
    }
    S();
    My idea is to make a PHP file that call the file path from the database and upload it to the easy-share server. Then with an other code to copy the download link that the easy-share give us and store it at the future description in the vshare database.

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Visitor download video and you earn money

    While what you are wanting to do is possible, I wouldn't do it with Easy Share. There is no valuable information about them or their legitimacy online. The one person that I could find that uses them stated that they have not been paid for the uploads. The only benefit I could see would be in the free download ability. However, according to their site, they have a 100MB file size limit and a 5GB daily limit. My average file size is 75MB. This would mean that it at 75MB, I would reach my daily limit after approximately 68 downloads. Assuming that I have all premium traffic which would pay $2 per 1K downloads, it would take me approximately 147 days to make the $20. And, that's assuming that I had the 68 downloads per day average. So, I see two flaws with this (at least for me):

    1. After 68 people, no one else would be able to download a video which would cause frustration to visitors.
    2. It would take me almost 5 months to see $20. Not worth the time or effort.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Re: Visitor download video and you earn money

    ahhaha, I didn't know that about easy-share.com, that was the reason that the download number was like that. :evil:

Similar Threads

  1. Download Video Mod for 2.7
    By MauiRedMan in forum Template Modifications
    Replies: 8
    Last Post: 09-27-2009, 05:07 PM
  2. Better Download Video Mod
    By leki in forum Template Modifications
    Replies: 25
    Last Post: 01-17-2009, 03:59 AM
  3. how much do you earn thru vshare?
    By megavideos.in in forum General Discussions
    Replies: 2
    Last Post: 02-14-2008, 11:50 PM
  4. Can we expose the Original Movie to our visitor ?
    By Arthur9999 in forum Sales Questions
    Replies: 4
    Last Post: 06-28-2007, 05:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •