Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Files Upload Center - Upload Your Files To External Server Details »»
Files Upload Center - Upload Your Files To External Server
Version: 3.3.4, by beebi beebi is offline
Developer Last Online: Jan 2009 Show Printable Version Email this Page

Category: Major Additions - Version: 3.5.4 Rating:
Released: 04-19-2006 Last Update: 05-08-2006 Installs: 311
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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>
Add Below:
Code:
<!-- uploader -->
<td class="vbmenu_control"><a href="uploader.php$session[sessionurl_q]">$vbphrase[uploader]</a></td>
<!-- uploader end -->
Known Bugs:
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 04-21-2006, 03:17 PM
beebi beebi is offline
 
Join Date: Aug 2005
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dinodonk
i do not understand that language. i mean a category when members can put their folder into categories.
I'll think about that
Reply With Quote
  #53  
Old 04-21-2006, 06:09 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ghanem
will.. thank you, this is why we need this hack, we don't want to use dynamic URL that does not work on most of the forums
All attachments work fine on my forums.
Quote:
Originally Posted by Ghanem
Can you disallow certin users from uploading..
Yes, move them into a Usergroup with no Attachment Posting permissions.
Quote:
Originally Posted by Ghanem
Can you dissalow uploading if posts is less than x number
Yes. Set 'Can post attachments' to no for the Registered Users group, and have a second group that can, with a promotion based on post count.
Quote:
Originally Posted by Ghanem
Can you upload with out starting a post
Well, no.
Quote:
Originally Posted by Ghanem
Can you include 20 image links if the admin allows only 5 per post
No, because that is a setting that we have to prevent users from doing just that.
Reply With Quote
  #54  
Old 04-21-2006, 06:24 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for making this hack bro!
Reply With Quote
  #55  
Old 04-21-2006, 06:27 PM
Johhhn Johhhn is offline
 
Join Date: Jun 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by beebi
fixed
AND the hack been updated

you have to make the Maximum upload file size <= 125MB
Attached IMGs

by the way. nice style you have there
Question:

If PHP limit on the server is 8Megs, for example, does that now allow *only* 8Meg upload no matter what size you set?

Unless, you coded an uploading program to upload in segments? Pleaese clarify!

Also, has anyone tested the FTP portion yet?
Reply With Quote
  #56  
Old 04-21-2006, 06:28 PM
Johhhn Johhhn is offline
 
Join Date: Jun 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery
You can choose to store attachments on another server if you so wanted to with vB by mounting or using a network share and setting up things on the remote server to handle this. Since you need to modify this script to do it too, I don't see the big deal.
'Setting up things" That's a bit vague, no?

I know that PHP has limiations on how big of a file you can upload, and so I've been looking for a way to allow users to upload (FTP really) to another server and then have that link in VB.

I hope this program does it!
Reply With Quote
  #57  
Old 04-21-2006, 06:33 PM
Ghanem's Avatar
Ghanem Ghanem is offline
 
Join Date: Aug 2004
Location: Bahrain
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall
All attachments work fine on my forums.
I said most and not all, why is that, because:
Allow Dynamic URL for [IMG] Tags
With this option set to 'no', the [IMG] tag will not be displayed if the path to the image contains dynamic characters such as ? and &. This can prevent malicious use of the [IMG] tag

Quote:
Originally Posted by kall
Yes, move them into a Usergroup with no Attachment Posting permissions
So it does not have the option, why don't you just say it?

Quote:
Originally Posted by kall
Yes. Set 'Can post attachments' to no for the Registered Users group
Read again, Based on user and not Groups, again no it does not have the option

Quote:
Originally Posted by kall
because that is a setting that we have to prevent users from doing just that
Why do you want to prevent members from posting IMAGE LINKs and not IMAGES

Thank you for proving again how this is a pwoerfull hack
Reply With Quote
  #58  
Old 04-21-2006, 06:51 PM
Makaveli105's Avatar
Makaveli105 Makaveli105 is offline
 
Join Date: May 2004
Location: California
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks beebi

So I should update to the latest version, and it should all be working fine? Or do I need to change some settings?

And thanks about the style
Reply With Quote
  #59  
Old 04-21-2006, 08:02 PM
beebi beebi is offline
 
Join Date: Aug 2005
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Makaveli105
Thanks beebi

So I should update to the latest version, and it should all be working fine? Or do I need to change some settings?

And thanks about the style
I did every thing
Reply With Quote
  #60  
Old 04-21-2006, 08:02 PM
Makaveli105's Avatar
Makaveli105 Makaveli105 is offline
 
Join Date: May 2004
Location: California
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

man thanks so much :P
Reply With Quote
  #61  
Old 04-21-2006, 08:08 PM
beebi beebi is offline
 
Join Date: Aug 2005
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
If PHP limit on the server is 8Megs, for example, does that now allow *only* 8Meg upload no matter what size you set?
it's allow 0.01MB to 8MB

Quote:
Also, has anyone tested the FTP portion yet?
every one how wanna make a privet folder under safe mode like me
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04727 seconds
  • Memory Usage 2,309KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (15)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete