Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Better Download Video Mod

  1. #21

    Default Re: Better Download Video Mod

    Unfortunately, I had to remove the original files from the video folder. They were taking up too much room. I backed them all up on my computer in case I ever wanted to use them, but when it started taking up more than 100GB of space on my hard drive, I ended up having to remove them from there as well.

    Oh well.

  2. #22
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Better Download Video Mod

    Too bad you couldn't have burned them onto a cd/dvd or something. Dang.
    If it's not fun, stop doing it!

  3. #23

    Default Re: Better Download Video Mod

    I thought about it at the time, but since it was over 100GB, it would have taken a decent stack of CDs, and it would keep growing every week.

    I guess if people were paying a 0.25 or 0.50 per download it might be worth it, but for a free site it's not really worth the trouble. If I ever get to that point, I'll just have to reconvert the flv files into mpg, and have someone write a custom download script. That's more trouble, but it would give me more consistency anyway. Those other files ranged from flv to mov to wmv to whatever. It was really kind of junky, and I think the ones that had used another site for the upload source didn't even appear there at all.

  4. #24

    Default Re: Better Download Video Mod

    What about allow downloads only for paid members?

    You can program the code in any way with the UID and Pack_id data from the database?

  5. #25
    Join Date
    Dec 2008
    Posts
    152

    Default Re: Better Download Video Mod

    I get USER NOT FOUND when the download icon is clicked on

    Not sure why this is?
    Any help would be greatfull

  6. #26
    Join Date
    Dec 2008
    Posts
    152

    Default Re: Better Download Video Mod

    Figured that would work but it didnt

    Got it

    Code:
    {if $allow_download == 1 && $video_info.vtype eq 0}
    {if $smarty.session.UID ne ""}
    [img]{$baseurl}/templates/images/download.png[/img]Download
    {else}
    [img]{$baseurl}/templates/images/download.png[/img]Download
    {/if}
    {/if}

Page 3 of 3 FirstFirst 123

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. Video download protection
    By videlov in forum General Discussions
    Replies: 10
    Last Post: 06-10-2008, 05:51 AM
  3. Allow user to download FLV video
    By gary in forum Installation Support
    Replies: 2
    Last Post: 04-28-2008, 11:52 PM
  4. cannot download .wmv video
    By robaldo in forum Installation Support
    Replies: 1
    Last Post: 03-24-2008, 08:37 AM
  5. Video Download Option
    By scwebmaster in forum Feature Requests
    Replies: 0
    Last Post: 02-09-2008, 05:54 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
  •