Recent Topics

1 Jun 24, 2005 20:02    

[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

2 Jul 18, 2005 08:23

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

3 Jul 18, 2005 17:56

I accidentally activated ddclient on another computer and it started updating. At the same time, my other configuration was messed up. The problem has been resolved, sorry about the problem.

4 Jul 20, 2005 01:25

no worries, mate, I run DDNS from router instead of an internal computer :)

5 Oct 11, 2005 13:22

Does anyone know if this also works with the new 0.9.1 release?

kcb

6 Oct 11, 2005 14:40

Yes, this does seem to work just fine. I ran some tests on it and I updated the package to reflect the fact that it does work properly. Please give it a try making sure to backup all of the modified files first. Report back if you see any new issues.


Form is loading...