Forums / Cotonti / Extensions / [Release] Free Upload Plugin

Maybe someone can use this...

urlkiller
#1 2010-05-28 00:06
No Support
No Explaination
No Screenshots
No Documentation

Just Copy to /Plugins/, chmod to 0777 /Plugins/uploader/uploads (in case you use this dir), Hit install and call via plug.php?e=uploader
This plugin does only upload files to s specific folder where all files get stored.
If you think it would do something like the PFS forget it.

Only a Download


edit: tpl need some tweaks. its not fitted to cot standart skin
button psd is in img folder
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
This post was edited by urlkiller (2010-05-28 02:57, 14 years ago)
MeDBejoHok
#2 2010-05-28 01:13
Solid balls (:
urlkiller
#3 2010-05-28 02:59
comments are appreciated
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
foxhound
#4 2010-05-28 03:27
No Support
No Explaination

Am I allowed to ask if this plugin is save? As in does it prevent people from uploading malicious files? Or, can people upload anything they want?
What about max filesize?
Or did you not intend this as a publically accesible upload space but more only for admins or whatever?

Just some questions I have, not tried the plugin itself yet though, so excuse me if the answer is there when trying it.
<img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
urlkiller
#5 2010-05-28 04:27
you can set the file extensions by yourself in the admin backend.
this was intendet to be a upload module for clients. if they have to send large files that cannot send via mail.

max filesize need to be set in the php.ini

i tried uploading a movie yesterday it took some time but worked. (iam on my own unix server here, php.ini may not be accesible on a reseller host!!!)

as for saveness ... hmmm hard to tell there is a filecheck in it so you cant upload php files with jpg extension...

if you set *.jpg;*.png;*.gif the images get connected to the thumbnail view plugin.. (rel="thumbnail")
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
foxhound
#6 2010-05-28 04:59
# urlkiller : you can set the file extensions by yourself in the admin backend.
this was intendet to be a upload module for clients. if they have to send large files that cannot send via mail.

That is very nice. With the PFS users can sent lots of different files and I dont want that so its disabled. With this I could allow them one type only so they have the possibility to add a file to their forum posts (for my gaming community site it would be a mission file for example).


max filesize need to be set in the php.ini

Ok, thats nice as well :)


as for saveness ... hmmm hard to tell there is a filecheck in it so you cant upload php files with jpg extension...

Yeah, that was kind of what I meant. Another of our seditio site got hacked like 2 years ago by an uploaded php file masked as rar. At that time we didnt know ;)


if you set *.jpg;*.png;*.gif the images get connected to the thumbnail view plugin.. (rel="thumbnail")

Excellent, thanks.
Sounds good. I will see if I could maybe incorporate this with a forums post, so people could attach it to their posts.
<img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
urlkiller
#7 2010-05-28 05:35
i would suggest you to try it with that rar/php file first before making it public!
saveness comes first!
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
GHengeveld
#8 2010-05-28 18:29
Does it write a record in database for the file (filename etc)?
urlkiller
#9 2010-05-28 19:24
no just upload files into a dir on your server.
no connection to pfs...

Added 22 seconds later:

everybody is allowed to modify/recompile etc if you like...

wouldnt be so hard to do that. just include the config/functions etc. in the uploadify.php and do a query to write in the db
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>