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 |
#192
|
|||
|
|||
I just need your support to keep updating the hack
and installing the hake will be just what I need thanks to all of you |
#194
|
|||
|
|||
just tel me the line NO.
I'm so so tired to think :tired: |
#195
|
|||
|
|||
Good job beebi
It's very nice hack and most the members need it I think you need to hide the download link for files and give the ability to download to special group only (ban user can't download You can do this if you create two folders for each user one for pictures and one for files. Pictures folder will be direct access. The files folder need to be hidden and the name of the folder will be random name and you can keep the name of this folder in database What is the benefit to hide download link? Main benefit to stop stolen the bandwidth and we all face this problem |
#196
|
|||
|
|||
Rewriting the URL well be great
what do you think? |
#197
|
|||
|
|||
Quote:
I don't know how to change it so it doesn't give the whole url to the file. Ill give you an example. Ive created a new BBCode entry. (called IMG2) <a href="http://www.domain.com/forum/uploaded/{param}" target="_blank"><img class="tborder" src="http://www.domain.com/forum/uploaded/{param}" width="640" border="1" /> With your hack, once a file has been uploaded it provides the whole URL to the file, so IMG]http://www.domain.com/uploaded/1/image.jpg /IMG] I would like to remove the "http://www.domain.com/uploaded" part, presenting only IMG]1/image.jpg/IMG] This in conjunction with my BBCode, would mean they could only ever use the new IMG tag (or the attachment feature) i created that contains my domain name, and prevent them from abusing the BBCode to link to external sites. (we have had alot of articles written by people 3 years ago using IMG tags. Since they have left the site, they have also cleaned up their file storage area, meaning the IMG tags linking to that file no longer work, and thus make he article worthless..) that make sense? |
#198
|
|||
|
|||
{param}
is it the img name? |
#199
|
||||
|
||||
i like ur idea
but i think u mean With your hack, once a file has been uploaded it provides the whole URL to the file, so IMG]http://www.domain.com/uploaded/1/image.jpg /IMG] I would like to remove the "http://www.domain.com/uploaded" part, presenting only [IMG2]1/image.jpg[/IMG2] |
#200
|
|||
|
|||
OK
open uplaoder.php find PHP Code:
PHP Code:
|
#201
|
|||
|
|||
Quote:
the $fileurl presents the full domain name to the user once the picture has been sucessfully uploaded.. so IMG]http://www.domain.com/uploaded/1/image.jpg /IMG] I don't want that. when the file has been uploaded, i would like it to present only the users folder name, and the picture name whcih they uploaded. so 1/image.jpg. That make more sense? edit: im trying to think of a better way to explain it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|