[url=http://kyle.blogdns.org/media/users/kf_man/kf_man-b2uploader-0.9.1-2005-10-06.zip]download kf_man-b2uploader-0.9.1-2005-10-06.zip[/url]
A brand new b2evo File uploader for b2evo v 0.9.0.11
by mwf-reflections.de
(more info in b2upload.php)
Modified for b2evo v 0.9.1
by Kyle Farnung
(more info in b2upload.php)
Changes by Kyle Farnung (2005-10-06):
- Verified correct functionality on b2evo v 0.9.1
Changes by Kyle Farnung (2005-06-24):
- Removed flash support because it would display glitched.
- Removed ability to disable the html-checker since it is no longer required.
- Changed default size of the file/image upload popup window.
Original Features by mwf-reflections.de:
- Preview Files
- Uploaded Filelist
- Rename Files
- Delete Files
- Linkable Images
- Switch html-checker for Flash-files and other...
- Many settings for Flash including
- Full autocode support for every Filetype
- very easy handling
Tested Configurations:
- Apache 2.0.25, PHP 4.3.11, mySQL 3.23.58
Install:
1. Backup admin/b2upload.php and use the new one.
2. Backup each file and perform the hacks as follows.
3. Enjoy!
#########################################
# CHANGES #
#########################################
Replace the file to get the new Uploader
--- admin/b2upload.php ---
changed -> nearly all
#########################################
# HACKS #
#########################################
Change the launch size of the file/image upload popup
--- admin/_edit_form.php ---
changed: -> line 69: window.open ("b2upload.php", "b2upload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");
to:
window.open ("b2upload.php", "b2upload", "width=500,height=550,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");
###########################################################
Allow more filetypes
--- conf/_admin.php ---
changed -> line 130: $fileupload_allowedtypes = ' jpg gif png ';
to:
$fileupload_allowedtypes = ' jpg jpeg gif png swf mp3 mov mpg zip rar tar gz sit txt pdf ';
###########################################################
Allow larger files
--- conf/_admin.php ---
changed: -> line 138: $fileupload_maxk = '96'; // in kilo bytes
to:
$fileupload_maxk = '2000'; // in kilo bytes
#########################################
# END OF MOD #
#########################################
EDIT: Added Tested Configurations to Readme.
EDIT (2005-10-06): Verified that it works correctly under 0.9.1 and updated the readme accordingly.
EDIT (2006-02-03): Fixed URL
Hi Kf_man, you dynamic dns record is wrong, you shouldn't use internal IP to update dns server, nobody can point to your 192.168.0.2 :P