View Full Version : Major Additions - Files Upload Center - Upload Your Files To External Server
beebi
04-19-2006, 10:00 PM
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
https://vborg.vbsupport.ru/external/2010/10/30.jpg
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:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add Below:
<!-- 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 (https://vborg.vbsupport.ru/member.php?u=61943) .
2-German Trasnlation derblack (https://vborg.vbsupport.ru/member.php?u=56716) .
please click install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113583)
if you installed this hack. so you can received the update. and to get support thank you.
Regards.
beebi
04-20-2006, 05:32 PM
1- Don't you ever disable Digital file names, it's too risk.
2- Don't you ever try to upload max then PHP Maximum Upload Size 46164.
3- if you don't want your users to to display there IMG in anther site modify the .htaccess 46217,
4-if you want to enable flash tag use this 46218
5- to make a user FTP click (https://vborg.vbsupport.ru/showpost.php?p=958175&postcount=107)
beebi
04-20-2006, 05:33 PM
Screenshots - ACP
beebi
04-20-2006, 05:34 PM
Screenshots - forum
Developer
04-20-2006, 05:55 PM
Great hack :)
POSTED by BeeBi:
Cpanel Users
How-To make ftp account via site's control panel
Open Your Cpanel ==> ftp manger
46405
You will see a list choose "Ftp Accounts"
46406
Then "Add Ftp Account"
46407
Login = enter here username as uploaded
password = enter ur password
quota = unlimited (make sure it's unlimited)
directory = enter the full path to ur "uploaded" folder like /home/"ur username that u use it to log in to the cpanel"/public_html/"ur forum dir"/uploaded
46408
Atakan KOC
04-20-2006, 05:56 PM
Very Nice.
beebi
04-20-2006, 05:57 PM
thx :banana:
Ghanem
04-20-2006, 06:02 PM
glad to see it finally in english
been using it for few months with out any prb
Thank you very much :)
The Chief
04-20-2006, 06:29 PM
This looks good, will check it out :)
Zachery
04-20-2006, 06:35 PM
For starters, theres no reason to ever store attachments (of any kind) in a webaccessable folder.
It seems that you retain the original filenames? Why? It would be better to store the entrys filetype in the database and pass the fileinfo back in the headers and serve the file dynamicly, much like how vB already does it.
Also, some filesystems have a limit of files/folders that they can store in a single directory, even with the /userid setting that could still get bad.
Anyreason you don't just store the files with a more useable namespace, like userid_attachid.attach ?
beebi
04-20-2006, 06:39 PM
For starters, theres no reason to ever store attachments (of any kind) in a webaccessable folder.
It seems that you retain the original filenames? Why? It would be better to store the entrys filetype in the database and pass the fileinfo back in the headers and serve the file dynamicly, much like how vB already does it.
Also, some filesystems have a limit of files/folders that they can store in a single directory, even with the /userid setting that could still get bad.
Anyreason you don't just store the files with a more useable namespace, like userid_attachid.attach ?
I like it this way
If u want it in the database use attachments system
and it's realy TOTALY secured.
Please explain what that means.
*edit to add quoted text*
hotwheels
04-20-2006, 06:59 PM
very nice
COBRAws
04-20-2006, 07:02 PM
GOOD one.
About what Zachery said, I partly agree on that. But I take this hack as a public imageshack for our boards. In this case I believe its better having original names instead of an attachment ID'ed URL like the one in the attachmnets system vB uses.
Just my opinion tho.
Great Hack ..
Thanx beebi :) :) :)
Zachery
04-20-2006, 07:07 PM
I like it this way
If u want it in the database use attachments system
I'm not asking you to store attachments in the database, vB does have an option to store files in the filesystem.
I'm not asking you to store attachments in the database, vB does have an option to store files in the filesystem.
Beat me to it.
Nice idea, could use a bit more thogu, can't quite put my finger onit. but I totally agree with Zach.
Makaveli105
04-20-2006, 07:54 PM
I installed, when I go to upload something it comes to a page saying:
"You did not select a file"
beebi
04-20-2006, 08:02 PM
I'm not asking you to store attachments in the database, vB does have an option to store files in the filesystem.
when u use the filesystem in the VB.
it gives u a Dynamic URL which is disabled by default in the VB
Attached img :cool:
Omranic
04-20-2006, 08:03 PM
** Installed **
will return back here after testing
thnx alot
beebi
04-20-2006, 08:08 PM
Please explain what that means.
*edit to add quoted text*
its means to many things just click install AND you'll hear it
Ghanem
04-20-2006, 08:18 PM
Zachery, jugo, you are missing some of the center features
Eg:
- the member can refer back to all his uploaded files, use them again in his posts
- direct link that does not contain characters like (?)
- Safty is guranteed, files are renamed, php extensions not allowed
- files can be stored in any location the admin choose, even a different server.
- control based on files, members
Simply, at least to me, its much better than the VB attachments :)
beebi
04-20-2006, 08:22 PM
Simply, at least to me, its much better than the VB attachments :)
nice one bro :banana:
Makaveli105
04-20-2006, 08:35 PM
I've been playing around with things, double checking everything I can, and I still get the error, even though I specified a file.
"You did not select a file"
I dont get what Im doing wrong
beebi
04-20-2006, 08:51 PM
I've been playing around with things, double checking everything I can, and I still get the error, even though I specified a file.
"You did not select a file"
I dont get what Im doing wrong
if the safe mode is enable u have to set Private folder for each member
to no. Create member private folders using FTP to no.
give uploaded folder 777 permissions.
Ntfu2
04-20-2006, 08:58 PM
Ideas for improvement,
Allow uses to upload a .zip file of images, then the uploader would unzip these files,
Add a watermark to them as well :D and then it would kick even more arse
Makaveli105
04-20-2006, 09:00 PM
Yup, Safe mode is On, both of those options are set to "No". And my uploaded folder is chmodded to 777. Yet it still says "You didn not select a file"
beebi
04-20-2006, 09:06 PM
Allow users to upload a .zip file of images, then the uploader would unzip these files very nice and I do like it but do u think the users will understand this one?
Add a watermark to them as well and then it would kick even more arse
don't worry I'll use https://vborg.vbsupport.ru/showthread.php?t=112829 If u don't mind ;)
beebi
04-20-2006, 09:16 PM
Yup, Safe mode is On, both of those options are set to "No". And my uploaded folder is chmodded to 777. Yet it still says "You didn not select a file"
Are u sure u have not change Main folder name
and did u upload max then 2MB
may by copy function is disable in your server contact your host
Johhhn
04-20-2006, 09:18 PM
- files can be stored in any location the admin choose, even a different server.
REALLY??
We can store files on a different server?!?!?!?
I've been waiting for something like this for centuries!
I didn't see it noted in the above description, but can someone confirm this? and how does it work?
thanks!
:banana:
beebi
04-20-2006, 09:24 PM
REALLY??
We can store files on a different server?!?!?!?
I've been waiting for something like this for centuries!
I didn't see it noted in the above description, but can someone confirm this? and how does it work?
thanks!
:banana:
yes it can
but u need to set out ftp and some modfiy. I rely have not test it yet
Makaveli105
04-20-2006, 09:31 PM
Are u sure u have not change Main folder name
and did u upload max then 2MB
may by copy function is disable in your server contact your host
my host is useless when it comes to requests, lol. BUT, users can upload their own attachments and avatars, so does this use the same function as vbulletin uses for those 2 features?
Barakat
04-20-2006, 09:34 PM
installed ... thanks for that nice hack
beebi
04-20-2006, 09:45 PM
my host is useless when it comes to requests, lol. BUT, users can upload their own attachments and avatars, so does this use the same function as vbulletin uses for those 2 features?
looooooooooooool
ok
open uploader.php
find
@copy
repleas it with
@move_uploaded_file
Makaveli105
04-20-2006, 09:52 PM
lol, i know, ive NEVER gotten them to change anything to help me out. lol.
I did that and I still receive the same error
beebi
04-20-2006, 10:02 PM
ok mmmmmmmmm
find
if (!file_exists($vbulletin->GPC['file']['tmp_name']))
{
eval(standard_error($vbphrase['no_file']));
}
elseif ($fileisin = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "uploader WHERE userid = " . $vbulletin->userinfo['userid'] . " AND file_size = " . $vbulletin->GPC['file']['size'] . " AND file_name LIKE '%" . $db->escape_string($ext) . "%'"))
replase it with
if ($fileisin = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "uploader WHERE userid = " . $vbulletin->userinfo['userid'] . " AND file_size = " . $vbulletin->GPC['file']['size'] . " AND file_name LIKE '%" . $db->escape_string($ext) . "%'"))
Makaveli105
04-20-2006, 10:11 PM
:( Still the same. Sorry bout this :S I don't know what could be wrong. If you want I can give you access to my forums?
beebi
04-20-2006, 10:15 PM
:( Still the same. Sorry bout this :S I don't know what could be wrong. If you want I can give you access to my forums?
that will be fine
send it to webmaster@7beebi.com
yinyang
04-20-2006, 11:56 PM
- files can be stored in any location the admin choose, even a different server.
is there a way to use that GMAIL Drive (http://www.viksoe.dk/code/gmail.htm) in conjunction with this? for all that don't know, gmail drive converts your gmail account into basically a new disk drive.
it would be great to use that or several other 1 gig mailboxes for filestorage. could be a lot of possibilities... i.e., opening gmail accounts for each user .... i.e. user.domain@gmail.com and then uploading those files using gmail drive.
beebi
04-21-2006, 12:40 AM
is there a way to use that GMAIL Drive (http://www.viksoe.dk/code/gmail.htm) in conjunction with this? for all that don't know, gmail drive converts your gmail account into basically a new disk drive.
it would be great to use that or several other 1 gig mailboxes for filestorage. could be a lot of possibilities... i.e., opening gmail accounts for each user .... i.e. user.domain@gmail.com and then uploading those files using gmail drive.
I need to check it out first
beebi
04-21-2006, 12:49 AM
:( Still the same. Sorry bout this :S I don't know what could be wrong. If you want I can give you access to my forums?
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 ;)
Zachery
04-21-2006, 12:59 AM
Zachery, jugo, you are missing some of the center features
Eg:
- the member can refer back to all his uploaded files, use them again in his posts
- direct link that does not contain characters like (?)
- Safty is guranteed, files are renamed, php extensions not allowed
- files can be stored in any location the admin choose, even a different server.
- control based on files, members
Simply, at least to me, its much better than the VB attachments :)
You can already do this in vB, ever looked at your attachment manager?
And? I don't see the point of this
I don't see how this ensures safety, besides the fact php files are not allowed.
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.
Right now this seems less advanced, refineded, and well done, than the vB attachment system on a large scale.
when u use the filesystem in the VB.
it gives u a Dynamic URL which is disabled by default in the VB
Attached img :cool:
vB always uses a dynamic URL, its for controling file permissions, if its in a forum most people don't have access too, then no one can get at it. This is not a valid point
beebi
04-21-2006, 01:13 AM
vB always uses a dynamic URL, its for controling file permissions, if its in a forum most people don't have access too, then no one can get at it. This is not a valid point
I don't need it a dynamic URL AND I need it to used in any where
what is u problem?
Developer
04-21-2006, 01:43 AM
Uploading Center: with this you could make a lot of things than attachments for a example: putting a link to file in announcment
sharing files, easy to make['we don't need to make a thread to upload files'],
display images in threads ['as some servers doesn't shows imgs attachment in in img. vbcode']
permissions per user
and members will love this ;)
and with more improvments in the next releases it will be superb hack ;)
WELL DONE BeeBi.
beebi
04-21-2006, 01:49 AM
WELL DONE BeeBi.
u r welcome :)
Ghanem
04-21-2006, 02:32 AM
vB always uses a dynamic URLwill.. 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 :confused:
How can you control vb attachments based on member..
Can you disallow certin users from uploading..
Can you permit certin users from the attachment rules, eg, upload any type of files, any size..
Can you dissalow uploading if posts is less than x number
Can you upload with out starting a post
Can you include 20 image links if the admin allows only 5 per post
Regards
klaush
04-21-2006, 05:16 AM
Great! Working fine with 3.5.4; thanks!
dinodonk
04-21-2006, 05:43 AM
beebi.. really great hack!
is it possible to add category?? also for future wishlist maybe you can expand this to file or image hosting service?
@zach : i think the difference is member has a private folder. anyway this hack is really great!
beebi
04-21-2006, 01:13 PM
category ammmmmmmmmm
check http://www.7beebi.com/vb/library.php
dinodonk
04-21-2006, 03:07 PM
category ammmmmmmmmm
check http://www.7beebi.com/vb/library.php
i do not understand that language. i mean a category when members can put their folder into categories.
beebi
04-21-2006, 03:17 PM
i do not understand that language. i mean a category when members can put their folder into categories.
I'll think about that
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 :confused: All attachments work fine on my forums.
Can you disallow certin users from uploading..Yes, move them into a Usergroup with no Attachment Posting permissions.
Can you dissalow uploading if posts is less than x numberYes. 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.
Can you upload with out starting a postWell, no.
Can you include 20 image links if the admin allows only 5 per postNo, because that is a setting that we have to prevent users from doing just that.
Snake
04-21-2006, 06:24 PM
Thanks for making this hack bro! :)
Johhhn
04-21-2006, 06:27 PM
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?
Johhhn
04-21-2006, 06:28 PM
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!
Ghanem
04-21-2006, 06:33 PM
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
Yes, move them into a Usergroup with no Attachment Posting permissionsSo it does not have the option, why don't you just say it?
Yes. Set 'Can post attachments' to no for the Registered Users groupRead again, Based on user and not Groups, again no it does not have the option
because that is a setting that we have to prevent users from doing just thatWhy do you want to prevent members from posting IMAGE LINKs and not IMAGES
Thank you for proving again how this is a pwoerfull hack :cool:
Makaveli105
04-21-2006, 06:51 PM
Thanks beebi :D
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 :D
beebi
04-21-2006, 08:02 PM
Thanks beebi :D
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 :D
I did every thing :D
Makaveli105
04-21-2006, 08:02 PM
man thanks so much :P :D
beebi
04-21-2006, 08:08 PM
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
Also, has anyone tested the FTP portion yet?
every one how wanna make a privet folder under safe mode like me :)
beebi
04-21-2006, 08:29 PM
kall
loooooooooooooool
Iain M
04-21-2006, 08:38 PM
Originally Posted by Johhhn
REALLY??
We can store files on a different server?!?!?!?
I've been waiting for something like this for centuries!
I didn't see it noted in the above description, but can someone confirm this? and how does it work?
thanks!
yes it can
but u need to set out ftp and some modfiy. I rely have not test it yet
will you be posting instructions on how to do this?
i'll install when/if instructions are posted how to do this,
thnx,
CP1
beebi
04-21-2006, 08:46 PM
will you be posting instructions on how to do this?
i'll install when/if instructions are posted how to do this,
thnx,
CP1
I need to use FTP functions
when its ready, you'll be happy :D
Iain M
04-21-2006, 08:48 PM
I need to use FTP functions
when its ready, you'll be happy :D
i will be very happy, when it's done :D
Ghanem
04-21-2006, 09:09 PM
will you be posting instructions on how to do this?
i'll install when/if instructions are posted how to do this,
thnx,
CP1I did test it, its connecting to the external server, its creating new folders based on userid, but uploads to the site that hosts the upload center..
beebi, can you please look into the matter :)
beebi
04-21-2006, 09:26 PM
I did test it, its connecting to the external server, its creating new folders based on userid, but uploads to the site that hosts the upload center..
beebi, can you please look into the matter
I'm workin ON it right now
beebi
04-21-2006, 11:41 PM
I'm workin ON it right now
its worked
I need more time to customize it
Johhhn
04-22-2006, 01:11 AM
YOU ARE THE MAN.
After you get it to work, please give Paypal addy!!(SERIOUS)
Iain M
04-22-2006, 12:05 PM
its worked
I need more time to customize it
great :D
Jay...
04-22-2006, 12:34 PM
you are a legend! well done mate, installing now
beebi
04-22-2006, 02:23 PM
great :D
14- (NEW) now you can upload your files to AN external server.
enjoy ;)
beebi
04-22-2006, 02:29 PM
you are a legend! well done mate, installing now
I'm just beebi :confused:
kurtbarker
04-22-2006, 03:20 PM
hey beebi, awesome hack, had it installed just over a day with no problems or complaints
one question however. I will be using this maining for image hosting for my members. Is there any way that we can get it to show thumbnails when they view their uploaded files? Could this be looked at?
Thanks
Kurt
beebi
04-22-2006, 03:29 PM
hey beebi, awesome hack, had it installed just over a day with no problems or complaints
one question however. I will be using this maining for image hosting for my members. Is there any way that we can get it to show thumbnails when they view their uploaded files? Could this be looked at?
Thanks
Kurt
you mean a small pic showing when they browsing their img
It will take a while
Ghanem
04-22-2006, 03:41 PM
Is there any way that we can get it to show thumbnails when they view their uploaded filesDo you mean like what's in the attached file..
beebi
04-22-2006, 03:48 PM
'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!
now it does :banana:
beebi
04-22-2006, 03:54 PM
I'll add these in Version 3.4
1- multi upload (May be).
2-Thumb img.
3-improve viewing files.
4-Image watermarker.
Iain M
04-22-2006, 06:04 PM
14- (NEW) now you can upload your files to AN external server.
thank you soo much :D :D :D :D
Makaveli105
04-22-2006, 08:19 PM
Do you mean like what's in the attached file..
that'd be nice.
Thanks for the update beebi :D Hopefully installing wont bring back past problems ive had, :P
beebi
04-22-2006, 08:40 PM
<font size="4">sorry. I missed uploadercp.php :surprised:
you don't need to download it if you don't wanna used external server</font>
Ghanem
04-22-2006, 08:53 PM
that'd be nice.This is my small modification and I am not a coder, Beebi might release another updated version with this feature, so you might consider waiting for him..
In file uploader.php, look for:
<td align='center'><a href=" . $userfile['fileurl'] . " target='_blank' title='" . $userfile['file_name'] . "'>" . iif(strlen($userfile['file_name']) > 30 ,substr($userfile['file_name'], 0, 30) . "...", $userfile['file_name']) . "</a></td>
Replace it with:
<td align='center'><a href='" . $userfile['fileurl'] . "' target='_blank'><img border='0' src='". $userfile['fileurl'] ."' width='200' height='100'></a></td>
<td align='center'><a href='" . $userfile['fileurl'] . "' target='_blank' title='" . $userfile['file_name'] . "'>'" . iif(strlen($userfile['file_name']) > 30 ,substr($userfile['file_name'], 0, 30) . "...", $userfile['file_name']) . "'</a>
<br/><input type='text' name='link' size='50' onClick='this.focus();this.select()' value='" . $userfile['fileurl'] . "'></td>
In Template uploader_files look for:
<td width="50%">$vbphrase[file_name]</td>
Add above it:
<td width="40%">Image Thumbnail</td>
Change the width of the four columns with what suits you..
Regards
beebi
04-22-2006, 08:56 PM
Ghanem
thnx bro
Ghanem
04-22-2006, 09:07 PM
Thx to you too, I have updated my post with your code :)
Makaveli105
04-23-2006, 01:36 AM
thanks Ghanem :D using it on my site now
Johhhn
04-23-2006, 03:13 AM
Just tried it on my local server (running OS X) running a copy of my forum and could never get it to work. I can see it creating an 'empty' file in my home folder (it actually never tries to upload it to 'uploaded' no matter where i put that folder), but that's it.
It creates that file and the browser just sits there waiting.
Any ideas?
beebi
04-23-2006, 06:43 AM
in local server disable ALL FTP functions
Feckie (Roger)
04-23-2006, 08:16 AM
Installed and working ty
Dear Beebi !!
uploading files on External Server NOT Working :(
look this screen:
https://vborg.vbsupport.ru/
and
https://vborg.vbsupport.ru/
Please tell me how does its work? or give some instructions / settings for External Server Uploads.
Thanks in advance.
kurtbarker
04-23-2006, 09:09 AM
hey mate, how do I update... just reinstal the XML? any files need replacing?
thanks for the thumbnail edit Mr 'i'm not a coder', worked a treat.
beebi
04-23-2006, 12:59 PM
Pehchaan
click install to get support
beebi
04-23-2006, 01:00 PM
hey mate, how do I update... just reinstal the XML? any files need replacing?
thanks for the thumbnail edit Mr 'i'm not a coder', worked a treat.
just upload uploader.php AND uploadercp.php AND reinstal the XML
r0ckstar
04-23-2006, 01:17 PM
(NEW) now you can upload your files to AN external server.
Does this mean your members can upload to rapidshare or similar file host?
Zachery
04-23-2006, 01:26 PM
Does this mean your members can upload to rapidshare or similar file host?
No, it means you can ftp files to another server for storage and retrival.
Iain M
04-23-2006, 01:27 PM
How do you ban more than one usergroup?
i tried putting 8,16 i pressed Save and when i returned to the options just the 8 was saved.
CP1
wizardan
04-23-2006, 01:47 PM
Wow... so far, so good.
Installed.
*edit*
Problems with .wav and .mp3 files...
I've increased max allowable size, and am testing with files well under the new limit...
The .wav audio file uploads up to the 2MB default limit, then cuts out.
Ideas?
Installed and works like a charm. I've been waiting for so long for such a hack but it's worth waiting.
I recommend you all to install it coz I don't think you would find better.
Thanks a lot beebi, The First Arabian Coder ;)
beebi
04-23-2006, 03:11 PM
How do you ban more than one usergroup?
i tried putting 8,16 i pressed Save and when i returned to the options just the 8 was saved.
CP1
that option to move the user's group when her try to upload php,htm,cgi
in the usergroup
https://vborg.vbsupport.ru/attachment.php?attachmentid=46151&d=1145558328
beebi
04-23-2006, 03:13 PM
Problems with .wav and .mp3 files...
I've increased max allowable size, and am testing with files well under the new limit...
The .wav audio file uploads up to the 2MB default limit, then cuts out.
2- don't you ever try to upload max then PHP Maximum Upload Size (https://vborg.vbsupport.ru/attachment.php?attachmentid=46164&d=1145568691)
https://vborg.vbsupport.ru/showpost.php?p=955594&postcount=41
beebi
04-23-2006, 03:24 PM
Is there phrases need to fixed, you can help me out
like
File upload center declarations to File Upload Center Permissions
beebi
04-23-2006, 03:29 PM
Installed and works like a charm. I've been waiting for so long for such a hack but it's worth waiting.
I recommend you all to install it coz I don't think you would find better.
Thanks a lot beebi, The First Arabian Coder ;)
u r welcome ;)
wizardan
04-23-2006, 04:54 PM
Yes Beebi, the max php upload size was the culprit.
My server people have adjusted it, and voila!
Works like a charm.
We're usuing this primarily for original music file uploads.
And since I wasn't able to debug the Jukebox hack, for some reason, your hack is just what the doctor ordered.
Thanks again.
GraphicPlanet
04-23-2006, 06:00 PM
i have VBulletin V 3.5.4 and in local
we can install in local?
beebi
04-23-2006, 07:29 PM
i have VBulletin V 3.5.4 and in local
we can install in local?
https://vborg.vbsupport.ru/showpost.php?p=955797&postcount=47
and don't forget install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113583)
beebi
04-23-2006, 07:32 PM
Yes Beebi, the max php upload size was the culprit.
My server people have adjusted it, and voila!
Works like a charm.
We're usuing this primarily for original music file uploads.
And since I wasn't able to debug the Jukebox hack, for some reason, your hack is just what the doctor ordered.
Thanks again.
doctor ordered
waaaaaaaaw. isn't getting butter :D
Iain M
04-23-2006, 08:04 PM
that option to move the user's group when her try to upload php,htm,cgi
in the usergroup
https://vborg.vbsupport.ru/attachment.php?attachmentid=46151&d=1145558328
ok, thnx :)
beebi
04-23-2006, 09:06 PM
how to make ftp user via site's control panel
Open Your Cpanel ==> ftp manger
46405
You will see a list choose "Ftp Accounts"
46406
Then "Add Ftp Account"
46407
password = enter your password
quota = unlimited (make sure it's unlimited)
directory = enter the full path to your "uploaded" folder like /home/"ur username that u use it to log in to the cpanel"/public_html/"your forum dir"/uploaded
46408
Pehchaan
click install to get support
Installed :)
Dear Beebi !!
uploading files on External Server NOT Working :(
Please tell me how does its work? or give some instructions / settings for External Server Uploads.
Thanks in advance.
beebi
04-24-2006, 01:32 AM
make a user ftp
https://vborg.vbsupport.ru/showpost.php?p=958175&postcount=107
add it
and enable
External Server
in External Server URL
put the URL to the uploaded folder
yinyang
04-24-2006, 01:45 AM
for the next version, can you create upload categories set by the admin? for our forum, this would be useful for having people upload their work product to the different projects we work on.
just a suggestion.
btw, excellent hack. installed smoothly and works great.
plateau
04-24-2006, 05:47 AM
if would be better if it allows user to BUY the FTP upload and download permissions, which means relating this product to a Point System. :)
beebi
04-24-2006, 03:20 PM
if would be better if it allows user to BUY the FTP upload and download permissions, which means relating this product to a Point System. :)
contact CMX_CMGSCCC (https://vborg.vbsupport.ru/member.php?u=41269)
Delazar
04-24-2006, 06:25 PM
Here the German translation file!
Best regards
derblack
beebi
04-24-2006, 06:37 PM
thx derblack
been uploaded
Jay...
04-24-2006, 07:58 PM
Hi beebi, ive installed this hack but seem to be having nothing but problems with it. all i get is 'you did not select a file' i have re-uploaded the newest version all files are within the PHP max upload. Just doesnt happen for me or my members!
Johhhn
04-24-2006, 08:22 PM
in local server disable ALL FTP functions
What do you mean?
I have to have FTP Server turned on locally so that I can ftp to myself to test it.
I can't wait to get this working :)
beebi
04-24-2006, 09:08 PM
What do you mean?
I have to have FTP Server turned on locally so that I can ftp to myself to test it.
I can't wait to get this working :)
no this isn't what I meant
https://vborg.vbsupport.ru/attachment.php?attachmentid=46146&d=1145558279
1- disable Create users private folders using FTP
2- disable External Server
beebi
04-24-2006, 09:10 PM
Hi beebi, ive installed this hack but seem to be having nothing but problems with it. all i get is 'you did not select a file' i have re-uploaded the newest version all files are within the PHP max upload. Just doesnt happen for me or my members!
ammmmmm...
I really need to take a close look to it
Johhhn
04-24-2006, 09:35 PM
no this isn't what I meant
https://vborg.vbsupport.ru/attachment.php?attachmentid=46146&d=1145558279
1- disable Create users private folders using FTP
2- disable External Server
If I disable external server, then how can I ftp?
Even though my external server is 'internal', will I still be able to test out FTP this way?
ikomianos
04-24-2006, 11:13 PM
Hi I cannot find the English version of product-uploader.xml file do you know where I can find it?
Thanks.
yinyang
04-25-2006, 12:06 AM
..... can you create upload categories set by the admin? for our forum, this would be useful for having people upload their work product to the different projects we work on.
is this possible?
beebi
04-25-2006, 09:20 AM
is this possible?
its need time to do that
beebi
04-25-2006, 09:22 AM
Hi I cannot find the English version of product-uploader.xml file do you know where I can find it?
Thanks.
https://vborg.vbsupport.ru/attachment.php?attachmentid=46455
Jay...
04-25-2006, 04:30 PM
Beebi any updates yet? i still cant upload
Jay...
04-25-2006, 04:30 PM
Beebi any updates yet? i still cant upload
ikomianos
04-25-2006, 08:37 PM
https://vborg.vbsupport.ru/attachment.php?attachmentid=46455
Thanks beebi ++++
beebi
04-25-2006, 09:38 PM
Jay...
I'll not answer you
until you change your avatar
don't you have any respect?
i keep geting Sorry, I'm not able to upload the file
Please inform the Administrator
Contact Us but i have add permission for the files
yinyang
04-25-2006, 11:15 PM
its need time to do that
no problem. i just thought it'd be cool for your new version. no rush! :lick:
Barakat
04-26-2006, 12:06 AM
thanks a lot man .... great hack ...
Jay...
04-26-2006, 06:00 AM
ive changed it beebi sorry mate, didnt realise it was causing offence to anyone
can you please answer my question :(
beebi
04-26-2006, 11:37 AM
Jay... AND saba
can you please tell me what the setting that you have made it in the ACP
AND the server's INFO.
i left it on the default settings and wat u mean by my server if u sayin the server web site it webexplore.com.au
Web Server Apache v2.0.46
Server Type Linux
beebi
04-26-2006, 02:29 PM
Web Server Apache v2.0.46
Server Type Linux
ok try this
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).
beebi
04-26-2006, 02:32 PM
first go to
Maintenance -> Diagnostics -> Upload
upload a file
and tell me what you get
COBRAws
04-26-2006, 03:36 PM
Any way I can bypass the PHP File Load limit? I want users to upload mp3, but most of them are +2Mb
I dont want to edit the config.ini
beebi
04-26-2006, 04:06 PM
Any way I can bypass the PHP File Load limit? I want users to upload mp3, but most of them are +2Mb
I dont want to edit the config.ini
I'm workin on it
Jay...
04-26-2006, 04:13 PM
ive left mine on the defualt settings, mine is hit or miss, sometimes it uploads but more often than not it says 'you did not select a file' also, my 'uploaded folder' is already CHMOD to 777
Ntfu2
04-26-2006, 04:29 PM
Any way I can bypass the PHP File Load limit? I want users to upload mp3, but most of them are +2Mb
I dont want to edit the config.ini
edit your php.ini file, or have your host do it for you,
ok try this
done that still dont work
beebi
04-26-2006, 05:10 PM
done that still dont work
I really don't know what cause this
yinyang
04-26-2006, 08:22 PM
jay and saba, if your boards are using other modifications, may i suggest the following:
create a folder in your domain called "testboard". this will preside in the same hierarchy as your "forum" folder.
then install a clean vbulletin 3.54. don't worry about permissions, usergroups, etc. as this is only a test board and since no one will be registering here, it is within the vbulletin license to do this.
after you've installed the testboard, add only one modification, that being Beebi's mod here. see if you have any problems. if not, then you can assume that one of your other modifications is hindering Beebi's hack. if you are still having problems, then it must be something with your webhost.
COBRAws
04-27-2006, 01:59 AM
edit your php.ini file, or have your host do it for you,
I wanted to say php.ini :P Sorry
beebi
04-27-2006, 02:46 AM
saba
you forget to chmod uploaded Dir
Waaaaaaaaaaaaay is this happening to me :angry:
oops sowwy i thought i did that :( thz
i keep geting vBulletin Message
You did not select a file
yinyang
04-27-2006, 11:29 PM
beebi, one of my mods just uploaded a file. i go to uploader.php and i can't see it. i've deleted the htaccess file and i can see the file in my ftp.
please help.
beebi
04-27-2006, 11:48 PM
saba
make sure the file has been added
I test it by my self
beebi
04-27-2006, 11:50 PM
beebi, one of my mods just uploaded a file. i go to uploader.php and i can't see it. i've deleted the htaccess file and i can see the file in my ftp.
please help.
make sure you are in the Right folder
saba
make sure the file has been added
I test it by my self
so wat i do i click tha file/pic i wanna upload then click upload right:banana:
inkdot
04-28-2006, 09:27 AM
"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)."
Your upload folder includes 'uploaded' folder which gets uploaded in my forums directory. Do we still have to create another 'uploaded' directory?
Btw, I'm also getting the 'you did not select a file' error.
My 'uploaded' directory is in '//mysite.net/forums/' and my 'main folder name' is just 'uploaded'.
it did let me upload a .txt file though
My PHP max upload size is 8MB
EDIT: it's working now after i deleted the .htaccess located in 'uploaded' directory.
Thanks for the hack :]
fatxy
04-28-2006, 01:18 PM
is there a possiblity to add some upload form in the add new thread form? maybe which automatically display img blabla /img in the textfield after upload?
lookin great tho :)
beebi
04-28-2006, 01:34 PM
is there a possiblity to add some upload form in the add new thread form? maybe which automatically display img blabla /img in the textfield after upload?
lookin great tho :)
great Ida
and click install so you can receive the update
yinyang
04-28-2006, 03:20 PM
make sure you are in the Right folder
yup, i'm in the right folder. my mod CAN see the file. i can see the files I'VE uploaded, but she can't see the files i've uploaded.
i CAN see all the files from admincp. is there a way for a certain usergroup to see ALL the files loaded from the forum itself?
also, i know you're working on creating categories/folders. may i also suggest the ability to describe the file? i.e., since the files are encrypted, sometimes you won't know what files are what. would it be possible to put a "file description" area next to the uploaded file?
beebi
04-28-2006, 06:24 PM
yup, i'm in the right folder. my mod CAN see the file. i can see the files I'VE uploaded, but she can't see the files i've uploaded.
i CAN see all the files from admincp. is there a way for a certain usergroup to see ALL the files loaded from the forum itself?
also, i know you're working on creating categories/folders. may i also suggest the ability to describe the file? i.e., since the files are encrypted, sometimes you won't know what files are what. would it be possible to put a "file description" area next to the uploaded file?
aha
you are token about modcp
OK. in the next Release
And your suggestion is great
Tyegurl
04-28-2006, 07:23 PM
Btw, I'm also getting the ' you did not select a file ' error.
My 'uploaded' directory is in '//mysite.net/forums/' and my 'main folder name' is just 'uploaded'.
it did let me upload a .txt file though
My PHP max upload size is 8MB
EDIT: it's working now after i deleted the .htaccess located in 'uploaded' directory.
i also got the error and thanks for the fix ;)
beebi
04-29-2006, 12:02 AM
EDIT: it's working now after i deleted the .htaccess located in 'uploaded' directory.
Thanks for the hack :]
Known Bugs:
If you can upload files but you can't browse them, delete .htaccess in the folder uploaded
u r welcome
Tyegurl
04-29-2006, 03:33 AM
Known Bugs:
If you can upload files but you can't browse them, delete .htaccess in the folder uploaded
the problem is uploading the files....you can't browse them either because you can't get the file onto the server....hence the "you didn't choose a file" or whatever it said....it won't let you....but yes deleting the .htaccess file works...my question...is it because of the php.ini file? or that i had to add a php.ini file to my server ftp because the jerks didn't give me one but said i could add one if i knew how to make one lmao....can you guess who my host is?
beebi
04-29-2006, 10:57 AM
the .htaccess doest work with some servers
so you have to delate it some time
fular
04-30-2006, 04:15 AM
I installed the file upload center but I am having two problems which I hope you can help me to fix.
1) I am able to upload files with mp3, doc, rm extensions but if I try to upload files with gif or jpeg extension then I get the error 'you did not select a file'
I think my setting is right because I do see the mp3 and rm files upload to my ftp site and I can see them, so I do not understand why it is giving me the error with the mp3 files.
2) after I upload the files is will show that the file is upload to this path
http://mysite/forum/index.php/uploaded/filename.mp3
I do not know why it is adding the index.php part?
and the strange thing is if I put my mouse over the link it will show the link as
http://mysite/forum/uploaded/filename.mp3
Which is the correct link and I can get the uploaded files.
any thoughts on this?
Great work by the way.
Tyegurl
04-30-2006, 04:18 AM
I installed the file upload center but I am having two problems which I hope you can help me to fix.
1) I am able to upload files with mp3, doc, rm extensions but if I try to upload files with gif or jpeg extension then I get the error 'you did not select a file'
I think my setting is right because I do see the mp3 and rm files upload to my ftp site and I can see them, so I do not understand why it is giving me the error with the mp3 files.
2) after I upload the files is will show that the file is upload to this path
http://mysite/forum/index.php/uploaded/filename.mp3
I do not know why it is adding the index.php part?
and the strange thing is if I put my mouse over the link it will show the link as
http://mysite/forum/uploaded/filename.mp3
Which is the correct link and I can get the uploaded files.
any thoughts on this?
Great work by the way.
out of curiosity...do you have Photoplog installed? if so you may need to go to the control settings and add your file paths...
fular
04-30-2006, 04:58 AM
out of curiosity...do you have Photoplog installed? if so you may need to go to the control settings and add your file paths...
No it is not installed.
Tyegurl
04-30-2006, 05:09 AM
okay the only other thing i can think of is that you added index.php in the filepath to your uploaded folder in the settings? or it is the path tha is in your vbulletin settings....other than that i am out of ideas sorry.
fular
04-30-2006, 05:15 AM
Okay I was able to remove the index.php it was the vbulletin settings. Thank you for your help.
And that fixed the gif and jpeg problem too. Thank you so much
beebi
04-30-2006, 12:06 PM
the gif and jpeg problem request GD Library
Jay...
05-04-2006, 08:42 PM
Hi beebi, my upload centre seemed to sort itself out after a couple of days, Just one question, How can i remove the [media] tags from the link it gives?
Replicators
05-05-2006, 01:57 AM
This would be awesome if it worked with vbbux/vstore! The uploader can set the price for their download!
beebi
05-06-2006, 03:59 AM
Hi beebi, my upload centre seemed to sort itself out after a couple of days, Just one question, How can i remove the [media] tags from the link it gives?
don't you want a tag to apply it?
I already have one for mp3 and ra
beebi
05-06-2006, 04:01 AM
This would be awesome if it worked with vbbux/vstore! The uploader can set the price for their download!
sooooooooooooon the 3.3.4 well come
chanthuyen
05-06-2006, 05:09 AM
Thanks beebi.............
Jay...
05-06-2006, 05:04 PM
don't you want a tag to apply it?
I already have one for mp3 and ra
no mate, i want to remove the tag, how can i do that?
beebi
05-06-2006, 11:16 PM
open uploader.php
find
$msgcode
it's for ram,mp3,flash
so...
del what you want
thank you
Jay...
05-06-2006, 11:28 PM
Hi beebi, im a little confused, if i want to remove JUST the media tags, which line to i delete?
is it... $msgcode = '' . $fileurl . '';?
beebi
05-07-2006, 06:16 AM
Hi beebi, im a little confused, if i want to remove JUST the media tags, which line to i delete?
is it... $msgcode = '' . $fileurl . '';?
yes
or Waite to the next release
you'll love it
Jay...
05-07-2006, 09:38 AM
how long will i have to wait?
beebi
05-07-2006, 05:10 PM
4 days
edit: I gess that I need more then 2 days
BraindGee
05-08-2006, 05:25 AM
Is there anyway I can edit what part of the file path is shown in $fileurl?
I would like to prevent my users using the img tag, and linking to other 3rd party sites. Thus i have created second IMG tag with half of my domain name in it, up to the point of uploader. i.e. http://www.domain.com/uploader.
So I would like the they code bit to only show their folder name, and file name rather than the whole url.
Is this possible?
beebi
05-09-2006, 03:17 AM
Is there anyway I can edit what part of the file path is shown in $fileurl?
I would like to prevent my users using the img tag, and linking to other 3rd party sites. Thus i have created second IMG tag with half of my domain name in it, up to the point of uploader. i.e. http://www.domain.com/uploader.
So I would like the they code bit to only show their folder name, and file name rather than the whole url.
Is this possible?
a hook been added right there
BraindGee
05-09-2006, 05:42 AM
Sorry, there is a hook for this? or you are going to add a hook for this?
beebi
05-09-2006, 07:13 AM
no. today I'm going to Release it
please click install to received the update
https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113583
thank you
OmeR4eVeR
05-09-2006, 09:00 AM
Thanx beebi
very nice hack
BraindGee
05-09-2006, 03:45 PM
no. today I'm going to Release it
please click install to received the update
https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113583
thank you
Excellent! **Installs**
Can't wait!.
SaN-DeeP
05-09-2006, 04:05 PM
great addon beebi,
thanks for sharing your work with community :)
waiting eagerly for this feature - 6- disable using GD Library to check img and swf files.
beebi
05-09-2006, 05:49 PM
broken java script been fixed
please reinstall the hake
and import the the product
BraindGee
05-09-2006, 05:52 PM
beebi, liking the new features.
Im having a looky through the hooks to see if i can amend the $fileurl to only show the users folder number, and picture name. - Can't see it in any hooks.
wizardan
05-09-2006, 06:02 PM
Just upgraded.
Tested the new 'add a description' feature.
Checked the box, uploaded a file.
Nowhwere did I see how to add a description.
Ideas?
Still love the hack, by the way.
It works great for our musician members to upload .mp3 and .wav files:)
Great work beebi :up:
Go Ahead :up:
beebi
05-09-2006, 06:17 PM
beebi, liking the new features.
Im having a looky through the hooks to see if i can amend the $fileurl to only show the users folder number, and picture name. - Can't see it in any hooks.
request hook and I'll add it in the next release
beebi
05-09-2006, 06:20 PM
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
BraindGee
05-09-2006, 06:21 PM
request hook and I'll add it in the next release
Is This (https://vborg.vbsupport.ru/showpost.php?p=970347&postcount=180)enough information?
beebi
05-09-2006, 06:26 PM
just tel me the line NO.
I'm so so tired to think :tired:
home9000
05-09-2006, 06:31 PM
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
beebi
05-09-2006, 06:36 PM
Rewriting the URL well be great
what do you think?
BraindGee
05-09-2006, 06:47 PM
just tel me the line NO.
I'm so so tired to think :tired:
Im not sure what you mean?
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?
beebi
05-09-2006, 06:54 PM
{param}
is it the img name?
Developer
05-09-2006, 06:54 PM
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 1/image.jpg
beebi
05-09-2006, 06:56 PM
OK
open uplaoder.php
find
$msgcode = 'https://vborg.vbsupport.ru/';
replace it with
$msgcode = '' . $path . $vbulletin->GPC['file']['name'] . '';
BraindGee
05-09-2006, 07:07 PM
OK
open uplaoder.php
find
$msgcode = '' . $fileurl . '';
replace it with
$msgcode = '' . $path . $vbulletin->GPC['file']['name'] . '';
I managed to figure that out.. let me try again :)
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.
BraindGee
05-09-2006, 07:09 PM
im an idiot!
sorry reading WAY to quick....
let me try that.. thank you!
BraindGee
05-09-2006, 07:12 PM
OMG Beebi.. you my friend, are a genius.. donate coming your way!
dinodonk
05-10-2006, 05:16 AM
Beebi.. i want to move all forum attachment to your hack system, how can i do that?
Tia
beebi
05-10-2006, 10:39 AM
Beebi.. i want to move all forum attachment to your hack system, how can i do that?
Tia
I don't have any Ida....! how to do that
Tapiocapioca
05-11-2006, 12:41 AM
After upgrade i see this!!
http://www.spazioumts.org//upload/upload.jpg
Why???????
In the administration panel it is all ok!
beebi
05-11-2006, 05:52 PM
upload the new files and import the product
dinodonk
05-12-2006, 03:55 AM
I don't have any Ida....! how to do that
Maybe you can add that feature to the next release? :banana:
vidar808
05-12-2006, 06:19 AM
Ahh man I finally figured out the cause of the "you did not select a file" error! :) I had no problem uploading files with most any extension except .jpg and a few others. It was due to URL's being rewritten by vBSEO mod. They have a section to rewrite attachment URL's. I disabled that feature and everything is working. Just thought I would pass that on. I imagine a few other rewrite mods may be rewriting attachment URL's.
beebi
05-12-2006, 10:08 PM
Ahh man I finally figured out the cause of the "you did not select a file" error! :) I had no problem uploading files with most any extension except .jpg and a few others. It was due to URL's being rewritten by vBSEO mod. They have a section to rewrite attachment URL's. I disabled that feature and everything is working. Just thought I would pass that on. I imagine a few other rewrite mods may be rewriting attachment URL's.
well done
Jay...
05-12-2006, 10:46 PM
has anyone figured out how to get rid of the 'you did not select a file' error???
beebi
05-13-2006, 12:14 AM
has anyone figured out how to get rid of the 'you did not select a file' error???
disable check img by GD
cucarot
05-15-2006, 05:05 PM
disable check img by GD
I did but there's still an error... I'm trying to upload wmv files and that's 9 Mb
beebi
05-15-2006, 06:29 PM
I did but there's still an error... I'm trying to upload wmv files and that's 9 Mb
https://vborg.vbsupport.ru/showpost.php?p=955189&postcount=2
Jay...
05-15-2006, 08:35 PM
1-Don't ever disable Digital file names, its too ris its too risk.
2- don't you ever try to upload max then PHP Maximum Upload Size 46164.
3- if you don't want your users to to display there IMG in anther site modify the .htaccess 46217,
4-if you want to enable flash tag use this 46218
5- to make a user FTP click (https://vborg.vbsupport.ru/showpost.php?p=958175&postcount=107)
i still have problems beebi
Digital file names are enabled
PHP upload is 40mb, max file size for the upload centre is 20
No FTP folder for each user
beebi
05-16-2006, 01:13 AM
try to upload a txt file
cucarot
05-16-2006, 01:26 AM
how to change the php maximum upload size beebi?
Jay...
05-16-2006, 03:48 PM
Some files work beebi, its tempramental (sp) does not matter about the file type
beebi
05-16-2006, 04:17 PM
how to change the php maximum upload size beebi?
in php.ini
max_upload
beebi
05-16-2006, 04:19 PM
Some files work beebi, its tempramental (sp) does not matter about the file type
have you disable check images by GD?
Jay...
05-16-2006, 06:11 PM
yes mate
amazing script dude.... any chances we could add a users uploaded files to an xml document? or maybe even the users profile ?
many thanks
fular
05-20-2006, 07:23 PM
When I click on the link to access the file upload from post the new thread windows, the file upload window will minimize to the task bar, is there away to keep that window at the top. Some users may be cofused with the windows disappearing on them.
HaMaDa4eVeR
05-23-2006, 09:19 AM
so nice, beebi
god bless you
I'll test it and I'll tell you latter my comments
thank you again
*** Installed ;)
Whenever I upload something I just get a blank page. I've reuploaded the files and the product but no change.
kurtbarker
05-25-2006, 12:16 PM
I'll add these in Version 3.4
1- multi upload (May be).
2-Thumb img.
3-improve viewing files.
4-Image watermarker.
hey mate, any ETA for 3.4?
ahsidky
06-01-2006, 01:48 AM
Than you very much beebi for this wonderfull work.
Iinstalled it and rate it the best I can.
Thanks again
Amin
Tyegurl
06-19-2006, 04:19 AM
i have searched and i understand the php.ini and have my vBulletin at upload_max_filesize=100M but my uploader still states defaults.
i looked through the uploader files and only found one spot where there was a number but its under an error.
so how do i change this??? i want it to equal my max upload for vBulletin.
pictures attached
this is what i have in my php.ini file:
register_globals = off
allow_url_fopen = on
post_max_size=100M
upload_max_filesize=100M
Stargesicht
06-27-2006, 07:42 PM
hey mate, any ETA for 3.4?
I want it too....;)
Tyegurl
06-28-2006, 12:33 AM
nevermind on my issue i was kinda blond and didn't realize there were more options lmao!
anyway this works on 3.6.0 beta 3 ;)
Stargesicht
06-28-2006, 08:29 PM
Does it works, to upload to an external Server, when this Server had no URl, only a IP???
I installed the Hack, but i can`t upload...
CHMOD is 777....
3z3k3l
06-29-2006, 08:11 PM
Is there an option to email the file or a link to is after it has been uploaded?
Something like http://www.yousendit.com ?
geevest.com
07-04-2006, 04:20 AM
multi upload and watermark not finished?
Stargesicht
07-05-2006, 04:30 PM
I `m not able to upload files to an external Server.
I tested it with tousends of settings and it doen`t work...
Sorry, I'm not able to upload the file
Please inform the Administrator
This is the message i receive....
Please help me....
geevest.com
07-07-2006, 06:17 AM
@star check permission usergroup manager
HappyPike
07-07-2006, 05:50 PM
Looks like a very nice hack! The upload to external server part is especially useful, since my forum is located on a separate server.
Going to try it soon.
Stargesicht
07-10-2006, 12:47 PM
@star check permission usergroup manager
Done, but it not work.....
Everytime the same Error-Text....
Sorry, I'm not able to upload the file
Please inform the Administrator
I`ve tested is with other Servers and settings, but it`s the same ....:(
MikeGK
07-13-2006, 03:11 PM
Done, but it not work.....
Everytime the same Error-Text....
I`ve tested is with other Servers and settings, but it`s the same ....:(
Stargesicht, you must change the setting in php.ini on both servers . the server that host file upload center and the external server ...for it to work. good luck
konstance
07-13-2006, 04:03 PM
can I get the thumbnail of video files uploaded in the posts?
zoomforce
07-16-2006, 01:28 AM
i get a weird error.. everything seems to install fine, the file uploader says upload success and gives me a link, but when i click on that link nother is there... when i look onto the server nothing got uploaded. help?
tassoman
07-21-2006, 03:54 PM
Please implement ftp delete from remote server:
Error in deleting file, please click ignore to delete it from database
/var/www/virtual/local/path/forum/htdocshttp://www.remote-site.com/filehosting/1/1153499478.asf
HappyPike
07-23-2006, 04:39 AM
Just installed this addon to my live forum. The strange thing is, on my test forum (local computer), the addon works flawlessly. However, on my live forum when I tried to upload, all I get is a blank page. I set it to upload to an external server.
Any idea how I could fix it?
david05
07-23-2006, 04:52 PM
I installed this add-on and check again and again to make sure I didn't make any error, but I still got the same error with this mate.
Would you help me?
Dear Beebi !!
uploading files on External Server NOT Working :(
look this screen:
https://vborg.vbsupport.ru/
and
https://vborg.vbsupport.ru/
Please tell me how does its work? or give some instructions / settings for External Server Uploads.
Thanks in advance.
david05
07-23-2006, 05:46 PM
I've got the same error with this mate and nobody paid attentions to his post.
Would someone help me to solve this?
Thank
Dear Beebi !!
uploading files on External Server NOT Working :(
look this screen:
http://i70.photobucket.com/albums/i104/pehchaan/temp1.png
and
http://i70.photobucket.com/albums/i104/pehchaan/sorry-not-able.png
Please tell me how does its work? or give some instructions / settings for External Server Uploads.
Thanks in advance.
HappyPike
07-23-2006, 05:54 PM
At least you get an error message, david. All I get is a blank page when I try to upload. :(
nicedreams
07-27-2006, 03:19 PM
Nice. Works well. I can't wait for the thumb and watermark features.
Jim
TomasDR
07-28-2006, 04:13 AM
Great hack, just having one problem, and I did search the thread but found no mention of it.
If I check the box for "Add a description for the uploaded file" while using Opera, Opera crashes. It works fine in Firefox or IE.
Any idea?
PS. Also not a huge problem but any way to make it a popup for IE rather then a popunder?
HappyPike
07-28-2006, 07:00 PM
Adding a description doesn't seem to do anything. Where does it show the description?
Anyone managed to upload files bigger than 5 MB to a remote server successfully?
david05
07-30-2006, 05:43 PM
Adding a description doesn't seem to do anything. Where does it show the description?
Anyone managed to upload files bigger than 5 MB to a remote server successfully?
hi HappyPike, did you solve the problem that you have gotten the same with me that I showed above. If you did, please help me. It seemed nobody helping us.:confused:
HappyPike
07-30-2006, 05:51 PM
I solved my "blank page when trying to upload" problem by recompiling PHP with FTP support.
Unfortunately the biggest file I managed to upload successfully is about 3.5 MB. Bigger file uploads failed and gave the "You did not choose a file" error message.
It's unfortunate that Beebi has abandoned this hack. It's a very cool addon, but it's problematic to use something that's not supported by the author anymore... If it's not updated anymore, it might not be compatible with future vBulletin versions....
kfiasche81
08-17-2006, 08:04 PM
it's compatible vb 3.6.0 ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.