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.
Originally posted by camikazi2k ok, i have checked the name and everything, everything is right but i still get this error
Unable to select database.
??
any idea
did you put inthe right database name, account and pass in the config?
Wow I don't believe I missed this hack yesterday. Great hack, and goodluck with your database (I can't help you with it because I don't know much about mysql) Thanks again
i got the database fixed, im working on the upload version 2.0 and a zodiac hack that shows the users zodiac sign in the member list, in postbit and there profile, you can choose where you want it.
Warning: MkDir failed (No such file or directory) in /home/coderfor/public_html/upload/upload.php on line 114
Warning: fopen("./home/public_html/upload/files/nafae/index.html", "a") - No such file or directory in /home/coderfor/public_html/upload/upload.php on line 116
the folder /files is chmodded to 777, and
$absolute_path = "./home/public_html/upload/files"; //Absolute path to where files are uploaded
$site_url = "http://coderforums.net/upload/files"; //the url to where files are uploaded
Warning: MkDir failed (No such file or directory) in /home/coderfor/public_html/upload/upload.php on line 114
Warning: fopen("./home/public_html/upload/files/nafae/index.html", "a") - No such file or directory in /home/coderfor/public_html/upload/upload.php on line 116
the folder /files is chmodded to 777, and
$absolute_path = "./home/public_html/upload/files"; //Absolute path to where files are uploaded
$site_url = "http://coderforums.net/upload/files"; //the url to where files are uploaded