vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Files Upload Center - Upload Your Files To External Server (https://vborg.vbsupport.ru/showthread.php?t=113583)

zlos 01-22-2007 09:05 PM

Quote:

Originally Posted by beebi (Post 955392)
yes it can

but u need to set out ftp and some modfiy. I rely have not test it yet

Would you please be a bit more accurate? What modifying did you mean?
I want to keep my attachments on a separate subdomain (+separate pipe to save the bandwidth)...

Anyhow: looks great :) Well done - guys from vB can't really understand it since at least 2 years, that out there are people with a need to have attachments somewhere else that a forum location ;) A point for you :D

abhimation 01-23-2007 05:16 PM

Quote:

Originally Posted by beebi (Post 955189)

2- don't you ever try to upload max then PHP Maximum Upload Size Attachment 46164.

Thats a great hack.

What happens if someone tries to upload more than max ?? Just quirious before i install it.

JohnBee 02-02-2007 12:42 PM

Hi is it possible to move files into filesystem?

Subah 03-06-2007 06:44 PM

Good one , but one problem only i try to make account for the uploader put it does not creat folder for the users i must creat them manually ??

MelH 03-08-2007 03:26 AM

I've installed this (in 3.6.5) and it seems to work fine but I have a few questions.

I would like to upload a library of images (in folders by category) for users to choose from as well as upload their own if they wish. Can this be done?

The image information can be copied and pasted into a post after an upload but how does a user get the image information again so that they can use the image somewhere else without uploading it again?

When you put the image in some text there is a white space beside the image with text above and below it. How can you make text wrap around the image?

Can this program do any of these things?

littleone 03-08-2007 05:37 AM

Can I have a progress bar, while uploading?
Also I have found a great uploader that works on cgi and can upload huge files even on shared server. www.encodable.com - filechucker .

If we can integrate these together it would be nice as php uploading seems to be a great headcahe on server limits.

Thanks

Subah 03-11-2007 05:46 PM

Why you remove the option of 3 file upload in the same time ???

Leecher24 03-19-2007 07:27 PM

I have an Question. Can some one Code an Addon for mod_rewrite ?

TomasDR 03-22-2007 01:57 AM

I found a minor "bug", feel free to add the correction to your next release.

The "bug" is when an user is a member of multiple groups that has different permissions. The original code only picks up only the permissions from the primary usergroup. I have a few secondary groups including a paid subscription group but everyone remains a primary member of "Registered Users" except for SuperMods & Admin.

The change allows the best permissions to take effect.
Example:
Registered Users = 64MB folder size
Picture members = 128MB folder size

The new code would allow a secondary member of Pictures to have a 128MB folder size. It also saves a query.

In uploaderglobal.php remove (or comment out) the line
Code:

$uploaderperm = $db->query_first("SELECT uploadermaxfilesize, uploadermaxfoldesize, uploaderfilestypes FROM " . TABLE_PREFIX . "usergroup WHERE usergroupid = " . $vbulletin->userinfo['usergroupid'] . "");
In uploaderglobal.php add the line:
Code:

cache_permissions($vbulletin->userinfo);
after
Code:

construct_forum_jump();
Then change ALL instances of $uploaderperm to $permissions in all files including templates.

Checked & verified to be working.

ozkorallah 03-25-2007 06:13 AM

HI all,

how to show all uploaded files to all members?

thank you


All times are GMT. The time now is 07:40 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.01468 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete