Version: 1.00, by Pseudomizer
Developer Last Online: Feb 2010
Version: 3.0.0
Rating:
Released: 05-19-2004
Last Update: Never
Installs: 26
No support by the author.
Welcome to the new Update for the HTTP Upload Hack from Pseudomizer.
Do you need version 1.0 for this hack ?
No. This is independant from version 1.0.
What is new compared to the version 1.0 ?
- user authentification is now per config file or per VBulletin database
- new file extension filter to prevent unwanted files to be uploaded
- new overwrite setting to either overwrite or deny the upload
- usergroup authentification against VBulletin database
Changes:
- sessions have been removed because some people could not work due to register_globals off
- all variables are now $_POST and can not be passed via URL
Installation:
For new installs and upgraders:
Open the http_upload_config.php file in an editor and make the appropriate changes BEFORE you upload the files to your forum directory.
Upgrade from 1.0 to 2.0 only:
Remove the old files ( http_upload_config.php, http_upload.php ) and place the new files in the forum root folder.
New Install only:
Just place the 2 files into your forum root directory.
Enjoy it. :devious:
Again: I take no responsibility if someone accidently deletes important files with this hack. This hack is dangerous if misconfigured. So please READ CAREFULLY the config file. If you have any questions or something is unclear feel free to ask in the Thread. I would be more then happy to answer to every question.
IMPORTANT: Support will only be given if the install button in this forum thread has been pressed. So please take the time now to click the install button after your installation. Thanks. :classic:
Cheers,
Pseudomizer
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Warning: copy(avatar1.gif): failed to open stream: Permission denied in /home/lifestre/public_html/foro/http_upload.php on line 311
avatar1.gif could not be uploaded!
also will be cool than when the file was sucessfully uploaded, you can see the exactly url =D
and, there is a way than the files can be saved in /upload directory instead the root?
Warning: copy(avatar1.gif): failed to open stream: Permission denied in /home/lifestre/public_html/foro/http_upload.php on line 311
avatar1.gif could not be uploaded!
also will be cool than when the file was sucessfully uploaded, you can see the exactly url =D
and, there is a way than the files can be saved in /upload directory instead the root?
Hi Anubis,
as already mentioned before, i do not emulate a file manager. Please use other methods for this or just copy the files into the /upload folder.
URL ? How can a file and dir based PHP file know your URL ? No way unless you implement it somewhere manually. This hack just knows your server paths and that's it. Sorry, no way for the URL.
also will be cool than when the file was sucessfully uploaded, you can see the exactly url =D
If you will go to hotscripts.com and do a search for file upload in PHP portion, there are two or three scripts that will show the url after upload there. I use one of them on my forum within an iframe.
If you will go to hotscripts.com and do a search for file upload in PHP portion, there are two or three scripts that will show the url after upload there. I use one of them on my forum within an iframe.
Thanks,
David
Or do a mouseover over the thumbnails and look into your status line in your browser. I linked them already to their original path. If you want this visible just correct the $advertising line in the new upload script.
It seems impossible to change the directory destination of the files uploaded!
I put the two files of this hack on a subdirectory of the forum and with chdir I make the file read global.php. The Problem is that all the files uploaded, are in the root forum directory and not in the subdirectory where the 2 hack files are.