Version: 1.00, by Slynderdale
Developer Last Online: Nov 2023
Version: 2.2.x
Rating:
Released: 04-09-2002
Last Update: Never
Installs: 78
No support by the author.
Im a newbie at php, and this is my first hack, its a uploader i made that uses your vbulletin forum's accounts and pass to upload files into there private folder, it also lets people view what files they uploaded, it also logs when, who, what file was uploaded and the size of the forum to a text file. When some one uplaods it creates a sub folder thats the same as there username and a blank index.html file so no one can browse through there stuff and then uploads the image into there personal sub folder, you can also edit authvb to only alow certain usergroups to upload.
How to setup:
Open config.php and change the settings to how you want them
upload config.php,upload.php and authvb.php
chmod the folder where the log file will go and where the account sub folders will be places so there read and write, probily 0777
Thats it, now go to upload.php and use your vbulletin account and pass and upload a file
Coming soon:
Delete feature
File count limit
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
What i'm going to use this for...specifically... is to give every member 5 free mb of webspace to do with what they please, and then perhaps allow them more, if they pay for it.. or something along those lines.
Now, I'm curious. are these user directories going to be made when the user signs up? or when they first try to upload something? or what?
So far, The fact that such a hack exists has exceeded my expectations, so believe me, I'm already excited.
Originally posted by eckels2 You're my hero. And I really mean that. lol
What i'm going to use this for...specifically... is to give every member 5 free mb of webspace to do with what they please, and then perhaps allow them more, if they pay for it.. or something along those lines.
Now, I'm curious. are these user directories going to be made when the user signs up? or when they first try to upload something? or what?
So far, The fact that such a hack exists has exceeded my expectations, so believe me, I'm already excited.
The vbulletin version will have mysql support, the stand alone version for developers, mysql will be optional, in both versions, ftp will be option, but you can use ftp instead of php uploading and so on so you wont have to chmod the files to 777 and so on, with the vbulletin one, you can set the web space size they can use per user and per user group, so one could have 5 megs and like you said, they could buy addintional space and you could give them more, also i might intergrate a web account and mysql database creator for web developers so they can esily create accounts for people if they own there own server.
The directories are gonna be made when they go to the upload area and sign up for a upload account, i think having it automaticly create them when they sign up will be a easte of space if there not gonna use it, and the vbulletin version will have template support for easy html editing and editing how it looks so you can intergrate it in your website and gonna have a better mysql logging that keeps track of what users do and so on.
Im working on the upload hack version 2, if you want any thing custom added, please post and tell me what you want and ill see if i can add it into the new version for ou and so on.
Slynderdale - cant wait for version 2 of your excellent hack
So far it looks like it will totally rock !
Quick question for everyone, have you every had v1.0 of the hack return :
" Unable to execute query "
when either trying to upload or view uploaded files ?
I know for a fact it used to work ok
Im just curious what might have caused this.