vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Download manager - with vB - best one? (https://vborg.vbsupport.ru/showthread.php?t=49545)

N9ne 03-02-2003 03:16 PM

Download manager - with vB - best one?
 
Is there a download manager hack or a downloads database hack? I want to have some files (some very large - > 30MB) for download for just my members. It would be nice to set a minimum post count for some too...

Are there any good hacks that will let me do this? If so, which is the best?

Mr L 05-22-2003 07:50 AM

This would be a great idea. Did anything ever come from this, or did you find anything?

Boofo 05-22-2003 07:55 AM

Quote:

03-02-03 at 12:16 PM N9ne said this in Post #1
Is there a download manager hack or a downloads database hack? I want to have some files (some very large - > 30MB) for download for just my members. It would be nice to set a minimum post count for some too...

Are there any good hacks that will let me do this? If so, which is the best?

The problem you are going to encounter with this idea is the php has a file size limit of something like 3 meg (or lower, I'm not exactly sure of the size, but it is around that).

Radgam 05-22-2003 08:56 AM

I was actually working on a hack like that but i never got round to finishing it after many issues with my last forum ;)

It's a seperate file called website.php which you can add in files for download. These are accessed by an id in the query string and then read from a private directory (so no one else can download it) and only members signed in could get the files.

I don't know much on the php file size limit though :/

Xenon 05-22-2003 09:27 AM

Quote:

Today at 10:55 AM Boofo said this in Post #3
The problem you are going to encounter with this idea is the php has a file size limit of something like 3 meg (or lower, I'm not exactly sure of the size, but it is around that).
this is just the upload limit, dowloads can be bigger than that

(also it's 2mb in standart install ;))

Boofo 05-22-2003 09:49 AM

Ok, I didn't know it was just the upload limit. But how can you download more if you can't upload the same? That doesn't make much sense. ;)

Xenon 05-22-2003 01:50 PM

you can't upload it through a form, that's the limit, but if you upload it via ftp php can access greater files :)


All times are GMT. The time now is 11:26 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01089 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete