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.
iam curious if this has an upload file size limit
i was working on a upload script in php the other day
but unfortunitely it was of no use to me because of the php 2MB upload limit which i cant change
was wondering if this is restricted by that limit as well or if it gets by it?
It looks all good, but it is just sitting there when the user attempts to upload a file. I am running on a win2k adv serv platform. I have given the proper permissions to the upload folder also.
Warning: Lost connection to MySQL server during query in c:\program files\apache group\apache\htdocs\forum\authvb.php on line 6
Warning: MySQL Connection Failed: Lost connection to MySQL server during query in c:\program files\apache group\apache\htdocs\forum\authvb.php on line 6
Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\apache group\apache\htdocs\forum\authvb.php on line 7
These are the errors that I recieved.
Any help is appreciated.. by the way awesome hack though, I have been looking for something just like this.
How hard would it be to enable a delete file feature for when they upload too many files and dont have any space left i would like them to delete some files is this possible?
Originally posted by eckels2 Version 2, is EXACTLY the hack i was looking for when i posted this.
Now that i've bought a vb, I'm excited to know a hack like this exists... but I'm worried it'll get forgotten about by the author before v2 comes out.
Sorry for the long wait, my webhost was down for over a mon th and ive been busy, currently im working on version 2, its gonna be way more better then the last one, it will support php uploading, maybe mysql uploading (saving the files to mysql) and php uploading (the old way where you need to chmod the folders to 777), file deletion, file and web stats, online file editing (for aeditable files such as text files, html and so on, multiple uploading, multiple folders for members, you can ban certain members and usergroups and admins can have access to every ones folder (or cetain people), admin editable options, maybe having the user have one private folder with .htaccess protection where they can make and delete accounts from, im making two versions, one intergrated with vbulletin and one stand alone for web developers, its gonna be free of course
Heres currently the file info you can get:
name
filename
extension
timechanged
timeaccessed
timemodified
size
inode
type
perms
chmodperms
width
height
imagetype
ispicture
isviewable
isfile
isdir
islink
isuploaded
iswriteable
isreadable
isexecutable
filepath
path
Heres a little test version, it shows the info it gets when it reads a directory, its gonna have a better gui when its done and easy to use.