The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Files Upload Center - Upload Your Files To External Server Details »» | |||||||||||||||||||||||||||
Files Upload Center - Upload Your Files To External Server
Developer Last Online: Jan 2009
Description
allow your users to upload files by a highly rules. which can be customized in your ACP for 3.5.x AND 3.6.x Features List: 1- Folder for each member or one folder to all members. 2- You can customize file size, type and the folder size. 3- Full statistics about each file uploaded, by who and the time. 4- Have the option to delet specifiec file or all files for specifiec member. 5- Any member can delet all files he uploaded. 6- Work with safe mode without problems. 7- You can choose specifiec member and give him the right to upload with any size or type. 8- Full information about every member using the uploading center. 9- You can make make any member folder : Unlimited 10- Giving the member (bbcode) to use it on his posts. 11- Customize a setting for each group. 12- Ban member when he try to upload a file that can cause to hack the site (php, htm, cgi) 13- Block specifiec members. 14- upload your files to AN external server. . 15- (NEW) Moderators control panel 16- (NEW) Real name even when you using the digital names. 17- (NEW) Description for uploaded files. 18- (NEW) Disable [tags]. 19- (NEW) 16 hooks location built-in. to use it in stores systems 20- (NEW) Upload from post,PM,newthread. 100% Valid XHTML 1.0 Templates Installation: 1. Upload the contents of 'upload' to your forum directory. 2. Import product-uploader.xml into your products be going to Plugin System -> Manage Products -> Add/Import Product. 3. Create a directory called 'uploaded' (just make sure it has the same name as the directory in your settings) and make it writable and executable (777 permissions). 4. Go to your 'Usergroup Manager' and assign usergroups permissions. 5. Go to the 'Settings' menu under 'Files upload center options' in your admincp and fill them out accordingly. upgrade: 1. Upload the contents of 'upload' to your forum directory. 2. Import product-uploader.xml into your products be going to Plugin System -> Manage Products -> Add/Import Product with YSE in Allow Overwrite 3. Go to your 'Usergroup Manager' and assign usergroups permissions. 4. Go to the 'Settings' menu under 'Files upload center options' in your admincp and fill them out accordingly. Template Edits: Inside template 'navbar': Find: Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<!-- uploader --> <td class="vbmenu_control"><a href="uploader.php$session[sessionurl_q]">$vbphrase[uploader]</a></td> <!-- uploader end --> If you can upload files but you can't browse them, delete .htaccess in the folder uploaded Translations: 1-English Translation Ghanem . 2-German Trasnlation derblack . please click install if you installed this hack. so you can received the update. and to get support thank you. Regards. Supporters / CoAuthors Show Your Support
|
Comments |
#292
|
|||
|
|||
Quote:
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 |
#293
|
||||
|
||||
Quote:
What happens if someone tries to upload more than max ?? Just quirious before i install it. |
#294
|
|||
|
|||
Hi is it possible to move files into filesystem?
|
#295
|
||||
|
||||
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 ??
|
#296
|
|||
|
|||
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? |
#297
|
|||
|
|||
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 |
#298
|
||||
|
||||
Why you remove the option of 3 file upload in the same time ???
|
#299
|
|||
|
|||
I have an Question. Can some one Code an Addon for mod_rewrite ?
|
#300
|
|||
|
|||
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'] . ""); Code:
cache_permissions($vbulletin->userinfo); Code:
construct_forum_jump(); Checked & verified to be working. |
#301
|
|||
|
|||
HI all,
how to show all uploaded files to all members? thank you |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|